@import url('webfont/webfont.css');
a {
	transition: all 0.3s ease;
}
a {
	color: #444444;
}
a:hover, a:focus {
	color: #F96D00;
}
body {
	font-family: 'Oxygen', sans-serif;
}
b, strong {
	font-weight: 600;
}
.h2, .h3, .h4, .h5 {
	font-family: Georgia-Bold;
	font-weight: bold;
	color: #161D6E;
	text-decoration: none;
}
img.attachment-post-thumbnail {
	height: auto;
}
header {
	max-height: 122px;
}
/*header nav .row { border-bottom: 0.8px solid rgba(255, 255, 255, 0.50); }*/
header nav a {
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 15px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	font-weight: 600;
	text-transform: uppercase;
}
header nav a.user_nav_name {
	text-transform: none;
}
header nav a:hover, header nav a:focus, header nav li.active a {
	color: #ffffff;
}
header .navbar .nav-link {
	padding: .5rem 0px !important;
}
#mainMenu .navbar-nav > li {
	padding: 0 29px;
}
header nav img.logo {
	width: 94px;
	transition: all 400ms ease;
}
header nav li .dropdown-menu {
	top: 75px;
	border-radius: 0px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
	border-top: none;
}
header nav li .dropdown-menu a {
	color: #ffffff;
	opacity: 1;
}
header nav li .dropdown-item:focus, header nav li .dropdown-item:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
}
header nav li .dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.5);
}
header nav .nav { /*margin-top: 2.2rem;*/
	transition: all 400ms ease;
}
#header {
	background-color: #F96D00;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}
header #mainMenu {
}
#header.navbar-theme {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
header nav.navbar-theme {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
header.navbar-theme .nav { /*margin-top: 1rem; */
}
header.navbar-theme img.logo {
	width: 55px;
}
header.navbar-theme .row {
	border-bottom: none;
}
header.navbar-theme {
}
header nav li .dropdown-menu {
	top: 38px;
	border-radius: 0px;
	border: 1px solid rgba(0,0,0,.15);
	background-color: rgba(255,255,255,1);
}
/*header nav.navbar-theme li .dropdown-menu{top:50px;}*/
#mainMenu .navbar-nav > li > a {
	border-bottom: 3px solid transparent;
}
#mainMenu .navbar-nav > li > a:hover, #mainMenu .navbar-nav > li.active > a {
	border-bottom: 3px solid #ededed;
}
header nav li .dropdown-menu a {
	color: #444444;
	opacity: 1;
	text-shadow: none;
	text-transform: none;
	font-size: 14px;
	padding: 4px 15px;
}
#mainMenu .navbar-nav > li.nav-search > a:hover, #mainMenu .navbar-nav > li.nav-search.active > a {
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
header nav li .dropdown-menu .dropdown-item:focus, header nav li .dropdown-menu .dropdown-item:hover, header nav li .dropdown-menu .active .dropdown-item {
	color: #f6490d;
	text-decoration: none;
	background-color: rgba(245, 109, 4, 0.1);
}
#header .navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}
.breadcrumb {
	background-color: transparent;
	padding: 6px 0;
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
}
.breadcrumbs {
	padding: 15px 0;
}
.breadcrumb > li a, .breadcrumb .breadcrumb-item.active, .breadcrumbs span, .breadcrumbs a {
	color: #444;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.breadcrumbs i.dripicons-chevron-right {
	color: #444;
	padding: 0px 6px;
	position: relative;
	top: 3px;
}
.breadcrumbs {
	color: #444;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "\56";
	font-family: 'dripicons-v2' !important;
	color: #fff;
	padding: 0px 2px 0 6px;
	position: relative;
	top: 1px;
}
#backtotop {
	position: fixed;
	bottom: 60px;
	right: 88px;
	color: #fff;
	z-index: 999;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	display: none;
}
.square-btn button {
	min-width: 48px;
	height: 48px;
	padding: 0;
	border-radius: 5px;
	background-color: #161D6E;
	border: 1px solid #161D6E;
	transition: background-color 0.5s ease;
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12) !important;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12) !important
}
.square-btn button:hover {
	background-color: #192281;
	border: 1px solid #192281
}
.nav a.link-round {
	padding: 6px 12px;
	border: 1px solid #ffffff;
	border-radius: 20px;
}

@media screen and (max-width: 1640px) and (min-width: 1400px) {
	#mainMenu .navbar-nav > li {
	padding: 0 19px;
}
header#header #mainMenu {
	padding-right: 0;
	padding-left: 0;
}
}

@media screen and (max-width: 1400px) and (min-width: 1300px) {
	#mainMenu .navbar-nav > li {
	padding: 0 14px;
}
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	#mainMenu .container-lg {
	padding-left: 10px;
	padding-right: 10px;
}
#mainMenu .navbar-nav > li {
	padding: 0 17px;
}
header nav a {
	font-size: 12px;
}
}
#sidebar {
	width: 300px;
	position: fixed;
	top: 0;
	left: -308px;
	height: 100vh;
	z-index: 1033;
	background: #ffffff;
	color: #F96D00;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
	left: 0;
}
#dismiss {
	width: 35px;
	height: 35px;
	line-height: 40px;
	text-align: center;
	background: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#dismiss:hover {
	background: #fff;
	color: #7386D5;
}
.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
	top: 0;
}
#sidebar .sidebar-header {
	padding: 6px;
	background: #F96D00;
}
#sidebar .sidebar-header img {
	width: 75px;
}
#sidebar ul.components {	/*padding: 20px 0;border-bottom: 1px solid #F96D00;*/
}
#sidebar ul p {
	color: #fff;
	padding: 10px;
}
#sidebar ul li {
	border-bottom: 1px solid #eeeeee;
}
#sidebar ul li a {
	padding: 10px 10px;
	font-size: 14px;
	color: #161D6E;
	display: block;
	opacity: 1;
	text-shadow: none;
	text-decoration: none;
}
#sidebar ul li > ul li a {
	padding-left: 30px;
}
#sidebar ul li > ul li a {
	border-top: 1px solid #eeeeee;
}
#sidebar .sub-menu li:last-child a {
	border-bottom: none;
}
#sidebar ul li a:hover {
	color: #F96D00;
	background: #f1f1f1;
}
#sidebar ul li.active > a, #sidebar ul li.current_page_item > a {
	color: #161D6E;
	background: #f1f1f1;
}
#sidebar ul li ul#pageSubmenu li a {
	color: #444444;
	font-size: 14px;
	padding-left: 15px;
}
.heading span {
	font-size: 14px;
	color: #F6490D;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.heading h1 {
	font-family: Georgia;
	font-size: 48px;
	color: #161D6E;
}
.heading-inverse>h1 {
	color: #ffffff;
}

@media (max-width:1200px) {
	header nav img.logo {
	width: 55px;
}
/*#header{position: fixed;top: 0;right: 0;left: 0;z-index: 1030;}
#page, .slider-section{padding-top: 70px;}
.page-id-2 #page{ padding-top: 0; }*/
}
.content {
	font-size: 16px;
	color: #444444;
	margin-bottom: 20px;
	font-weight: lighter;
	line-height: 1.6em;
}
a.btn-link {
	font-size: 14px;
	color: #161D6E;
	letter-spacing: 0.5px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/default.png) no-repeat right center;
	display: inline-block;
	background-size: 10px;
	padding-right: 14px;
	margin-top: 20px;
}
a.btn-link:hover, a.btn-link:active, a.btn-link:focus {
	color: #F6490D;
	text-decoration: none;
	background: url(../images/hover.png) no-repeat right center;
	display: inline-block;
	background-size: 10px;
	padding-right: 14px;
}
a.btn-link2 {
	font-size: 14px;
	color: #F6490D;
	letter-spacing: 0.5px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/hover.png) no-repeat right center;
	display: inline-block;
	background-size: 10px;
	padding-right: 14px;
	margin-top: 20px;
}
a.btn-link2:hover, a.btn-link2:active, a.btn-link2:focus {
	color: #161D6E;
	text-decoration: none;
	background: url(../images/default.png) no-repeat right center;
	display: inline-block;
	background-size: 10px;
	padding-right: 14px;
}
.flipster {
	height: 100%;
}
li.flipster__item a .caption {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}
li.flipster__item a .caption .head {
	font-family: Georgia-Bold;
	font-weight: bold;
	font-size: 18px;
	color: #161D6E;
	padding-top: 10px;
	margin-bottom: 0;
}
li.flipster__item a .caption .year {
	font-size: 12px;
	color: #F6490D;
	letter-spacing: 2px;
	font-weight: bold;
}
li.flipster__item--current>.flipster__item__content>a>.caption {
	visibility: visible;
}
.flipster__item .flipster__item__content .caption {
	visibility: hidden
}
.section-padding {
	padding: 100px 0;
}
.cta .head {
	font-family: Georgia;
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;
}
.cta .date, .latest_lectures .date {
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;
	font-style: italic;
	font-weight: lighter;
	padding-top: 20px;
}
.cta .live-webcast .head-tag {
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;
}
.cta .live-webcast .live_text {
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;
	font-style: italic;
}
.cta .live-webcast p {
	font-family: Georgia;
	font-size: 22px;
	line-height: 26px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;
	margin-bottom: 0;
}
.latest_lectures h4 a {
	font-family: Georgia;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;
}
.latest_lectures .list-group-item {
	background-color: transparent;
	border-bottom: 1px solid #fff;
}
.cta .person, .cta .person a {
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;
	padding-top: 10px;
	letter-spacing: 1px;
}
.cta .button-action .color-white {
	color: #fff;
	font-size: 15px;
}
.cta .button-action .color-white a {
	text-decoration: underline;
	color: #161D6E;
}
.my-parallax-window {
	min-height: 40vh;
	background: transparent;
}
.btn-orange {
	color: #F6490D;
	background-color: #F6490D;
	border-color: #F6490D;
	transition: all 500ms ease-in-out;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 18px 20px;
	border-radius: 3px;
	color: #fff;
}
.btn-orange:hover {
	transform: scale(1);
	color: #fff;
	-webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
}
.btn-orange:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	color: #fff;
}
#searchsubmit {
	color: #F6490D;
	background-color: #F6490D;
	border-color: #F6490D;
	transition: all 500ms ease-in-out;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 6px 18px;
	border-radius: 3px;
	color: #fff;
}
#searchsubmit:hover {
	transform: scale(1);
	color: #fff;
	-webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
}
#searchsubmit:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	color: #fff;
}
.btn-white {
	color: #F6490D;
	background-color: #ffffff;
	border-color: #ffffff;
	transition: all 500ms ease-in-out;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 18px 20px;
	border-radius: 3px;
}
.btn-white:hover {
	transform: scale(1);
	color: #F6490D;
	-webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
}
.btn-white.focus, .btn-white:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-white.disabled, .btn-white:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show>.btn-white.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}
.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show>.btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-medium {
	padding: 12px 20px;
	min-width: 200px;
	max-width: 100%;
}
.btn-outline {
	color: #F6490D;
	background-color: #ffffff;
	border: 2px solid #F6490D;
	transition: all 500ms ease-in-out;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 12px 18px;
	border-radius: 3px;
}
.btn-outline:hover {
	transform: scale(1);
	color: #fff;
	background-color: #F6490D;
	-webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
}
.btn-outline.focus, .btn-outline:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);/*color: #fff;*/
}
.btn-outline-white {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	transition: all 500ms ease-in-out;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 12px 30px;
	border-radius: 3px;
}
.btn-outline-white:hover {
	transform: scale(1);
	color: #fff;
	background-color: #F6490D;
	border-color: #F6490D;
	-webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
}
.btn-outline-white.focus, .btn-outline-white:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	color: #fff;
}
.btn.btn-sm {
	padding: 12px 18px;
}
.video {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	transition: all 500ms ease;
}
/*.video:hover,
a.video:focus { box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6); }*/
.video-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}
.video h3.video-title {
	margin-bottom: .75rem;
	font-family: 'Georgia-Bold';
	color: #161D6E;
	letter-spacing: 0;
	display: block;
	font-weight: 600;
	font-size: 20px;
}
.video a.video-title:hover, .video a.video-title:focus {
	color: #161D6E;
}
.video-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}
.video a.video-text {
	font-size: 14px;
	color: #F6490D;
	line-height: 14px;
	font-style: italic;
	cursor: pointer;
}
.video a.video-text:hover, .video a.video-text:focus {
	color: #F6490D;
}
#sidebarCollapse {
	padding: 6px 6px 0px 6px;
	background-color: transparent;
}
#sidebarCollapse i {
	margin: 0;
}

@media (min-width:576px) {
	#searchform .form-control {
	width: 70%;
}
}

@media (max-width:767px) {
	header nav.fixed-top {
	background-color: #F96D00;
	position: inherit;
	padding: 8px 0;
}
header nav img.logo {
	width: 60px;
	padding-bottom: 0;
}
header nav .row {
	border: none;
}
}
section.sanga, section.books {
	overflow: hidden;
}
.sanga-item {
	padding: 40px 70px;
	background-color: #ffffff;
	color: #444444;
	font-weight: lighter;
	line-height: 1.6em;
}
.sanga-item .head {
	font-family: Georgia-Bold;
	font-weight: bold;
	color: #161D6E;
	padding-top: 10px;
}
.sanga-item .head:hover {
	text-decoration: none;
	color: #F6490D;
}
.sanga-item .year { /*font-size: 14px; color: #F6490D; letter-spacing: 1px; font-weight: lighter; font-style: italic; */
}
section.sanga .sanga-item .tags {
	display: none;
}
.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 10px;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -60px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 1
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}
.carousel-control-prev {
	left: -8%;
}
.carousel-control-next {
	right: -8%;
}
.blog div.article {
	border-right: 1px solid #eeeeee;
	padding-right: 15px;
}
.blog div.article.no-border {
	border-right: 1px solid transparent !important;
}
.article .head {
	font-family: Georgia-Bold;
	font-weight: bold;
	color: #161D6E;
	padding-top: 10px;
}
.article .year, .entry_meta .date-author a {
	font-size: 12px;
	color: #444444;
	letter-spacing: 1px;
	font-weight: lighter;
	font-style: italic;
}
.article .language {
	font-size: 12px;
	color: #444444;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: italic;
}
.article .language a {
	font-size: 12px;
	color: #F6490D;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: italic;
}
.article .tag, .entry_meta .tags a, .lecture-categories .tags a {
	background-color: rgba(230, 126, 34, 0.20);
	border-radius: 25px;
	display: inline-block;
	padding: 4px 8px;
	color: #F6490D;
	font-style: italic;
	border: 1px solid transparent;
	transition: border 500ms ease;
	font-size: 13px;
	letter-spacing: 1px;
}
.sidebar .widget_tag_cloud .wp-tag-cloud li {
	margin-bottom: 5px;
}
.article a.tag:hover, .blog a.tag:focus, .entry_meta .tags a:hover, .entry_meta .tags a:focus, .lecture-categories .tags a:hover, .lecture-categories .tags a:focus {
	text-decoration: none;
	border: 1px solid #F6490D;
}
.sidebar .widget_tag_cloud .wp-tag-cloud li a:hover, .sidebar .widget_tag_cloud .wp-tag-cloud li a:focus {
}
.sidebar .widget_tag_cloud .wp-tag-cloud li {
	width: auto;
	display: inline-block;
	border: none;
	padding: 2px 6px;
}
.sidebar .widget_tag_cloud .wp-tag-cloud li a {
	color: #F6490D;
}
/*.sidebar #lct-widget-place li a{ font-size: 10pt; }
.sidebar #lct-widget-place li.current-cat a{ font-size: 16pt; }*/
.entry_meta .edit-link {
	margin: 0 0 10px 0;
	display: inline-block;
}
.footer {
	background-color: #000000;
	color: #ffffff;
}
.footer .head {
	font-family: Georgia;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.footer a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: capitalize;
}
.footer a:hover, .footer a:focus {
	color: rgba(255, 255, 255, 1);
}
.footer ul li {
	padding-bottom: 10px;
}
.footer .footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .footer-copyright p {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	font-weight: lighter;
	font-size: 14px;
	margin: 0;
}

@media (max-width:576px) {
	.footer {
}
.heading span {
	font-size: 10px;
	letter-spacing: 1px;
}
.heading h1 {
	font-size: 28px;
}
.content {
	font-size: 14px;
	line-height: 1.6em;
}
a.btn-link {
	font-size: 12px;
	line-height: 12px;
	background-size: 10px;
	padding-right: 12px;
	margin-top: 10px;
}
a.btn-link:hover,  a.btn-link:active,  a.btn-link:focus {
	color: #F6490D;
	text-decoration: none;
	background: url(../images/hover.png) no-repeat right center;
	display: inline-block;
	background-size: 10px;
	padding-right: 14px;
}
.sanga-item .head {
	font-size: 18px;
}
.sanga-item .year {
	font-size: 12px;
	letter-spacing: 0px;
}
.sanga-item .content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}
.cta .head {
	font-size: 24px;
}
.cta .date {
	font-size: 14px;
	padding-top: 20px;
}
.cta .person {
	font-size: 14px;
	padding-top: 40px;
	letter-spacing: 1px;
}
.article .head {
	font-size: 18px;
}
.article .year {
	font-size: 12px;
	color: #444444;
	letter-spacing: 1px;
	font-weight: lighter;
	font-style: italic;
}
.article .tag {
	font-size: 12px;
}
div.article {
	border-right: 0px solid #eeeeee;
	padding-right: 0px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}
.carousel-control-prev {
	left: -3%;
}
.carousel-control-next {
	right: -3%;
}
.section-padding {
	padding: 60px 0;
}
.btn-white {
	padding: 12px 16px;
}
.flipster {
}
.flipster .flipster__item__content img {
	width: 180px;
	height: 180px;
}
.footer-links .links {
	width: 49%;
}
}

@media (min-width:768px) {
	.carousel-control-prev {
	left: -3%;
}
.carousel-control-next {
	right: -3%;
}
.flipster {
}
div.no-border {
	border-right: 0px solid transparent;
}
}

@media (min-width:992px) {
	.br-md-gr-2 {
	border-right: 2px solid #eee;
}
.flipster {
}
.carousel-control-prev {
	left: -6%;
}
.carousel-control-next {
	right: -6%;
}
div.no-border {
	border-right: 0px solid transparent;
}
.col2-left-layout .main-row,  .col2-right-layout .main-row {
	margin-right: -25px;
	margin-left: -25px;
}
.col2-left-layout .main-row .left-sidebar,  .col2-left-layout .main-row .main,  .col2-right-layout .main-row .right-sidebar,  .col2-right-layout .main-row .main {
	padding-right: 25px;
	padding-left: 25px;
}
.col2-right-layout .main-row .right-sidebar {
}
}

@media (min-width:1200px) {
	.flipster {
}
}

@media (min-width:1500px) {
	/*.flipster {height: 45vh;}*/ }

@media (max-width:767px) {
	section.blog div.article {
	border-right: none;
	padding-right: 0;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 18px;
	margin-bottom: 8px;
}
.section-padding {
	padding: 50px 0;
}
.sanga.section-padding {
	padding-bottom: 70px;
}
/*.mb-5,
.my-5 { margin-bottom: 1rem !important; }*/
.img-center-md {
	text-align: center;
}
.img-center-md img {
	display: inline-block !important;
}
}
.container-lg {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-full {
	width: 100%;
	margin: 0 auto;
}

@media (min-width:576px) {
	.container {		/* max-width: 540px;*/
}
}

@media (min-width:768px) {
	.container {		/*max-width: 720px;*/
}
}

@media (min-width:992px) {
	.container,  .container-lg {		/*max-width: 960px;*/
}
}

@media (min-width:1200px) {
	.container,  .container-lg {
	max-width: 1140px;
}
}

@media (min-width:1500px) {
	.container-lg {
	max-width: 1440px;
}
.container-full {
	max-width: 100vw;
}
}

@media (max-width:1200px) {
	.container,  .container-lg {
	width: 100%;
	max-width: 100%;
}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.container, .container-lg {
	padding-left: 50px;
	padding-right: 50px;
}
.navbar .container-lg {
	padding-left: 15px;
	padding-right: 15px;
}
}
/* lectures - Pritesh */
img {
	max-width: 100%;
}
.main-header {
	background-image: url(../images/urlbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 135px;
}
.main-header h1 {
	color: #fff;
	text-shadow: 0 1px 1px #000000;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
}
.main-header .head-tag {
	color: #fff;
	text-shadow: 0 1px 1px #000000;
}
.lectures-list {
	clear: both;
	float: left;
	width: 100%;
}
.lectures-list ol {
	margin: 0px;
	padding: 0px;
}
.lectures-list ol > li {
	list-style: none;
	border: 1px solid #f0f0f0;
	margin-bottom: 25px;
	float: left;
	clear: both;
	width: 100%;
	background: #FFFFFF;/* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);*/
	transition: all 500ms ease;
}
.lectures-list ol > li:hover {
	background: #FFFFFF;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6);
}
.lectures-list ol > li .lecture-item-info {
	width: 100%;
	clear: both;
	float: left;
}
.lectures-list ol li .lecture-item-info .video {
}
.lectures-list ol li .lecture-item-info .video .post_thumbnail {
	background-color: #eee;
}
.lectures-list ol li .lecture-item-info .video img {
	height: auto;
}
.lectures-list ol li .lecture-item-info .video-item-details {
}
.lectures-list ol li .lecture-item-info.full-layout .video-item-details {
}
.lectures-list ol li .lecture-item-info .video-item-details .video-info {
	padding: 15px 15px 5px 0;
}
.lectures-list ol li .fluid-width-video-wrapper {
	padding-top: 70% !important;
}
.lectures-list ol li .lecture-item-info.full-layout .video-item-details .video-info {
	padding-left: 15px;
}
.video-info h4 {
	font-size: 12px;
	margin-bottom: 5px;
}
.video-info h4 a {
	color: #F6490D;
	font-style: italic;
	margin-right: 25px;
}
.video-info h4 span {
	color: #444444;
}
.video-info h2 {
	line-height: 28px;
}
.video-info h2 a {
	font-family: Georgia-Bold;
	font-weight: bold;
	display: inherit;
	font-size: 24px;
	color: #161D6E;
	text-decoration: none;
}
.video-info h2 a:hover, .video-info h2 a:focus {
	text-decoration: underline;
}
.video-info .post-date {
	margin-bottom: 15px;
}
.video-info .post-date .tags {
	display: inline-block;
}
.video-info .post-date .tags span {
	display: inline-block;
	margin: 0 4px;
}
.video-info .post-date .tags span a {
	background-color: rgba(230, 126, 34, 0.20);
	border-radius: 25px;
	padding: 5px 10px;
	color: #F6490D;
	font-style: italic;
	border: 1px solid transparent;
	transition: border 500ms ease;
	font-size: 13px;
	letter-spacing: 1px;
}
.video-info .post-date .tags span a:hover, .video-info .post-date .tags span a:focus {
	text-decoration: none;
	border: 1px solid #F6490D;
}
.lectures-list ol li .lecture-item-info .video-item-details .time-size {
	clear: both;
	color: #444444;
	font-size: 14px;
}
.lectures-list ol li .lecture-item-info .video-item-details .date {
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	color: #444444;
	margin-right: 16px;
}
.lectures-list ol li .lecture-item-info .video-item-details .time-size .time, .lectures-list ol li .lecture-item-info .video-item-details .time-size .size {
	display: inline-block;
	margin-right: 25px;
}
.lectures-list ol li .lecture-item-info .video-item-details .time-size .download {
	display: none;
}
.lectures-list ol li .lecture-item-info .video-item-details .time-size .download a {
	text-decoration: none !important;
}
.lectures-list ol li .lecture-item-info .video-item-details .time-size svg {
	margin-right: 3px;
}
.lectures-list ol li .lecture-item-info .item-bottom {
	float: left;
	clear: both;
	width: 100%;
}
.lectures-list ol li .lecture-item-info .item-bottom ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	width: 100%;
}
.lectures-list ol li .lecture-item-info .item-bottom ul li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 33.33%;
	margin: 0;
	text-align: center;
	padding: 11px 12px;
	border-right: 1px solid #eeeeee;
	font-weight: 600;
	color: #444444;
}
.lectures-list ol li .lecture-item-info .item-bottom ul li:last-child {
	border: none;
}
.lectures-list ol li .lecture-item-info .item-bottom svg, .lecture-view .item-bottom svg {
	margin-right: 3px;
}
.lectures-list ol li .lecture-item-info .item-bottom .play, .lecture-view .item-bottom .play {
	color: #F6490D;
}
.lectures-list ol li .lecture-item-info .item-bottom a {
	text-decoration: none !important;
}
.lectures-list ol li .lecture-item-info i, .lecture-view .item-bottom i {
	vertical-align: middle;
	margin-right: 2px;
	font-weight: 600;
}
.lecture-faq {
	padding: 20px;
	border-radius: 5px;
}
.lecture-faq #accordion .card-header h5 .btn {
	font-family: Georgia-Bold;
	font-size: 20px;
	padding: 0;
	font-weight: bold;
	color: #161D6E;
	text-decoration: none;
}
.toolbar {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 20px;
	padding-bottom: 12px;
}
.toolbar .toolbar-sorter {
	float: left;
	margin-right: 26px;
}
.toolbar .toolbar-display {
	display: inline-block;
	float: left;
}
.toolbar .toolbar-total {
	display: inline-block;
	float: right;
}
.toolbar .toolbar-total span.value {
	color: #F6490D;
	line-height: 32px;
	font-size: 14px;
}
.toolbar label {
	font-size: 14px;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #aaaaaa;
}
.toolbar select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	color: #F6490D;
	border-radius: 3px;
	margin: 0 5px 0 0;
	width: auto;
	background: #ffffff url('../images/caret-down.svg') no-repeat;
	background-position: right center;
	background-color: transparent;
	background-size: 11px;
	border: none;
	height: 32px;
	text-indent: .01em;
	text-overflow: '';
	padding: 5px 20px 4px 4px;
	font-size: 14px;
}
.toolbar-bottom {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.toolbar-bottom .pager {
	display: inline-block;
}
.toolbar-bottom .pager a.page-link {
	border: 1px solid #aaaaaa;
	color: #444444;
	font-weight: 400;
	border-radius: 3px;
	margin: 0 5px;
	padding: 6px 12px;
}
.toolbar-bottom .pager a.page-link.active {
	color: #F6490D;
	border: 1px solid #F6490D;
}
.toolbar-bottom .pager .page-item.prev a {
	background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	transform: rotate(180deg);
	font-size: 0;
	background-size: 20px;
	height: 34px;
	width: 30px;
	background-position: center;
}
.toolbar-bottom .pager .page-item.next a {
	background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	font-size: 0;
	background-size: 20px;
	height: 34px;
	width: 30px;
	background-position: center;
}
.toolbar-bottom .pager .page-item.disable a {
	opacity: 0.4;
}

@media (max-width:767px) {
	.lectures-list ol li .lecture-item-info .video-item-details .video-info {
	padding: 15px;
}
.video-info h2 a, .post-list ol > li h2 a {
	font-size: 20px;
}
.post-list ol > li .image {
	margin-bottom: 0;
}
.main-header {
	padding-top: 50px;
}
}

@media (max-width:575px) {
	.lectures-list ol li .lecture-item-info .video-item-details .video-info {
	padding: 12px;
}
.lectures-list ol li .lecture-item-info .video-item-details .time-size .time, .lectures-list ol li .lecture-item-info .video-item-details .time-size .size {
	margin-right: 15px;
}
.lectures-list ol > li {
	margin-bottom: 18px;
}
.video-info h2 a, .post-list ol > li h2 a { /*font-size: 18px; */
}
.lectures-list ol > li .lecture-item-info .post_thumbnail img {
	width: 100%;
	height: auto;
}
.main-header {
	padding-top: 0;
}
.lectures-list ol li .lecture-item-info .video-item-details .time-size .download {
	display: inline-block;
}
.lectures-list ol li .lecture-item-info .item-bottom a.download {
	display: none;
}
/*.lectures-list ol li .lecture-item-info .item-bottom .btn-group-justified, .lecture-view .item-bottom .btn-group-justified{display: block !important;}
.lectures-list ol li .lecture-item-info .item-bottom a, .lecture-view .item-bottom a{width: 100%;display: block;}*/
}

@media (max-width:390px) {
	.lectures-list ol li .lecture-item-info .video-item-details .time-size .time, .lectures-list ol li .lecture-item-info .video-item-details .time-size .size {
	margin-right: 9px;
}
}
/* End */

/* 2 Col Left Layout */
.left-sidebar {
	color: #444444;
	font-size: 16px;
}
.left-sidebar .block, .sidebar .block {
	margin-bottom: 36px;
}
.left-sidebar .block .block-title, .sidebar .block .block-title {
	position: relative;
	margin-bottom: 18px;
}
.left-sidebar .block .block-title h3, .sidebar .block .block-title h3 {
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
	display: inline-block;
	margin: 0px;
}
.left-sidebar .block .block-title a.clearall {
	position: absolute;
	right: 0px;
	bottom: 0;
	font-size: 12px;
	color: #F6490D;
	text-decoration: underline;
}
.left-sidebar .block .block-title a.clearall:hover {
	text-decoration: none;
}
.left-sidebar .block .block-content {
}
.sidebar .block .block-content.scroll {
	overflow: hidden;
	border: 1px solid #f8f8f8;
	min-height: 10px;
	padding: 10px;
	height: 170px;
	padding-right: 10px;
	margin: 4px 2px 7px 3px;
	padding-right: 15px;
}
.sidebar .block .block-content.scroll:hover {
	overflow: auto;
	border: 1px solid #ededed;
	background: #ffffff;
	color: #222222;
}
.left-sidebar .block .block-content ul.chk-list {
	margin: 0px;
	padding: 0px;
}
.left-sidebar .block .block-content ul.chk-list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left-sidebar .block .block-content ul.chk-list li span {
	margin-right: 10px;
}
.col2-left-layout .main {
	border-left: 1px solid #eee;
}
.col2-right-layout .main {
	border-right: 1px solid #eee;
}
.sidebar .list-group, .sidebar .block ul {
	margin: 0px;
	padding: 0px;
}
.sidebar .list-group > li, .sidebar .block ul > li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 8px 6px;
	color: #444444;
	background-color: #fff;
	width: 100%;
	font-size: 14px;
}
.sidebar .list-group > li > a, .sidebar .block ul > li > a {
	color: #444444;
	display: inline-block;
	font-size: 14px;
}
.sidebar .list-group > li > a:hover, .sidebar .block ul > li:hover > a {
	text-decoration: none;
	color: #000;
}
ight-sidebar .list-group > li, .sidebar .block ul > li:hover {
	background-color: #f5f5f5;
}
.block.recent-post {
}
.block.recent-post .list-group > li {
}
.block.recent-post .list-group > li p {
	margin: 0;
}
.block.recent-post .list-group > li .media-left {
	margin-right: 10px;
}
/* The container */
.chk-container {
	display: block;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.chk-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #fff;
	border: 2px solid #cccccc;
	border-radius: 3px;
}
label.chk-container:hover {
	color: #f6490d;
}
.chk-container:hover input ~ .checkmark {
	background-color: #ccc;
}
.chk-container input:checked ~ .checkmark {
	background-color: #f6490d;
	border: 2px solid #f6490d;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.chk-container input:checked ~ .checkmark:after {
	display: block;
}
.chk-container .checkmark:after {
	left: 5px;
	top: 2px;
	width: 8px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* End */

/* Book Listing */
.post-list {
	clear: both;
	width: 100%;
}
.post-list > ol {
	margin: 0px;
	padding: 0px;
}
.post-list > ol > li {
	list-style: none;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}
.post-list ol > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-list ol > li h2 {
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 1.50rem;
}
.post-list ol > li h2 a, h2.post-title {
	font-family: Georgia-Bold;
	font-weight: bold;
	color: #161D6E;
	text-decoration: none;
}
.post-list ol > li h2 a:hover {
	color: #F6490D;
}
.post-list ol > li h3 {
	font-size: 1.2rem;
}
.post-list ol > li h3 a, h3.post-title {
	font-family: Georgia-Bold;
	font-weight: bold;
	color: #161D6E;
	text-decoration: none;
	font-size: 18px;
}
.post-list ol > li h3 a:hover {
	color: #F6490D;
}
.post-list ol > li .image img {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.32);
	transition: all 0.3s ease;
}
.post-list ol li:hover .image img {
	box-shadow: 0 16px 15px -10px rgba(0, 0, 0, 0.5);
}
.post-list .list-inline-item:not(:last-child), .lectures-list .list-inline-item:not(:last-child) {
	margin-right: 1.5rem;
}
.post-list > ol > li .image img {
	height: auto;
}
/* Book Detail */
.product-image-zoom {
	width: 100%;
	text-align: center;
	border: 1px solid #eee;
	padding: 25px;
	margin-bottom: 20px;
}
.product-image-zoom img {
	height: 400px;
	width: auto;
	max-width: 100%;
}
.more-images a {
	border: 1px solid #eee;
	display: inline-block;
	padding: 8px;
	margin-right: 10px;
}
.more-images a.active {
	border: 1px solid #F6490D;
}
.more-images a img {
	width: 60px;
}
.product-image-zoom img {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.32);
}
h2.book-name {
	font-family: Georgia-Bold;
	font-weight: bold;
	color: #161D6E;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 1.75rem;
}
.book-view .book-shop {
	font-size: 14px;
}
.book-view .book-shop .book-meta {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 4px 2px;
	margin-bottom: 15px;
	color: #444444;
}
.book-view .book-shop .book-meta table tr td {
	padding: 3px;
}
.book-view div.article {
	border: 0 !important;
	padding-right: 0;
	padding-bottom: 0;
}
.book-view .book-shop.article {
	padding-right: 15px;
}
.book-view .book-shop .book-order {
	margin-bottom: 20px;
}
.book-view .book-shop .book-order h2.title {
	font-size: 20px;
	font-weight: 600;
	color: #161D6E;
	margin-bottom: 12px;
}
.country-selection {
	margin-bottom: 15px;
}
.country-selection label {
	margin-right: 10px;
	font-weight: 600;
}
.country-selection select {
	border: 1px solid #eee;
	padding: 2px;
	min-width: 130px;
}
.book-view .btn-cart {
	padding: 8px 18px;
	font-size: 14px;
}
.book-view .order-tables {
	margin-bottom: 20px;
}
.book-view .order-tables table {
	border: 1px solid #eee;
	border-radius: 3px;
}
.book-view .order-tables table tr td {
	text-align: center;
	vertical-align: middle;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #eee;
	padding: 8px;
	border-top: none;
}
.book-view .order-tables table tr td img {
	max-width: inherit;
}
.book-view .order-tables table tr td.price {
	color: #F6490D;
	font-weight: 600;
}
.order-button-action .btn + .btn {
	margin-left: 30px;
}
.order-button-action .btn {
	min-width: 200px;
	text-align: center;
	display: inline-block;
}
.order-button-action .btn i {
	margin-right: 6px;
	font-size: 22px;
	vertical-align: middle;
}
.book-collateral {
	clear: both;
	width: 100%;
}
.book-collateral .bookTab {
}
.book-collateral .bookTab li {
}
.book-collateral .bookTab li a {
}
.book-collateral .bookTab li a.active {
}
.book-collateral .tab-content {
	padding: 20px 15px;
	border-top: none;
}
.book-collateral .nav-tabs {
	border-bottom: 2px solid #eee;
}
.book-collateral .nav-tabs .nav-item {
}
.book-collateral .nav-tabs .nav-link {
	border-color: #fff #fff #fff #fff;
	border-width: 2px;
	font-weight: 600;
	color: #212529;
}
.book-collateral .nav-tabs .nav-link.active, .book-collateral .nav-tabs .nav-link:hover {
	color: #F6490D;
	background-color: #fff;
	border-color: #fff #fff #F6490D #fff;
	border-width: 2px;
	border-radius: 0;
}
#book-attribute-specs-table {
	font-size: 14px;
	width: 100%;
	border: 1px solid silver;
}
#book-attribute-specs-table th {
	border-right: 1px solid silver;
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid silver;
	background: #eee;
	line-height: 1.4;
	white-space: nowrap;
}
#book-attribute-specs-table td {
	padding: 10px;
	border-bottom: 1px solid silver;
}
.book-view .other-books {
	clear: both;
	margin-top: 10px;
}
.other-books .block-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #aaaaaa;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.other-books .book-content {
}
.other-books .book-content > ul {
}
.other-books .book-content > ul > li {
	list-style: none;
	margin-bottom: 20px;
}
.other-books .book-content > ul > li a:hover {
	text-decoration: none;
}
.other-books .book-content > ul > li .media-left {
	width: 80px;
	margin-right: 15px;
}
.other-books .book-content > ul > li .media-left img {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
	transition: all 300ms ease-in-out;
}
.other-books .book-content > ul > li .media-body h3, .sidebar .rpwe-block li a, .sidebar .block.recent-posts-widget-with-thumbnails ul > li > a {
	font-family: Georgia-Bold;
	font-weight: bold;
	color: #161D6E !important;
	padding-top: 15px;
	font-size: 14px;
}
.other-books .book-content > ul > li:hover .media-left img {
	box-shadow: 0 14px 9px -6px rgba(0, 0, 0, 0.4);
}
.book-view .order-tables table tr.show {
	display: none;
}

@media (max-width:575px) {
	.book-view .order-tables table tr.show {
	display: contents;
}
.book-view .order-tables table tr.show td {
	border: none;
	padding-bottom: 0;
}
.book-view .order-tables table tr td.hide {
	display: none;
}
}
/* Contact Us */
#contactForm {
}
#contactForm .form-group label {
	font-weight: 600;
	color: #444444;
	font-size: 14px;
	width: 100%;
}
#contactForm .form-group select {
	border: 1px solid #ced4da;
	width: 100%;
	padding: 6px 12px;
	border-radius: .25rem;
}
#contactForm .form-group textarea {
	height: 120px;
}
#contactForm .form-group em {
	font-style: normal;
	color: #F00;
	margin-right: 3px;
}
#contactForm .btn {
	width: 200px;
	max-width: 100%;
}
#contactForm .form-button {
	margin-top: 30px;
}
#contactLocation {
}
#contactLocation .location {
	margin-bottom: 30px;
}
#contactLocation .location h3 {
	font-family: Georgia-Bold;
	font-weight: bold;
	margin-bottom: 0px;
	color: #161D6E;
	padding-top: 10px;
}
#contactLocation .location .name {
	font-size: 14px;
	color: #F6490D;
	letter-spacing: 1px;
	font-style: italic;
}
#contactLocation .location address {
	margin: 12px 0 0 0;
}
#contactLocation .location address p {
	margin: 0 0 5px 0;
	color: #444444;
}
.img-frame {
	border: 5px solid #fff;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.32);
}
.book-carousel .owl-nav {
	display: none;
}
/* Social Share Footer */
.social-share .fa {
	display: inline-block;
	padding: 14px;
	font-size: 24px;
	width: 52px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
}
.social-share .fa:hover {
	opacity: 0.7;
}
.social-share .fa-facebook {
	background: #3B5998;
	color: white;
}
.social-share .fa-twitter {
	background: #55ACEE;
	color: white;
}
.social-share .fa-google {
	background: #dd4b39;
	color: white;
}
.social-share .fa-linkedin {
	background: #007bb5;
	color: white;
}
.social-share .fa-youtube {
	background: #bb0000;
	color: white;
}
.social-share .fa-instagram {
	background: #125688;
	color: white;
}
/* Login Page */
.sociallogin {
}
.sociallogin .apsl-login-new-text {
	display: none;
}
.sociallogin p {
	color: #444444;
	font-size: 14px;
}
.login-page .login-or {
	text-align: center;
	position: relative;
	padding: 20px 0;
}
.login-page .btn {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.login-page .login-or .or:after {
	position: absolute;
	content: " ";
	right: 0px;
	border-bottom: 1px solid #ccc;
	height: 14px;
	width: 100%;
}
.login-page .login-or .or span {
	background-color: #fff;
	position: relative;
	z-index: 999;
	padding: 0 18px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.form-1 .form-group label {
	font-weight: 600;
	color: #444444;
	font-size: 14px;
	width: 100%;
}
.form-1 .form-group label em {
	font-style: normal;
	color: #444444;
	margin-left: 3px;
}
.form-1 .form-group .form-control {
	padding: 10px;
}
.form-1 fieldset {
}
.form-1 fieldset legend {
	color: #444444;
	border-bottom: 1px solid #eee;
	margin-bottom: 18px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.form-1 .form-group select {
	color: #444444;
	border: 1px solid #ced4da;
	width: 100%;
	padding: 10px 12px;
	border-radius: .25rem;
}
.alert-danger .error-list li {
	list-style: inside;
}

/* Responsive */
@media (max-width:991px) {
	.list-inline.pb-lg-3 {
	padding-bottom: 12px;
}
.img-md-mb-1 {
	margin-bottom: 15px;
}
section.blog a.btn-link {
	margin-top: 0px;
}
}

@media (max-width:767px) {
	.post-list ol > li .sort-description .content, .post-list ol > li .sort-description .content p { /*margin-bottom: 0px;*/
}
.post-list ol > li .sort-description .content p + p {
	margin-top: 12px;
}
#contactForm {
	border-bottom: 2px dashed #eee;
	margin-bottom: 20px;
	padding-bottom: 0;
}
#contactLocation .location {
	margin-bottom: 18px;
}
.img-sm-mb-1 {
	margin-bottom: 15px;
}
/*.video { background-color: #eee; }*/
.video a.video-title {
	margin-bottom: 0;
}
}

@media (max-width:575px) {
	#backtotop {
	right: 30px;
}
.post-list ol > li .image {
	text-align: center;
}
.post-list ol > li h2, #contactLocation .location h3 {
	font-size: 1.30rem;
}
.img-xs-mb-1 {
	margin-bottom: 15px;
}
.footer .social-share {
	margin-bottom: 25px;
}
.col-xs-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}
.wp-pagination {
	text-align: center;
	margin-top: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 5px;
	margin: 3px;
	font-size: 14px;
	border-radius: 3px;
	min-width: 36px;
	display: inline-block;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
	font-weight: 400;
	border-color: #F6490D;
	color: #F6490D;
	text-decoration: none;
}
.wp-pagenavi .pages {
	color: #444444;
	padding: 5px 10px;
}
ul.error-list li {
	list-style: none;
}
#bookTabContent ul, #bookTabContent ol {
	padding-left: 18px;
}
.bg-blue {
	background-color: #24236a;
}
.bg-orange {
	background-color: rgba(249, 109, 0, 1);
}
.parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cta.parallax {
	background-image: url(../images/ctabg.jpg);
}
.sanga.parallax {
	background-image: url(../images/bg-sanga.jpg);
}

@media (max-width:767px) {
	section.sanga .carousel-control-prev, section.sanga .carousel-control-next {
	display: none;
}
section.sanga .sanga-item {
	padding: 30px 20px;
}
section.blog .head {
}
.video h3.video-title {
	font-size: 18px;
}
}

@media (max-width:360px) {
	section.cta .button-action .btn {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #161D6E;
}
.owl-carousel.owl-drag .owl-item {
	touch-action: none
}
.rpwe-block h3 {
	line-height: 18px !important;
}
body .gform_wrapper ul li.gfield {
	list-style: none !important;
}

@media (min-width:992px) {
	.left-sidebar .widget .widget-content.show {
	display: block !important;
}
#sidebar-lecture .block-title {
	display: none;
}
}

@media (max-width:991px) {
	.sidebar .widget .widget-content {
	display: none;
}
.sidebar .widget .widget-content.show {
	display: block;
}
.sidebar .block {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.sidebar .block .block-title {
	cursor: pointer;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.sidebar .block .block-title:before {
	content: "\f107";
	font: normal normal normal 2.5em/1 FontAwesome;
	position: absolute;
	right: 15px;
	top: 5px;
	color: #9e9e9e;
}
.sidebar .block .block-title.open:before {
	content: "\f106";
}
.sidebar {
	margin-bottom: 16px;
}
.left-sidebar .block, .sidebar .block {
	margin-bottom: 15px;
}
.sidebar .widget .widget-content {
	overflow: scroll;
	height: 200px;
}
#sidebar-lecture.sidebar .widget .widget-content {
	height: 350px;
}
.sidebar .list-group > li > a, .sidebar .block ul > li > a {
	font-size: 14px;
}
.sidebar .list-group > li, .sidebar .block ul > li {
	padding: 8px 16px;
}
}

@media (max-width:767px) {
	#header .navbar {
	padding: .3rem 0;
}
h2.book-name {
	font-size: 20px;
}
.product-image-zoom img {
	height: auto;
}
.book-img-box {
	margin-bottom: 20px;
}
.event-list .event-row .event-info {
	display: none;
}
}

@media (min-width:576px) {
	#mobileSlider {
	display: none;
}
}

@media (max-width:575px) {
	#mainSlider {
	display: none;
}
.event-list .event-row .d-flex {
	display: block !important;
}
.event-list .event-row .event-date {
	width: 100%;
}
.event-list .event-row .event-heading {
	margin-bottom: 6px;
}
.event-list .event-row .event-contact ul li {
	margin-right: 0;
	width: 100%;
	padding: 2px 0;
}
.event-list .event-row .event-date .day {
	font-size: 34px;
	line-height: 38px;
}
.sidebar .block .block-title {
	padding: .60rem 1rem;
}
.sidebar .block .block-title:before {
	top: 2px;
}
.book-view .book-shop .book-meta table tr td {
	display: block;
	width: 100%;
}
.order-button-action .btn i {
	margin-right: 3px;
	font-size: 20px;
}
.order-button-action .btn {
	width: 48%;
	padding: 12px 8px;
	min-width: 10px;
	font-size: 15px;
}
.order-button-action .btn + .btn {
	margin-left: 2%;
}
.book-collateral .tab-content {
	padding-left: 0;
	padding-right: 0;
}
.product-image-zoom {
	padding: 10px;
}
#backtotop {
	right: 10px;
	bottom: 10px;
}
.square-btn button {
	min-width: 38px;
	height: 38px;
}
#backtotop .btn img {
	width: 18px;
	position: relative;
	top: -2px;
}
.main-container.mb-5 {
	margin-bottom: 2rem !important;
}
.main-container.mt-5 {
	margin-top: 2rem !important;
}
#drift-widget {
	bottom: 40px !important;
}
.lecture-bottom {
	display: block !important;
}
.lecture-bottom .time-size {
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
.lecture-bottom .lecture-sharing {
	display: block;
}
}

@media (max-width:480px) {
	.book-collateral .nav-tabs .nav-link span {
	display: none;
}
}
.book-collateral h2, .book-collateral h3 {
	font-size: 1.2rem;
	font-weight: 600;
}
.book-collateral {
	text-align: justify;
}
.aigpl-column, .aigpl-columns {
	padding: 5px;
}
.aigpl-design-1 .aigpl-img-wrp {
	border: 1px solid #f6f6f6;
}
#post-294 p, .txt-justify p, .txt-justify, .entry-content p {
	text-align: justify;
}
#header .container-lg {
	max-width: 100%;
}
header nav li .im-checkout {
	margin-bottom: 0 !important;
}
header nav li .im-checkout-btn {
	font-weight: 400;
	font-family: 'Oxygen', sans-serif;
}
section.album {
	overflow: hidden;
}
#drift-widget-container {
	z-index: 9999 !important;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}
.button-white {
	transition: all 0.3s ease;
	letter-spacing: 1px;
	font-size: 16px;
	color: #161D6E;
	padding: 0 18px;
	cursor: pointer;
	border-radius: 0;
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	text-decoration: none;
	line-height: 50px;
	display: inline-block;
}
.button-white:hover {
	-webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	background-color: #F96D00;
	color: #fff;
}
.btn_subscribe {
	color: #161D6E;
}
.btn_subscribe:hover {
	-webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
	background-color: #F96D00 !important;
	color: #fff !important;
}
.yrc-menu-items li {
	padding: 0.25em 0.5em !important;
	cursor: pointer;
	margin: 0 15px 0 0 !important;
}
.live_webcast a {
	background-image: url(../images/fb-live.png);
	background-size: 70px;
	background-position: left 0px top 5px;
	padding-left: 80px;
	margin-bottom: 6px;
	font-style: italic;
	color: #161D6E;
	line-height: 22px;
	display: inline-block;
	font-weight: 600;
	background-repeat: no-repeat;
}
.live_webcast a:hover {
	color: #F96D00;
	text-decoration: none;
}
.erinyen.tparrows {
	background: #161D6E;
}
.no-results {
	clear: both;
}
.feature_talk_button a {
	font-size: 0px;
}
.feature_talk_button a i {
	font-size: 16px;
}
#sidebar-lecture .search-filter-reset, #sidebar-lecture input[type="submit"] {
	background: #F6490D;
	border: 1px solid #F6490D;
	border-radius: 4px;
	color: #fff;
	padding: 6px 25px;
	text-transform: uppercase;
	font-weight: 600;
}

/*------MAIN-------*/
/*serachpopup*/
/*#search {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(0px, -100%) scale(0, 0);
-moz-transform: translate(0px, -100%) scale(0, 0);
-o-transform: translate(0px, -100%) scale(0, 0);
-ms-transform: translate(0px, -100%) scale(0, 0);
transform: translate(0px, -100%) scale(0, 0);
opacity: 0;
z-index: 1032;
}
#search input[type="search"] {
position: absolute;
top: 90px;
width: 30%;
color: #000;
background: #fff;
font-size: 22px;
font-weight: 300;
text-align: center;
border: 0px;
margin: 0px auto;
margin-top: 0;
padding-left: 30px;
padding-right: 30px;
outline: none;
}
#search .btn {
position: inherit;
top: 0;
left: 0;
margin-top: 90px;
margin-left: 0;
display: inline-block;
float: right;
}
#search .close {
position: fixed;
top: 15px;
right: 15px;
color: #fff;
background-color: #f6490d;
border-color: #f6490d;
opacity: 1;
padding: 10px 17px;
font-size: 27px;
}
#search.open {
-webkit-transform: translate(0px, 0px) scale(1, 1);
-moz-transform: translate(0px, 0px) scale(1, 1);
-o-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
opacity: 1;
}*/
#search {
	display:none;
}
#search.open {
	display:block;
}
#search input[type="search"] {
	color: #000;
	background: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #F96D00;
	margin: 0px auto;
	margin-top: 0;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	border-top: 0;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
#search {
	text-align: right;
	margin-right: 8%;
	position: absolute;
	right: 0;
	z-index: 999;
}
#search .btn.btn-sm {
	padding: 6px 18px;
	position: relative;
	top: -5px;
}
@media only screen and (min-width : 1440px) and (max-width : 1599px) {
	#search {
	margin-right: 6%;
}
}
@media only screen and (min-width : 1600px) and (max-width : 1679px) {
	#search {
	margin-right: 15.5%;
}
}
@media only screen and (min-width : 1680px) and (max-width : 1919px) {
	#search {
	margin-right: 4.5%;
}
}
@media only screen and (min-width : 1920px) and (max-width : 3500px) {
	#search {
	margin-right: 17%;
}
}

/* Load Lectures Bar */
#lecture_toolbar {
display: inline-block;
	z-index: 2147483699;
	position: absolute;
	right: 0px;
	padding-left: 10px;
	padding-right: 10px;

	font-size: 14px;

	text-align: right;
/*	padding-right: 50px;*/
	overflow: hidden;
	color: #fff;

	background-color: #161D6E;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}
#lecture_toolbar .lectures_is_loading {
	margin-right: 40px;
}
#lecture_toolbar a {
	color: #fff;
}
#lecture_toolbar a:hover, #lecture_toolbar a:focus {
	color: #eff;
}

#lecture_toolbar .lectures_urls_show + .lecture-url {
	margin-top: 40px;
}

#lecture_toolbar .lecture-close {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: right;
}

#lecture_toolbar .lectures_urls .lecture-url, #lecture_toolbar .lectures_urls .lecture-url-latest, #lecture_toolbar .lectures_urls .lecture-close {
	display:none;
}

#lecture_toolbar .lectures-remove-all-url {
	position: relative;
	right: -40px;
}

.lecture-url {
	padding-bottom: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.swal-modal .lectures-the-url {
	white-space: normal;
	display: inline-block !important;
}


a.lectures-the-url, .lecture-close-button {
	background: #F6490D;
	border: 1px solid #F6490D;
	border-radius: 4px;
	color: #fff;
	padding: 6px 25px;
	font-weight: 600;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
a.lectures-the-url {
	text-transform: uppercase;
}
.cssload-container{
	display: inline-block;
	margin:0px auto;
	width:67px;
}

.cssload-loading i{
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 50%;
	background: rgb(247,242,242);
}
.cssload-loading i:first-child{
	opacity: 0;
	animation:cssload-loading-ani2 0.8s linear infinite;
	-o-animation:cssload-loading-ani2 0.8s linear infinite;
	-ms-animation:cssload-loading-ani2 0.8s linear infinite;
	-webkit-animation:cssload-loading-ani2 0.8s linear infinite;
	-moz-animation:cssload-loading-ani2 0.8s linear infinite;
	transform:translate(-13px);
	-o-transform:translate(-13px);
	-ms-transform:translate(-13px);
	-webkit-transform:translate(-13px);
	-moz-transform:translate(-13px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3){
	animation:cssload-loading-ani3 0.8s linear infinite;
	-o-animation:cssload-loading-ani3 0.8s linear infinite;
	-ms-animation:cssload-loading-ani3 0.8s linear infinite;
	-webkit-animation:cssload-loading-ani3 0.8s linear infinite;
	-moz-animation:cssload-loading-ani3 0.8s linear infinite;
}
.cssload-loading i:last-child{
	animation:cssload-loading-ani1 0.8s linear infinite;
	-o-animation:cssload-loading-ani1 0.8s linear infinite;
	-ms-animation:cssload-loading-ani1 0.8s linear infinite;
	-webkit-animation:cssload-loading-ani1 0.8s linear infinite;
	-moz-animation:cssload-loading-ani1 0.8s linear infinite;
}




@keyframes cssload-loading-ani1{
	100%{
	transform:translate(27px);
	opacity: 0;
}
}

@-o-keyframes cssload-loading-ani1{
	100%{
	-o-transform:translate(27px);
	opacity: 0;
}
}

@-ms-keyframes cssload-loading-ani1{
	100%{
	-ms-transform:translate(27px);
	opacity: 0;
}
}

@-webkit-keyframes cssload-loading-ani1{
	100%{
	-webkit-transform:translate(27px);
	opacity: 0;
}
}

@-moz-keyframes cssload-loading-ani1{
	100%{
	-moz-transform:translate(27px);
	opacity: 0;
}
}

@keyframes cssload-loading-ani2{
	100%{
	transform:translate(13px);
	opacity: 1;
}
}

@-o-keyframes cssload-loading-ani2{
	100%{
	-o-transform:translate(13px);
	opacity: 1;
}
}

@-ms-keyframes cssload-loading-ani2{
	100%{
	-ms-transform:translate(13px);
	opacity: 1;
}
}

@-webkit-keyframes cssload-loading-ani2{
	100%{
	-webkit-transform:translate(13px);
	opacity: 1;
}
}

@-moz-keyframes cssload-loading-ani2{
	100%{
	-moz-transform:translate(13px);
	opacity: 1;
}
}

@keyframes cssload-loading-ani3{
	100%{
	transform:translate(13px);
}
}

@-o-keyframes cssload-loading-ani3{
	100%{
	-o-transform:translate(13px);
}
}

@-ms-keyframes cssload-loading-ani3{
	100%{
	-ms-transform:translate(13px);
}
}

@-webkit-keyframes cssload-loading-ani3{
	100%{
	-webkit-transform:translate(13px);
}
}

@-moz-keyframes cssload-loading-ani3{
	100%{
	-moz-transform:translate(13px);
}
}

/* Hide item a the filter form */
.sidebar .block ul>li.sf-field-post-meta-lecture_code {
	display:none;
}
/* mass-download blocks */
.article-mass-download {
	display: none;
}
.lectures-list ol:first-child .article-mass-download {
	display: block;
}
@media (max-width: 575px) {
	.lectures-list ol li.article-mass-download .lecture-item-info .item-bottom a.download {
	display: block;
}
}
.swal-button--confirm, .swal-button--ok {
	background-color: #F6490D;
}
.swal-button.swal-button--confirm:not([disabled]):hover, .swal-button.swal-button--ok:not([disabled]):hover {
	background-color: #F04309;
}
a.download-selected.btn {
	overflow-x: hidden;
}
.video-info h2 input.download_selected {
	position: absolute;
	right: 7px;
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
	margin-right: 10px;
}
.video-info h2 {
	padding-right: 15px;
}
