#D8D8D8/* Copyright © 2015 Himanshu Softtech.
------------------------------------------------------------------
[Table of contents]

1. Google Web Foonts
2. Body
3. Preloader / #preloader
4. Header / .lms_mobile_header
5. Login Form / .lms_login
6. Registration form / .lms_register
7. Slider / .lms_slider
8. Typography Title CSS / .lms_title_center
9. Social / .lms_social
10. Skills / .lms_skill_photoshop
11. Services / .lms_service_1
12. Popular courses / .lms_popular_courses
13. Top expert team / .lms_experts_team
14. View and learn / .lms_view_learn
15. Testimonial / .lms_testimonials_bg
16. Our Partner / .lms_our_partner
17. Our recent achievement / .lms_recent_achievement
18. Success in number / .lms_our_success
19. Typography Button / .lms-btn-fill
20. Blog categories / .lms_blog_cat > section > ul 
21. Comment / .lms_comment
22. Sidebar / .lms_sidebar_item 
23. Courses detail list view / .lms_cource_shorting
24. Course single page / .lms_course_image img
25. course video page / .lms_video_player
26. Price table / .lms_price_table
27. Portfolio / .lms_portfolio
28. 404 page / .lms_404
29. Career / .lms_career
30. Element / .lms_element_animation
31. Contact / .lms_contact_detail
32. Scroll to top / .scrollToTop
33. Chat window / .lms_chat_window
34. Other CSS / .lms_pos_relative
35. Footer / #lms_footer
36. Media CSS
-------------------------------------------------------------------*/
/*---------------------google web fonts start---------------------------*/
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 400;
	src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url(http://themes.googleusercontent.com/static/fonts/vollkorn/v4/BCFBp4rt5gxxFrX6F12DKvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: normal;
	font-weight: 700;
	src: local('Vollkorn Bold'), local('Vollkorn-Bold'), url(http://themes.googleusercontent.com/static/fonts/vollkorn/v4/wMZpbUtcCo9GUabw9JODeobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 400;
	src: local('Vollkorn Italic'), local('Vollkorn-Italic'), url(http://themes.googleusercontent.com/static/fonts/vollkorn/v4/Oiz0tNwvC-Nd29SBQWfWTBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 700;
	src: local('Vollkorn Bold Italic'), local('Vollkorn-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/vollkorn/v4/KNiAlx6phRqXCwnZZG51JAFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/*---------------------google web fonts end---------------------------*/

/*---------------------body start---------------------------*/
.prlt0  {
  display: none;
  visibility: hidden;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    line-height: 1.5;
    color: #fff;
    background: #1a1a1a;
}
::selection {
	color: #fff;
	background: #3399ff;
}
::-moz-selection {
 color:#fff;
 background:#3399ff;
}
ul.lms_list_default {
	list-style: inherit;
	padding-left: 20px;
}
ul.lms_list_decimal {
	list-style: decimal;
	padding-left: 20px;
}
ul.lms_list_square {
	list-style: square;
	padding-left: 20px;
}
ul.lms_list_circle {
	list-style: circle;
	padding-left: 20px;
}
ul.lms_list_lower_alpha {
	list-style: lower-alpha;
	padding-left: 20px;
}
ul.lms_list_lower_roman {
	list-style: lower-roman;
	padding-left: 20px;
}
ul.lms_list_upper_alpha {
	list-style: upper-alpha;
	padding-left: 20px;
}
ul.lms_list_upper_roman {
	list-style: upper-roman;
	padding-left: 20px;
}
/*---------------------body end---------------------------*/
/*---------------------preloader start---------------------------*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
}
#preloader #status {
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	margin: -100px 0 0 -100px;
}
#preloader #status img {
	margin-bottom: 5px;
}
#preloader #status p {
	padding-left: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 8px;
}
#lms_loading_line {
	position: fixed;
	top: 44%;
	left: 0;
	width: 100%;
	height: 1px;
}
#lms_loading_line svg {
	width: 100%;
	height: 1px;
}
/*---------------------preloader end---------------------------*/
/*---------------------------Header start------------------------------*/
.lms_mobile_header {
	position: relative !important;
	background: #000 !important;
	min-height: 65px !important;
}
.lms_fixed_header {
	position: fixed !important;
	background: #1a1a1a !important;
	/*top: 0;*/
	left: 0;
	min-height: 65px !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_fixed_header .logo img {
	margin-bottom: 6px;
}
.lms_fixed_header > .container {
	height: 65px !important;
	margin-bottom: -66px !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_fixed_header nav > ul.nav-main > li > a {
	padding: 22px 13px !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_fixed_header .lms_search_toggle {
	top: 22px !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_fixed_header .lms_search_toggle a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_search_toggle {
	position: absolute;
	top: 22px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_search_toggle a {
	width: 40px;
	height: 40px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_search_toggle a:hover {
	border-color: #E4B947;
}
.lms_search_wrapper {
	display: none;
	position: absolute;
	top: 100%;
	right: 15px;
	width: auto;
	height: auto;
	padding: 25px;
	margin-top: 1px;
	background: rgba(240, 240, 240, 1);
	min-width: 248px;
}
.lms_search_wrapper input {
	border: 1px solid #9EA6B0;
	height: 40px;
	width: 100%;
	padding-left: 10px;
	outline: none;
    background-color: #fff; 
}
.lms_search_wrapper input:hover, .lms_search_wrapper input:focus{
	border-color: #9EA6B0;
}
#lms_header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	clear: both;
	background: rgba(255,255,255,0.1);
	min-height: 94px;
	z-index: 99;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#lms_header > .container {
	height: 100px;
	margin-bottom: -108px;
	position: relative;
	display: table;
	max-width: 1170px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#lms_header > .navbar-collapse > .container {
	position: relative;
}
#lms_header nav {
	float: right;
 	margin-right: 50px; 
/* 	width:75%; */
}
.one_page_nav {
	margin-right: 0px !important;
}
#lms_header nav ul.nav-main li a {
	color: #fff;
	font-size: 17px;
	font-style: normal;
	line-height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: capitalize;
	font-weight: 400;
	cursor: pointer;
	padding: 39px 13px;
	border-bottom: 3px solid rgba(255,255,255,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color:transparent;
}
#lms_header nav ul.nav-main li a:hover {
	color: #E4B947;
	border-bottom: 3px solid #E4B947;
	background-color:transparent;
}
#lms_header nav ul.nav-main li ul a {
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
}
#lms_header nav ul.nav-main li.dropdown:hover > ul {
	display: block;
}
#lms_header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
	border-radius: 5px 5px 0px 0px;
}
#lms_header nav ul.nav-main li.active a {
	color: #E4B947;
	border-bottom: 3px solid #E4B947;
}
#lms_header nav ul.nav-main ul.dropdown-menu {
	background-color: #1a1a1a;
	border: 0;
	min-width: 200px;
	margin: 0px 0 0 3px;
	padding: 5px;
	top: auto;
	border-bottom: 2px solid #E4B947;
}
@-webkit-keyframes dropdown_menu_animation{
	0%{-webkit-transform:translateY(10px); opacity:0;}
	100%{-webkit-transform:none; opacity:1;}
	}
@keyframes dropdown_menu_animation{
	0%{transform:translateY(10px); opacity:0;}
	100%{transform:none; opacity:1;}
	}
#lms_header nav ul.nav-main ul.dropdown-menu li:hover > a {
	filter: none;
	color: #E4B947;
}
#lms_header nav ul.nav-main ul.dropdown-menu li:last-child > a {
	border-bottom: 0;
}
#lms_header nav ul.nav-main ul.dropdown-menu > li > a {
	color: #FFF;
	font-weight: 400;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: none;
	position: relative;
	padding: 8px 10px 8px 5px;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#lms_header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	margin-left: 0;
	margin-top: -5px;
}
#lms_header nav ul.nav-main .dropdown-submenu {
	position: relative;
}
#lms_header nav ul.nav-main li.dropdown ul.dropdown-menu li.dropdown-submenu > .dropdown-menu, #lms_header nav ul.nav-main li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu{
	top: 0;
	left: 100%;
	margin-top: -5px;
	margin-left: -1px;
}
#lms_header nav ul.nav-main li.dropdown ul.dropdown-menu li.dropdown-submenu a:after{
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
#lms_header nav ul.nav-main .dropdown-submenu.pull-left {
	float: none;
}
#lms_header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
#lms_header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
#lms_header nav ul.nav-main .dropdown-submenu:hover > a:after {
	border-left-color: #FFF; 
}
/* #lms_header nav.mega-menu .mega-menu-fullwidth.mega-menu-col_2 ul.dropdown-menu {
    width: 33%;
    left: auto;
    right: auto;
}
#lms_header nav.mega-menu .mega-menu-fullwidth.mega-menu-col_2 ul.dropdown-menu .col-md-2 {
    width: 50%;
}
#lms_header nav.mega-menu .mega-menu-fullwidth.mega-menu-col_3 ul.dropdown-menu {
    left: auto;
    right: auto;
    width: 43%;
}
#lms_header nav.mega-menu .mega-menu-fullwidth.mega-menu-col_3 ul.dropdown-menu .col-md-2 {
    width: 33.33%;
}
#lms_header nav.mega-menu .mega-menu-fullwidth.mega-menu-col_4 ul.dropdown-menu {
    width: 75%;
    left: auto;
    right: 0;
}
#lms_header nav.mega-menu .mega-menu-fullwidth.mega-menu-col_4 ul.dropdown-menu .col-md-2 {
    width: 25%;
}
#lms_header nav.mega-menu .mega-menu-fullwidth.mega-menu-col_5 ul.dropdown-menu {
    width: 75%;
    left: auto;
}
#lms_header nav.mega-menu .mega-menu-fullwidth.mega-menu-col_5 ul.dropdown-menu .col-md-2 {
    width: 20%;
}
#lms_header nav.mega-menu .dropdown.mega-menu-item.mega-menu-fullwidth.mega-menu-col_3:nth-child(n+4) ul.dropdown-menu, #lms_header nav.mega-menu .dropdown.mega-menu-item.mega-menu-fullwidth.mega-menu-col_2:nth-child(n+5) ul.dropdown-menu, #lms_header nav.mega-menu .dropdown.mega-menu-item.mega-menu-fullwidth.mega-menu-col_4:nth-child(n+3) ul.dropdown-menu {
    right: 0;
} */
#lms_header nav ul.nav-main li:last-child ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu, #lms_header nav ul.nav-main li:nth-last-child(3) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu, #lms_header nav ul.nav-main li:nth-last-child(2) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu, #lms_header nav ul.nav-main li.dropdown:last-child ul.dropdown-menu li.dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu, #lms_header nav ul.nav-main li.dropdown:nth-last-child(3) ul.dropdown-menu li.dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu, #lms_header nav ul.nav-main li.dropdown:nth-last-child(2) ul.dropdown-menu li.dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: -108%;
}
#lms_header nav ul.nav-main li:last-child ul.dropdown-menu li ul.dropdown-menu li a, #lms_header nav ul.nav-main li:nth-last-child(3) ul.dropdown-menu li ul.dropdown-menu li a, #lms_header nav ul.nav-main li:nth-last-child(2) ul.dropdown-menu li ul.dropdown-menu li a, #lms_header nav ul.nav-main li:last-child ul.dropdown-menu li:hover ul.dropdown-menu li a, #lms_header nav ul.nav-main li:nth-last-child(3) ul.dropdown-menu li:hover ul.dropdown-menu li a, #lms_header nav ul.nav-main li:nth-last-child(2) ul.dropdown-menu li:hover ul.dropdown-menu li a, #lms_header nav ul.nav-main li:last-child ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li a, #lms_header nav ul.nav-main li:nth-last-child(3) ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li a , #lms_header nav ul.nav-main li:nth-last-child(2) ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu li a, #lms_header nav ul.nav-main li:last-child ul.dropdown-menu li:hover ul.dropdown-menu li:hover ul.dropdown-menu li a, #lms_header nav ul.nav-main li:nth-last-child(3) ul.dropdown-menu li:hover ul.dropdown-menu li:hover ul.dropdown-menu li a, #lms_header nav ul.nav-main li:nth-last-child(2) ul.dropdown-menu li:hover ul.dropdown-menu li:hover ul.dropdown-menu li a  {
    color: #fff;
}
#lms_header nav ul.nav-main li:last-child ul.dropdown-menu li ul.dropdown-menu li:hover a, #lms_header nav ul.nav-main li:nth-last-child(3) ul.dropdown-menu li ul.dropdown-menu li:hover a, #lms_header nav ul.nav-main li:nth-last-child(2) ul.dropdown-menu li ul.dropdown-menu li:hover a, #lms_header nav ul.nav-main li:last-child ul.dropdown-menu li ul.dropdown-menu li:hover ul.dropdown-menu li:hover a, #lms_header nav ul.nav-main li:nth-last-child(3) ul.dropdown-menu li ul.dropdown-menu li:hover ul.dropdown-menu li:hover a, #lms_header nav ul.nav-main li:nth-last-child(2) ul.dropdown-menu li ul.dropdown-menu li:hover ul.dropdown-menu li:hover a {
    color: #E4B947;
}
#lms_header nav ul.nav-main li.dropdown:last-child ul.dropdown-menu li.dropdown-submenu a:after, #lms_header nav ul.nav-main li.dropdown:nth-last-child(3) ul.dropdown-menu li.dropdown-submenu a:after, #lms_header nav ul.nav-main li.dropdown:nth-last-child(2) ul.dropdown-menu li.dropdown-submenu a:after, #lms_header nav ul.nav-main li.dropdown:last-child ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu a:after, #lms_header nav ul.nav-main li.dropdown:nth-last-child(3) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu a:after, #lms_header nav ul.nav-main li.dropdown:nth-last-child(2) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu a:after {
    border-width: 5px 5px 5px 0px;
    border-right-color: #cccccc;
    float: left;
    margin-right: -10px;
    margin-left: -10px;
}
#lms_header nav ul.nav-main li.dropdown:last-child ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li a:after, #lms_header nav ul.nav-main li.dropdown:nth-last-child(3) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li a:after, #lms_header nav ul.nav-main li.dropdown:nth-last-child(2) ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li a:after, #lms_header nav ul.nav-main li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu li a:after {
	display:none;
}





#lms_header nav ul.nav-top {
	margin: 10px 0 -10px;
	min-height: 62px;
}
#lms_header nav ul.nav-top li span {
	display: block;
	line-height: 14px;
	margin-bottom: 2px;
	margin-right: 0;
	margin-top: 5px;
	padding: 8px 2px 8px 12px;
}
#lms_header nav ul.nav-top li a, #lms_header nav ul.nav-top li span {
	color: #999;
	font-size: 0.9em;
	padding: 6px 10px;
}
#lms_header nav ul.nav-top li i {
	margin-right: 6px;
	position: relative;
	top: 1px;
}
#lms_header .nav-main-collapse {
	overflow-y: visible;
}
#lms_header .nav-main-collapse.in {
	overflow-y: visible;
}
/* Logo */
#lms_header .logo {
	margin: 0;
	padding: 5px 0;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: transparent;
	position: absolute;
	z-index: 9999;
	left: 0;
	line-height: 85px;
	  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.lms_fixed_header .logo{
	line-height: 58px !important;
	  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
	}
#lms_header .logo a {
	/* [disabled]position: relative;
*/
	z-index: 1;
}
#lms_header .logo img {
	position: relative;
	color: transparent;
}
/* Header Container */
.header-container {
	min-height: 76px;
	position: relative;
}
/* Responsive Nav Button */
.btn-responsive-nav {
	display: none;
}
 @media (max-width: 991px) {
.lms_search_toggle {
	display: none;
}
.lms_fixed_header {
	width: 100% !important;
	float: left !important;
}
.lms_fixed_header > .container {
	height: 65px !important;
	margin-bottom: -10px !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_fixed_header nav > ul.nav-main > li > a {
	padding: 9px 8px !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_fixed_header .lms_menu_toggle {
	top: 20px !important;
}
/* Header */
#lms_header {
	clear: both;
	position: relative;
	background-color:#000;
}
#lms_header > .container {
	margin-bottom: 0;
}
#lms_header .social-icons, #lms_header .search {
	display: none;
}
#lms_header .nav-collapse {
	background: #171717;
	width: 100%;
	clear: both;
	width: 100%;
}
#lms_header .nav-collapse .container .nav-main {
	float: left;
	width: 100%;
}
#lms_header .nav-main-collapse {
	top: 8px;
	position: relative;
	background: #171717;
	max-height: none;
	width: 100%;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}
#lms_header .nav-main-collapse.collapse {
	display: none !important;
}
#lms_header .nav-main-collapse.in {
	width: 100%;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	display: block !important;
}
#lms_header .nav-main {
	padding: 10px 0;
	clear: both;
	display: block;
	float: none;
	width: 100%;
}
#lms_header .nav-main ul {
	padding: 0;
	margin: 0;
}
#lms_header .nav-main ul li {
	padding: 0;
	margin: 0;
	clear: both;
	float: none;
	display: block;
	border-bottom: 1px solid #2A2A2A;
}
#lms_header .nav-main ul li:last-child {
	border-bottom: none;
}
#lms_header .nav-main ul ul {
	margin-left: 20px !important;
}
#lms_header .nav-main ul.nav-main {
	float: none;
	position: static;
	margin: 8px 0;
	margin-right: -10px;
}
#lms_header .nav-main ul.dropdown-menu {
	position: static;
	clear: both;
	float: none;
	display: none !important;
}
#lms_header .nav-main li.resp-active > ul.dropdown-menu {
	display: block !important;
}
#lms_header nav ul.nav-main > li + li {
	margin-left: 0;
}
#lms_header nav ul.nav-main li a {
	color: #FFF;
	clear: both;
	float: none;
	display: block;
	padding: 9px 8px;
	border: 0;
	border-top: 0;
	margin: 0;
	border-bottom: none !important;
}
#lms_header nav ul.nav-main li a:hover {
	border-bottom: none;
}
#lms_header nav ul.nav-main li a i.icon-angle-down {
	position: absolute;
	right: 5px;
	top: 10px;
}
#lms_header nav ul.nav-main ul.dropdown-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#lms_header nav ul.nav-main ul.dropdown-menu li > a {
	padding: 9px 8px;
	border: 0;
	border-top: 0;
	margin: 0;
	border-bottom: none;
}
#lms_header nav ul.nav-main ul.sub-menu {
	padding: 0;
	margin: 0 0 10px 0;
}
#lms_header nav ul.nav-main .dropdown-submenu > a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFF;
}
#lms_header nav ul.nav-main .dropdown-submenu:hover > a:after {
	border-left-color: transparent;
}
#lms_header.flat-menu > .container {
	margin-bottom: 0;
}
#lms_header.flat-menu nav ul.nav-main {
	padding: 0;
	margin: 0;
}
#lms_header.flat-menu nav ul.nav-main li a {
	color: #FFF !important;
}
#lms_header.center nav ul.nav-main > li {
	display: block;
}
body #lms_header nav ul.nav-main ul.dropdown-menu {
	background: none !important;
	background-color: transparent !important;
}
body #lms_header nav ul.nav-main li.dropdown.open .dropdown-toggle, body #lms_header nav ul.nav-main li a, body #lms_header nav ul.nav-main li > a:hover, body #lms_header nav ul.nav-main li.active a, body #lms_header nav ul.nav-main li.dropdown:hover a {
	background: none !important;
	background-color: transparent !important;
	border: none;
}
body #lms_header nav ul.nav-main ul.dropdown-menu li:hover > a, body #lms_header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
	background: none !important;
	background-color: transparent !important;
}
body #lms_header.flat-menu nav ul.nav-main li.dropdown:hover a {
	background: none !important;
	background-color: transparent !important;
}
body #lms_header.flat-menu nav ul.nav-main li a, body #lms_header.flat-menu nav ul.nav-main li.dropdown:hover > a {
	padding: 9px 8px;
	border: 0;
	border-top: 0;
	margin: 0;
}
body #lms_header.single-menu nav ul.nav-main li.active > a {
	padding: 9px 8px;
	border: 0;
	border-top: 0;
	margin: 0;
}
body #lms_header.flat-menu nav ul.nav-main li > a:hover, body #lms_header.flat-menu nav ul.nav-main li.dropdown:hover a {
	background: transparent !important;
}
body.boxed #lms_header.single-menu > .container, body.boxed #lms_header.flat-menu > .container {
	height: 95px;
	margin-bottom: 10px;
}
body.boxed #lms_header.single-menu ul.nav-main, body.boxed #lms_header.flat-menu ul.nav-main {
	margin: 5px 25px 5px 0;
}
body.boxed #lms_header.single-menu nav ul.nav-main > li > a, body.boxed #lms_header.flat-menu nav ul.nav-main > li > a {
	padding: 9px 8px !important;
}
/* Responsive Button Nav */
.btn-responsive-nav {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: transparent;
	top: 35px;
	display: block;
	position: absolute;
	right: 20px;
	color: #FFF;
}
.btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus {
	color: #E4B947;
	border-color: #E4B947;
}
/* Logo */
#lms_header h1.logo img {
	max-width: 100%;
}
#lms_header.center h1.logo {
	text-align: left;
}
/* Scroll to Top */
.scroll-to-top {
	display: none !important;
}
#lms_header nav ul.nav-main .dropdown > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFF;
	margin-top: 5px;
	margin-right: -10px;
}
}
@media (max-width: 767px) {
#lms_header > .container {
	width: 100%;
}
.lms_menu_toggle {
	right: 20px !important;
}
}
/* Header Mega Menu */
@media (min-width: 992px) {
#lms_header nav.mega-menu .nav, #lms_header nav.mega-menu .dropup, #lms_header nav.mega-menu .dropdown, #lms_header nav.mega-menu .collapse {
	position: static;
}
#lms_header nav.mega-menu ul.nav-main .mega-menu-content {
	text-shadow: none;
}
#lms_header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
	color: #CBCBCB;
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 25px;
	text-transform: uppercase;
}
#lms_header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
	background: #1a1a1a !important;
	border-top: 1px solid rgba(255,255,255,0.2);
	color: #777777;
}
#lms_header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#lms_header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li a {
	color: #fff;
	text-shadow: none;
	margin: 0 0 0 -8px;
	padding: 8px 8px;
	text-transform: none;
	font-size: 14px;
	display: block;
	font-weight: normal;
	border-bottom: 1px solid rgba(117, 117, 117, 0.29);
}
#lms_header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
	color: #E4B947;
	text-decoration: none;
}
#lms_header nav.mega-menu .navbar-inner, #lms_header nav.mega-menu .container {
	position: relative;
}
#lms_header nav.mega-menu .dropdown-menu {
	left: auto;
}
#lms_header nav.mega-menu .dropdown-menu > li {
	display: block;
}
#lms_header nav.mega-menu .mega-menu-content {
	padding: 20px 30px;
}
#lms_header nav.mega-menu .mega-menu-content:before {
	display: table;
	content: "";
	line-height: 0;
}
#lms_header nav.mega-menu .mega-menu-content:after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
#lms_header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, #lms_header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
	display: none;
}
#lms_header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}
#lms_header nav.mega-menu nav.pull-right .dropdown-menu {
	right: 0;
}
#lms_header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
	border-radius: 0;
}
}
/*menu toggle */
.lms_menu_toggle {
	position: absolute;
	top: 35px;
	right: 0px;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_menu_toggle a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_menu_toggle a:hover {
	color: #fff;
}
.lms_header_top{
	float:left;
	width:100%;
	padding:10px 0px;
	background-color:#000;
}
.lms_any_que_wrapper{
	float:left;
	width:120%;
}
.lms_any_que_wrapper p{
    float: left;
    color: #ababab;
    padding-right: 10px;
	margin:0px;
}
.lms_any_que_wrapper .lms_mobile{
    float: left;
    color: #fff;
    padding-right: 10px;
}
.lms_any_que_wrapper .lms_mobile i{
	 padding-right: 5px;
	 color:#ababab;
}
.lms_any_que_wrapper .lms_email{
    float: left;
    color: #fff;
}
.lms_any_que_wrapper .lms_email i{
	padding-right: 5px;
	color:#ababab;
}
.lms_any_que_wrapper .lms_email a{
	color:#fff;
	text-decoration:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.lms_any_que_wrapper .lms_email a:hover{
	color:#E4B947;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.lms_login_wrapper{
	float:left;
	width:100%;
}
.lms_login_wrapper ul{
	margin:0px;
	padding:0px;
	float:right;
}
.lms_login_wrapper ul li{
	list-style:none;
    float: left;
    margin: 0px 10px;
}
.lms_login_wrapper ul li:last-child{
	margin-right:0px;
}
.lms_login_wrapper ul li a{
	text-decoration:none;
	text-transform:capitalize;
	color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.lms_login_wrapper ul li a:hover{
	color:#E4B947;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/*---------------------header end---------------------------*/
/*---------------------Login form start---------------------------*/
.lms_login {
	display: none;
	position: absolute !important;
	left: 7px;
	top: 100%;
}
.lms_login_window {
	background: #1a1a1a;
	margin-bottom: 15px;
}
.lms_login_window h3 {
	color: #fff;
	padding: 20px;
	font-size: 14px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.04);
	margin-top: 0px;
}
.lms_login_window .lms_login_body {
	margin: 20px;
}
.lms_login_window .lms_login_body label {
	color: #CCC;
	font-weight: 100;
}
.lms_login_window .lms_login_body input {
	background-color: transparent;
}
.lms_login_light {
	background: none;
	border: 1px solid #ccc;
	color: #000;
}
.lms_login_light h3 {
	background: #E4B947;
}
.tml p {
    margin: 0 0 10px 0 ;
}
.tml{
	float:left;
	width:100%; 
    background-color: #F9F9F9;
}
.tml form{
	float:left;
	width:100%;
    padding: 10px 20px;
}
.tml label{
    color: #6F6F6F;
    font-weight: 400;
}
.tml button,
.tml select,
.tml input{
	/* display: block; */
    width: 100%;
    height: 40px;
    padding: 6px 12px;
	margin: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #9a9a9a;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e1e3e7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
	outline:none;
}
.tml input:hover, .tml input:focus, .tml textarea:hover, .tml textarea:focus, .tml button:hover, .tml button:focus{
    border-color: #E4B947;
    outline: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.tml button{
    border-radius: 4px !important;
    color: #E4B947 !important;	
	width:auto;
}
.tml textarea{
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #9a9a9a;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e1e3e7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.tml input[type="radio"], .tml input[type="checkbox"]{
	margin:0px;
}
.tml ul{
	padding: 0px 0px 20px 20px !important;
	margin:0px !important; 
}
.tml .message{
	color: #fff;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    background: #E4B947;
    margin-top: 0px;
    border: none;
}
.tml-submit-wrap{
	text-align:right;
}
.tml table td,
.tml table th{
	border:none !important;
}
/*---------------------Login form end---------------------------*/
/*---------------------register form start---------------------------*/
.lms_register {
	display: none;
	position: absolute !important;
	left: 7px;
	top: 100%;
}
.lms_register_window {
	background: #1a1a1a;
	margin-bottom: 15px;
}
.lms_register_window h3 {
	color: #fff;
	padding: 20px;
	font-size: 14px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.04);
	margin-top: 0px;
}
.lms_register_window .lms_register_body {
	margin: 20px;
}
.lms_register_window .lms_register_body label {
	color: #CCC;
	font-weight: 100;
}
.lms_register_window .lms_register_body input {
	background-color: transparent;
}
.lms_register_light {
	background: none;
	border: 1px solid #ccc;
	color: #000;
}
.lms_register_light h3 {
	background: #E4B947;
}
/*---------------------register form end---------------------------*/

/*---------------------slider start---------------------------*/
.lms_slider {
	float: left;
	width: 100%;
	display: inline-block;
	position:relative;
}
.lms_slider img{
	margin-bottom:0;
	}
.rev_slider_wrapper ul li .slotholder:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: url(../images/bg/bg.png)!important;
}
.rs-fullvideo-cover{
	background: url(../images/bg/bg.png); 
}
.lms_ss_caption h1, .lms_ss_caption h2, .lms_ss_caption h3, .lms_ss_caption h4, .lms_ss_caption h5, .lms_ss_caption h6 {
	color: #fff;
}
.lms_ss_caption .lms_ss_heading {
	font-size: 5vw;
}
.lms_ss_icon {
	color: #fff;
}
.lms_ss_icon .lms_ss_laptop i {
	font-size: 15vw;
}
/*---------------------slider end---------------------------*/

/*---------------------Title css start---------------------------*/
/*title center*/
.lms_title_center {
	width: 100%;
	float: left;
	text-align: center;
}
.lms_title_center p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 35px;
	color: #D8D8D8;
}
.lms_title_center h2 {
	font-size: 34px;
}
/*title left*/
.lms_title_left {
	width: 100%;
	float: left;
	text-align: left;
}
.lms_title_left p {
	color: #5b5b5b;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 70px;
}
.lms_title_left h2 {
	font-size: 34px;
}
/*title right*/
.lms_title_right {
	width: 100%;
	float: left;
	text-align: right;
}
.lms_title_right p {
	color: #5b5b5b;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 70px;
}
.lms_title_right h2 {
	font-size: 34px;
}
/*heading 1*/		
.lms_heading_1 {
	text-align: center;
	display: inline-block;
}
.lms_heading_1 .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 32px 20px 32px;
	border-bottom: 1px solid #E4B947;
	position: relative;
}
.lms_heading_1 .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -10px 0 0 -5px;
	left: 50%;
	width: 10px;
	height: 20px;
	background: #fff;
	border-left: 1px solid #E4B947;
	border-right: 1px solid #E4B947;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
}
/*heading 2*/		
.lms_heading_2 {
	text-align: center;
	display: inline-block;
}
.lms_heading_2 .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 32px 28px 32px;
	border-bottom: 1px solid #9ea6b0;
	position: relative;
}
.lms_heading_2 .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -1px 0 0 -50px;
	left: 50%;
	width: 100px;
	height: 3px;
	background: #E4B947;
}
/*heading 3*/		
.lms_heading_3 {
	text-align: center;
	display: inline-block;
}
.lms_heading_3 .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 32px 28px 32px;
	position: relative;
}
.lms_heading_3 .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: 0px 0 0 -50px;
	left: 50%;
	width: 100px;
	height: 1px;
	background: #E4B947;
}
.lms_heading_3 .lms_heading_title:before {
	content: "";
	position: absolute;
	top: 100%;
	margin: -10px 0 0 -5px;
	left: 50%;
	width: 10px;
	height: 20px;
	background: #fff;
	z-index: 9;
	border-left: 1px solid #E4B947;
	border-right: 1px solid #E4B947;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
}
/*heading text left*/		
.lms_heading_left {
	text-align: left;
	display: inline-block;
}
.lms_heading_left .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 0px 28px 0px;
	border-bottom: 1px solid #9ea6b0;
	position: relative;
}
.lms_heading_left .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -1px 0 0 0;
	left: 0;
	width: 100px;
	height: 3px;
	background: #E4B947;
}
/*heading text right*/		
.lms_heading_right {
	text-align: right;
	display: inline-block;
}
.lms_heading_right .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 0px 28px 0px;
	border-bottom: 1px solid #9ea6b0;
	position: relative;
}
.lms_heading_right .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -1px 0 0 0;
	right: 0;
	width: 100px;
	height: 3px;
	background: #E4B947;
}
/*heading 1 full*/		
.lms_heading_1_full {
	text-align: center;
}
.lms_heading_1_full .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 32px 28px 32px;
	border-bottom: 1px solid #9ea6b0;
	position: relative;
}
.lms_heading_1_full .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -10px 0 0 -5px;
	left: 50%;
	width: 10px;
	height: 20px;
	background: #fff;
	border-left: 1px solid #9ea6b0;
	border-right: 1px solid #9ea6b0;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
}
/*heading 2 full */		
.lms_heading_2_full {
	text-align: center;
}
.lms_heading_2_full .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 32px 28px 32px;
	border-bottom: 1px solid #9ea6b0;
	position: relative;
}
.lms_heading_2_full .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -1px 0 0 -50px;
	left: 50%;
	width: 100px;
	height: 3px;
	background: #E4B947;
}
/*heading text left full*/		
.lms_heading_left_full {
	text-align: left;
}
.lms_heading_left_full .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 0px 28px 0px;
	border-bottom: 1px solid #9ea6b0;
	position: relative;
}
.lms_heading_left_full .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -1px 0 0 0;
	left: 0;
	width: 100px;
	height: 3px;
	background: #E4B947;
}
/*heading text right full*/		
.lms_heading_right_full {
	text-align: right;
}
.lms_heading_right_full .lms_heading_title {
	margin-top: 80px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 0px 28px 0px;
	border-bottom: 1px solid #9ea6b0;
	position: relative;
}
.lms_heading_right_full .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -1px 0 0 0;
	right: 0;
	width: 100px;
	height: 3px;
	background: #E4B947;
}
/*---------------------Title css end---------------------------*/

/*---------------------social icon start---------------------------*/
/*default social icon*/
.lms_social {
	width: 100%;
	float: left;
}
.lms_social ul{
	float: left;
    width: 100%;
    margin-left:0px !important;
} 
.lms_social ul li {
	display: inline-block;
}
.lms_social ul li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: 1px solid #E4B947;
    color: #E4B947;
    font-size: 18px;
    margin-right: 15px;
    margin-bottom: 0;
    border-radius: 3px;
}
.lms_social ul li a:hover {
	border-color: #E4B947;
}
/*social icon 1*/
.lms_social1 {
	width: 100%;
	float: left;
}
.lms_social1 ul{
	margin-left:0px !important;
} 
.lms_social1 ul li {
	display: inline-block;
}
.lms_social1 ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #E4B947;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.lms_social1 ul li a:hover {
	border-color: #E4B947;
}
/*social icon 2*/
.lms_social2 {
	width: 100%;
	float: left;
}
.lms_social2 ul{
	float: left;
    width: 100%;
    margin-left:0px !important;
}
.lms_social2 ul li {
	display: inline-block;
}
.lms_social2 ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	border: 1px solid #9ea6b0;
	color: #E4B947;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.lms_social2 ul li a:hover {
	border-color: #E4B947;
}
/*social icon 3*/
.lms_social3 {
	width: 100%;
	float: left;
}
.lms_social3 ul{
	float: left;
    width: 100%;
    margin-left:0px !important;
}
.lms_social3 ul li {
	display: inline-block;
}
.lms_social3 ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #E4B947;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.lms_social3 ul li a:hover {
	border-color: #E4B947;
}
/*social icon 4 animated*/
.lms_social4 {
	width: 100%;
	float: left;
}
.lms_social4 ul{
	 float: left;
    width: 100%;
    margin-left:0px !important;
}
.lms_social4 ul li {
	display: inline-block;
}
.lms_social4 ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	border: 1px solid #9ea6b0;
	color: #E4B947;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_social4 ul li a:hover {
	border-color: #E4B947;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background: #E4B947;
}
/*social icon 5 animated*/
.lms_social5 {
	width: 100%;
	float: left;
}
.lms_social5 ul{
	 float: left;
    width: 100%;
    margin-left:0px !important;
}
.lms_social5 ul li {
	display: inline-block;
}
.lms_social5 ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	border: 1px solid #9ea6b0;
	color: #E4B947;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_social5 ul li a:hover {
	border-color: #E4B947;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background: #E4B947;
}
/*social icon 6 animated*/
.lms_social6 {
	width: 100%;
	float: left;
}
.lms_social6 ul{
	 float: left;
    width: 100%;
    margin-left:0px !important;
}
.lms_social6 ul li {
	display: inline-block;
}
.lms_social6 ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 1px solid #9ea6b0;
	color: #E4B947;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_social6 ul li a:hover {
	border-color: #E4B947;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background: #E4B947;
}
/*facebook*/
.lms_social6 ul li a.facebook {
	border: 1px solid #3b5999;
	color: #3b5999;
	box-shadow: 0 2px 2px 0 rgba(59, 89, 153, 0.3);
}
.lms_social6 ul li a.facebook:hover {
	color: #fff;
	background-color: #3b5999;
}
/*twitter*/		
.lms_social6 ul li a.twitter {
	border: 1px solid #5ec5e4;
	color: #5ec5e4;
	box-shadow: 0 2px 2px 0 rgba(94, 197, 228, 0.3);
}
.lms_social6 ul li a.twitter:hover {
	color: #fff;
	background-color: #5ec5e4;
}
/*google*/		
.lms_social6 ul li a.google {
	border: 1px solid #3a81f7;
	color: #3a81f7;
	box-shadow: 0 2px 2px 0 rgba(58, 129, 247, 0.3);
}
.lms_social6 ul li a.google:hover {
	color: #fff;
	background-color: #3a81f7;
}
/*google-plus*/		
.lms_social6 ul li a.google-plus {
	border: 1px solid #b92f13;
	color: #b92f13;
	box-shadow: 0 2px 2px 0 rgba(185, 47, 19, 0.48);
}
.lms_social6 ul li a.google-plus:hover {
	color: #fff;
	background-color: #b92f13;
}
/*pinterest*/		
.lms_social6 ul li a.pinterest {
	border: 1px solid #e33942;
	color: #e33942;
	box-shadow: 0 2px 2px 0 rgba(227, 57, 66, 0.3);
}
.lms_social6 ul li a.pinterest:hover {
	color: #fff;
	background-color: #e33942;
}
/*linkedin*/		
.lms_social6 ul li a.linkedin {
	border: 1px solid #007bb6;
	color: #007bb6;
	box-shadow: 0 2px 2px 0 rgba(0, 123, 182, 0.52);
}
.lms_social6 ul li a.linkedin:hover {
	color: #fff;
	background-color: #007bb6;
}
/*skype*/		
.lms_social6 ul li a.skype {
	border: 1px solid #00aff0;
	color: #00aff0;
	box-shadow: 0 2px 2px 0 rgba(0, 175, 240, 0.46);
}
.lms_social6 ul li a.skype:hover {
	color: #fff;
	background-color: #00aff0;
}
/*youtube*/		
.lms_social6 ul li a.youtube {
	border: 1px solid #c41221;
	color: #c41221;
	box-shadow: 0 2px 2px 0 rgba(196, 18, 33, 0.38);
}
.lms_social6 ul li a.youtube:hover {
	color: #fff;
	background-color: #c41221;
}
/*vine*/		
.lms_social6 ul li a.vine {
	border: 1px solid #00d39c;
	color: #00d39c;
	box-shadow: 0 2px 2px 0 rgba(0, 211, 156, 0.37);
}
.lms_social6 ul li a.vine:hover {
	color: #fff;
	background-color: #00d39c;
}
/*behance*/		
.lms_social6 ul li a.behance {
	border: 1px solid #4594d1;
	color: #4594d1;
	box-shadow: 0 2px 2px 0 rgba(69, 148, 209, 0.46);
}
.lms_social6 ul li a.behance:hover {
	color: #fff;
	background-color: #4594d1;
}
/*social icon 7 animated*/
.lms_social7 {
	width: 100%;
	float: left;
}
.lms_social7 ul{
    float: left;
    width: 100%;
    margin-left:0px !important;
}
.lms_social7 ul li {
	display: inline-block;
}
.lms_social7 ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #9ea6b0;
	color: #E4B947;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_social7 ul li a:hover {
	border-color: #E4B947;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background: #E4B947;
}
/*facebook*/
.lms_social7 ul li a.facebook {
	border: 1px solid #3b5999;
	color: #3b5999;
	box-shadow: 0 2px 2px 0 rgba(59, 89, 153, 0.3);
}
.lms_social7 ul li a.facebook:hover {
	color: #fff;
	background-color: #3b5999;
}
/*twitter*/		
.lms_social7 ul li a.twitter {
	border: 1px solid #5ec5e4;
	color: #5ec5e4;
	box-shadow: 0 2px 2px 0 rgba(94, 197, 228, 0.3);
}
.lms_social7 ul li a.twitter:hover {
	color: #fff;
	background-color: #5ec5e4;
}
/*google*/		
.lms_social7 ul li a.google {
	border: 1px solid #3a81f7;
	color: #3a81f7;
	box-shadow: 0 2px 2px 0 rgba(58, 129, 247, 0.3);
}
.lms_social7 ul li a.google:hover {
	color: #fff;
	background-color: #3a81f7;
}
/*google-plus*/		
.lms_social7 ul li a.google-plus {
	border: 1px solid #b92f13;
	color: #b92f13;
	box-shadow: 0 2px 2px 0 rgba(185, 47, 19, 0.48);
}
.lms_social7 ul li a.google-plus:hover {
	color: #fff;
	background-color: #b92f13;
}
/*pinterest*/		
.lms_social7 ul li a.pinterest {
	border: 1px solid #e33942;
	color: #e33942;
	box-shadow: 0 2px 2px 0 rgba(227, 57, 66, 0.3);
}
.lms_social7 ul li a.pinterest:hover {
	color: #fff;
	background-color: #e33942;
}
/*linkedin*/		
.lms_social7 ul li a.linkedin {
	border: 1px solid #007bb6;
	color: #007bb6;
	box-shadow: 0 2px 2px 0 rgba(0, 123, 182, 0.52);
}
.lms_social7 ul li a.linkedin:hover {
	color: #fff;
	background-color: #007bb6;
}
/*skype*/		
.lms_social7 ul li a.skype {
	border: 1px solid #00aff0;
	color: #00aff0;
	box-shadow: 0 2px 2px 0 rgba(0, 175, 240, 0.46);
}
.lms_social7 ul li a.skype:hover {
	color: #fff;
	background-color: #00aff0;
}
/*youtube*/		
.lms_social7 ul li a.youtube {
	border: 1px solid #c41221;
	color: #c41221;
	box-shadow: 0 2px 2px 0 rgba(196, 18, 33, 0.38);
}
.lms_social7 ul li a.youtube:hover {
	color: #fff;
	background-color: #c41221;
}
/*vine*/		
.lms_social7 ul li a.vine {
	border: 1px solid #00d39c;
	color: #00d39c;
	box-shadow: 0 2px 2px 0 rgba(0, 211, 156, 0.37);
}
.lms_social7 ul li a.vine:hover {
	color: #fff;
	background-color: #00d39c;
}
/*behance*/		
.lms_social7 ul li a.behance {
	border: 1px solid #4594d1;
	color: #4594d1;
	box-shadow: 0 2px 2px 0 rgba(69, 148, 209, 0.46);
}
.lms_social7 ul li a.behance:hover {
	color: #fff;
	background-color: #4594d1;
}
/*social icon 8 animated*/
.lms_social8 {
	width: 100%;
	float: left;
}
.lms_social8 ul{
    float: left;
    width: 100%;
    margin-left:0px !important;
}
.lms_social8 ul li {
	display: inline-block;
}
.lms_social8 ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 1px solid #9ea6b0;
	color: #E4B947;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_social8 ul li a:hover {
	border-color: #E4B947;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background: #E4B947;
}
/*facebook*/
.lms_social8 ul li.facebook a {
	border: 1px solid #3b5999;
	background-color: #3b5999;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(59, 89, 153, 0.3);
}
.lms_social8 ul li.facebook .tooltip-inner {
	background-color: #3b5999;
}
.lms_social8 ul li.facebook .tooltip.top .tooltip-arrow {
	border-top-color: #3b5999;
}
/*twitter*/	
.lms_social8 ul li.twitter a {
	border: 1px solid #5ec5e4;
	background-color: #5ec5e4;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(94, 197, 228, 0.3);
}
.lms_social8 ul li.twitter .tooltip-inner {
	background-color: #5ec5e4;
}
.lms_social8 ul li.twitter .tooltip.top .tooltip-arrow {
	border-top-color: #5ec5e4;
}
/*google*/		
.lms_social8 ul li.google a {
	border: 1px solid #3a81f7;
	background-color: #3a81f7;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(58, 129, 247, 0.3);
}
.lms_social8 ul li.google .tooltip-inner {
	background-color: #3a81f7;
}
.lms_social8 ul li.google .tooltip.top .tooltip-arrow {
	border-top-color: #3a81f7;
}
/*google-plus*/		
.lms_social8 ul li.google-plus a {
	border: 1px solid #b92f13;
	background-color: #b92f13;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(185, 47, 19, 0.48);
}
.lms_social8 ul li.google-plus .tooltip-inner {
	background-color: #b92f13;
}
.lms_social8 ul li.google-plus .tooltip.top .tooltip-arrow {
	border-top-color: #b92f13;
}
/*pinterest*/		
.lms_social8 ul li.pinterest a {
	border: 1px solid #e33942;
	background-color: #e33942;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(227, 57, 66, 0.3);
}
.lms_social8 ul li.pinterest .tooltip-inner {
	background-color: #e33942;
}
.lms_social8 ul li.pinterest .tooltip.top .tooltip-arrow {
	border-top-color: #e33942;
}
/*linkedin*/		
.lms_social8 ul li.linkedin a {
	border: 1px solid #007bb6;
	background-color: #007bb6;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 123, 182, 0.52);
}
.lms_social8 ul li.linkedin .tooltip-inner {
	background-color: #007bb6;
}
.lms_social8 ul li.linkedin .tooltip.top .tooltip-arrow {
	border-top-color: #007bb6;
}
/*skype*/		
.lms_social8 ul li.skype a {
	border: 1px solid #00aff0;
	background-color: #00aff0;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 175, 240, 0.46);
}
.lms_social8 ul li.skype .tooltip-inner {
	background-color: #00aff0;
}
.lms_social8 ul li.skype .tooltip.top .tooltip-arrow {
	border-top-color: #00aff0;
}
/*youtube*/		
.lms_social8 ul li.youtube a {
	border: 1px solid #c41221;
	background-color: #c41221;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(196, 18, 33, 0.38);
}
.lms_social8 ul li.youtube .tooltip-inner {
	background-color: #c41221;
}
.lms_social8 ul li.youtube .tooltip.top .tooltip-arrow {
	border-top-color: #c41221;
}
/*vine*/		
.lms_social8 ul li.vine a {
	border: 1px solid #00d39c;
	background-color: #00d39c;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 211, 156, 0.37);
}
.lms_social8 ul li.vine .tooltip-inner {
	background-color: #00d39c;
}
.lms_social8 ul li.vine .tooltip.top .tooltip-arrow {
	border-top-color: #00d39c;
}
/*behance*/		
.lms_social8 ul li.behance a {
	border: 1px solid #4594d1;
	background-color: #4594d1;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgba(69, 148, 209, 0.46);
}
.lms_social8 ul li.behance .tooltip-inner {
	background-color: #4594d1;
}
.lms_social8 ul li.behance .tooltip.top .tooltip-arrow {
	border-top-color: #4594d1;
}
/*---------------------social icon end---------------------------*/					

/*---------------------skills start---------------------------*/					

.lms_skill_photoshop {
	-webkit-animation: lms_skill_photoshop 4s ease-out;
	-moz-animation: lms_skill_photoshop 4s ease-out;
	-ms-animation: lms_skill_photoshop 4s ease-out;
	-o-animation: lms_skill_photoshop 4s ease-out;
}
/*@-webkit-keyframes lms_skill_photoshop {
 0% {
width: 0px;
}
 100% {
width: 90%;
};
}
@-moz-keyframes lms_skill_photoshop {
 0% {
width: 0px;
}
 100% {
width: 90%;
};
}
@-ms-keyframes lms_skill_photoshop {
 0% {
width: 0px;
}
 100% {
width: 90%;
};
}
@-o-keyframes lms_skill_photoshop {
 0% {
width: 0px;
}
 100% {
width: 90%;
};
}
 @-webkit-keyframes lms_skill_illustrator {
 0% {
width: 0px;
}
 100% {
width: 80%;
};
}
@-moz-keyframes lms_skill_illustrator {
 0% {
width: 0px;
}
 100% {
width: 80%;
};
}
@-ms-keyframes lms_skill_illustrator {
 0% {
width: 0px;
}
 100% {
width: 80%;
};
}
@-o-keyframes lms_skill_illustrator {
 0% {
width: 0px;
}
 100% {
width: 80%;
};
}*/
.lms_skill_illustrator {
	-webkit-animation: lms_skill_illustrator 4s ease-out;
	-moz-animation: lms_skill_illustrator 4s ease-out;
	-ms-animation: lms_skill_illustrator 4s ease-out;
	-o-animation: lms_skill_illustrator 4s ease-out;
}
/* @-webkit-keyframes lms_skill_html {
 0% {
width: 0px;
}
 100% {
width: 90%;
};
}
@-moz-keyframes lms_skill_html {
 0% {
width: 0px;
}
 100% {
width: 90%;
};
}
@-ms-keyframes lms_skill_html {
 0% {
width: 0px;
}
 100% {
width: 90%;
};
}
@-o-keyframes lms_skill_html {
 0% {
width: 0px;
}
 100% {
width: 90%;
};
}*/
.lms_skill_html {
	-webkit-animation: lms_skill_html 4s ease-out;
	-moz-animation: lms_skill_html 4s ease-out;
	-ms-animation: lms_skill_html 4s ease-out;
	-o-animation: lms_skill_html 4s ease-out;
}
 /*@-webkit-keyframes lms_skill_php {
 0% {
width: 0px;
}
 100% {
width: 70%;
};
}
@-moz-keyframes lms_skill_php {
 0% {
width: 0px;
}
 100% {
width: 70%;
};
}
@-ms-keyframes lms_skill_php {
 0% {
width: 0px;
}
 100% {
width: 70%;
};
}
@-o-keyframes lms_skill_php {
 0% {
width: 0px;
}
 100% {
width: 70%;
};
}*/
.lms_skill_php {
	-webkit-animation: lms_skill_php 4s ease-out;
	-moz-animation: lms_skill_php 4s ease-out;
	-ms-animation: lms_skill_php 4s ease-out;
	-o-animation: lms_skill_php 4s ease-out;
}
/*---------------------skills end---------------------------*/

/*---------------------services start---------------------------*/
/*service 1*/
.lms_service_1 {
	width: 100%;
	float: left;
	text-align: left;
	margin: 20px 0px 30px 0px;
}
.lms_service_1 > .lms_service_icon {
	width: 78px;
	height: 78px;
	line-height: 85px;
	text-align: center;
	border: 1px solid #9ea6b0;
	border-radius: 3px;
	display: inline-block;
	float: left;
	margin: 0px 21px 21px 0px;
}
.lms_service_1:hover > .lms_service_icon {
	border-color: #E4B947;
}
.lms_service_1 .lms_service_title {
	margin-top: 0px;
}
.lms_service_1 h3 {
	font-size: 22px;
}
/*service 2*/
.lms_service_2 {
	width: 100%;
	float: left;
	text-align: right;
	margin: 20px 0px 30px 0px;
}
.lms_service_2 > .lms_service_icon {
	width: 78px;
	height: 78px;
	line-height: 85px;
	text-align: center;
	border: 1px solid #9ea6b0;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin: 0px 0px 21px 21px;
}
.lms_service_2:hover > .lms_service_icon {
	border-color: #E4B947;
}
.lms_service_2 .lms_service_title {
	margin-top: 0px;
}
.lms_service_2 h3 {
	font-size: 22px;
}
/*service 3*/
.lms_service_3 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0px 30px 0px;
}
.lms_service_3 > .lms_service_icon {
	width: 78px;
	height: 78px;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	border: 1px solid #9ea6b0;
	border-radius: 3px;
	margin: 21px;
}
.lms_service_3:hover > .lms_service_icon {
	border-color: #E4B947;
}
.lms_service_3 .lms_service_title {
	margin-top: 0px;
}
.lms_service_3 h3 {
	font-size: 22px;
}
/*service 4*/
.lms_service_4 {
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #9ea6b0;
	padding: 20px;
	margin: 20px 0px 30px 0px;
}
.lms_service_4:hover {
	border-color: #E4B947;
}
.lms_service_4 > .lms_service_icon {
	width: 78px;
	height: 78px;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	border: 1px solid #9ea6b0;
	border-radius: 3px;
	margin: 0px 0px 21px 21px;
}
.lms_service_4:hover > .lms_service_icon {
	border-color: #E4B947;
}
.lms_service_4 .lms_service_title {
	margin-top: 0px;
}
.lms_service_4 h3 {
	font-size: 22px;
}
/*service 5*/
.lms_service_5 {
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #9ea6b0;
	padding: 20px;
	margin: 20px 0px 30px 0px;
}
.lms_service_5:hover {
	border-color: #E4B947;
}
.lms_service_5 > .lms_service_icon {
	width: 78px;
	height: 78px;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	border: 1px solid #9ea6b0;
	border-radius: 3px;
	margin: 0px 0px 21px 21px;
	-webkit-transition: all 0.3s;
}
.lms_service_5:hover > .lms_service_icon {
	border-color: #E4B947;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
}
.lms_service_5 .lms_service_title {
	margin-top: 0px;
}
.lms_service_5 h3 {
	font-size: 22px;
}
/*service 6*/
.lms_service_6 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0px 30px 0px;
}
.lms_service_6 > .lms_service_icon {
	width: 78px;
	height: 78px;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	border: 1px solid #9ea6b0;
	border-radius: 3px;
	margin: 0px 0px 21px 21px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_service_6:hover > .lms_service_icon {
	border-color: #E4B947;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.lms_service_6 .lms_service_title {
	margin-top: 0px;
}
.lms_service_6 .lms_service_title:after {
}
.lms_service_6 h3 {
	font-size: 22px;
}
/*service page*/
.lms_service_left {
	width: 100%;
	float: left;
	margin: 30px auto;
}
.lms_service_count {
	width: 100%;
	float: left;
	text-align: center;
}
.lms_service_count h1 {
	font-size: 150px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #9ea6b0;
	line-height: 120px;
	font-family: 'Open Sans', sans-serif;
}
.lms_service_count p {
	text-transform: uppercase;
	font-size: 35px;
	color: #9ea6b0;
	font-family: 'Open Sans', sans-serif;
}
.lms_service_detail {
	width: 100%;
	float: left;
	padding: 0px 20px;
	border-left: 1px solid #9ea6b0;
}
.lms_service_detail h3 {
	margin-top: 0px;
}
.lms_service_image {
	position: relative;
	width: 100%;
	float: left;
}
.lms_service_left .lms_hover_section {
	margin-bottom: 15px;
}
.lms_service_right .lms_hover_section {
	margin-bottom: 15px;
}
.lms_service_right {
	width: 100%;
	float: left;
	margin: 30px auto;
}
.lms_service_right .lms_service_detail {
	border-left: none;
	border-right: 1px solid #9ea6b0;
}
.lms_service_detail ul {
	list-style: inherit;
	padding-left: 20px;
}
.lms_service_left:hover .lms_service_count h1 {
	color: #E4B947;
}
.lms_service_right:hover .lms_service_count h1 {
	color: #E4B947;
}
/*---------------------services end---------------------------*/


/*---------------------Our Popular Courses start---------------------------*/

.lms_popular_courses {
	width: 100%;
	float: left;
}
.lms_popular_courses_slider_item {
	padding: 7.5px;
}
.lms_popular_courses_item {
	margin-bottom: 30px;
    min-height: 260px;
}
.lms_popular_courses_item h3 {
	margin-top: 15px;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
}
.lms_popular_courses_item h3:hover{
	color:#E4B947;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_popular_courses_item p {
}
.lms_hover_section img {
	width: 100%;
	margin-bottom: 0px;
}
.lms_hover_section {
	position: relative;
}
.lms_hover_section .lms_hover_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*hover animation for images start*/
@-webkit-keyframes lms_hover_expo {
 0% {
 opacity:0;
 -webkit-transform:scale(1.1);
 -webkit-transition:ease-in;
}
 100% {
 opacity:1;
 -webkit-transition:ease-out;
}
}
@-moz-keyframes lms_hover_expo {
 0% {
 opacity:0;
 -moz-transform:scale(1.1);
 -moz-transition:ease-in;
}
 100% {
 opacity:1;
 -moz-transition:ease-out;
}
}
@-ms-keyframes lms_hover_expo {
 0% {
 opacity:0;
 -ms-transform:scale(1.1);
 -ms-transition:ease-in;
}
 100% {
 opacity:1;
 -ms-transition:ease-out;
}
}
@-o-keyframes lms_hover_expo {
 0% {
 opacity:0;
 -o-transform:scale(1.1);
 -o-transition:ease-in;
}
 100% {
 opacity:1;
 -o-transition:ease-out;
}
}
/*hover animation for images end*/
.lms_hover_section:hover .lms_hover_overlay {
	background-image: url(../images/bg/bg.png);
	background-repeat: repeat;
	text-align: center;
	-webkit-animation: lms_hover_expo 0.5s;
	-moz-animation: lms_hover_expo 0.5s;
	-ms-animation: lms_hover_expo 0.5s;
	-o-animation: lms_hover_expo 0.5s;
}
.lms_hover_section:hover .lms_hover_overlay .lms_image_link {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/icon/image_overlay_plus.png);
}
.lms_hover_section:hover .lms_hover_overlay .lms_image_link_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/icon/image_overlay_play.png);
}
.lms_hover_overlay.lms_course_overlay .lms_hover_readmore {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -17px;
    opacity:0;
}
.lms_hover_section:hover .lms_hover_overlay.lms_course_overlay .lms_hover_readmore{
	opacity:1;
}
.lms_popular_courses_item_detail {
	width: 100%;
	float: left;
	padding-top: 8px;
}
.lms_popular_courses_item_detail > img { 
	width: 100%;
}
.lms_popular_courses_item_detail h3 {
	margin-top: 0px;
}
.lms_popular_courses_item_detail h3:hover{
	color:#E4B947;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_hover_section:hover .lms_hover_overlay.lms_course_overlay .lms_hover_readmore .btn-default {
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    -webkit-animation: lms_hover_expo 0.5s;
    -moz-animation: lms_hover_expo 0.5s;
    -ms-animation: lms_hover_expo 0.5s;
    -o-animation: lms_hover_expo 0.5s;
}
/*---------------------Our Popular Courses end---------------------------*/

/*---------------------Our Top Experts Team start---------------------------*/
.lms_experts_team {
	width: 100%;
	float: left;
}
.lms_experts_team .lms_experts_team_slider_item {
	margin: 10px;
}
.lms_experts_team .lms_experts_team_slider_item:first-child {
	margin-left: 0px;
}
.lms_experts_team .lms_experts_team_slider_item h3 {
	margin-top: 10px;
	font-size: 22px;
}
.lms_experts_team_detail {
	width: 100%;
	float: left;
}
.lms_experts_team_detail h3 {
	color: #E4B947;
}
.lms_experts_team_detail .lms_social {
	margin-top: 32px;
	margin-bottom: 51px;
}
.lms_experts_team_detail .lms_social ul{
	margin-left:0px;
}
.lms_experts_team_image {
	width: 100%;
	float: left;
}
.lms_experts_team_image img {
	width: 80%;
}
.lms_team_list .lms_cource_list > img {
	width: 370px;
	height: 346px;
	float: left;
	display: inline-block;
	margin: 0px 25px 15px 0px;
}
.lms_team_list .lms_cource_list > .lms_hover_section {
	width: 370px;
	height: 346px;
	float: left;
	display: inline-block;
	margin: 0px 25px 15px 0px;
}
.lms_team_list .lms_social {
	width: auto;
	float: none;
}
.lms_team_list .lms_social ul{
	margin-left:0px; 
    float: none; 
}
.lms_team_single_img {
	width: 100%;
	float: left;
}
.lms_team_single_img img {
	width: 100%;
}
.lms_team_single_detail {
	width: 100%;
	float: left;
}
.lms_team_single_detail h3 {
	margin-top: 0px;
}
.lms_team_single_detail > ul {
	list-style: inherit;
	padding-left: 20px;
}
/* .lms_team_single_detail > ul  li{
	list-style:none;
} */
/*---------------------Our Top Experts Team end---------------------------*/

/*---------------------View & Learn start---------------------------*/
.lms_view_learn {
	width: 100%;
	float: left;
}
.lms_view_learn_iframe {
	width: 100%;
	height: 420px;
}
.lms_view_learn .lms_view_learn_tab {
	width: 100%;
	float: left;
}
.lms_view_learn .lms_view_learn_tab ul {
	float: right;
}
.lms_view_learn .lms_view_learn_tab ul li {
	display: inline-block;
}
.lms_view_learn .lms_view_learn_tab ul li a {
	padding: 10px 10px;
	position: relative;
	color: #5b5b5b;
	font-size: 17px;
}
.lms_view_learn .lms_view_learn_tab ul li a.active {
	color: #E4B947;
	position: relative;
}
.lms_view_learn .lms_view_learn_tab ul li a:hover {
	color: #E4B947;
}
.lms_view_learn .lms_view_learn_tab ul li a:after {
	content: "/";
	position: absolute;
	right: -3px;
	color: #5b5b5b;
}
.lms_view_learn .lms_view_learn_tab ul li:last-child a:after {
	content: "";
}
.lms_view_learn .lms_view_learn_tab_content {
	width: 100%;
	float: left;
}
.lms_video_list {
	width: 100%;
	float: left;
	overflow-y: scroll;
	height: 460px;
	padding: 0px 15px;
}
 .lms_video_list::-webkit-scrollbar {
width: 3px;
height: 1px;
}
.lms_video_list::-webkit-scrollbar-track-piece {
background-color: #ccc;
}
.lms_video_list::-webkit-scrollbar-thumb {
background-color: #E4B947;
}
.lms_video_list .lms_video {
	margin-bottom: 20px;
}
.lms_video_list .lms_video h4 {
	margin-bottom: 0px;
}
/*---------------------View & Learn end---------------------------*/

/*---------------------testimonials start---------------------------*/
.lms_testimonials_bg {
	width: 100%;
	float: left;
	background: url(../images/bg/testimonials_bg.jpg);
	background-size: cover;
}
.lms_testimonials_bg2 {
	width: 100%;
	float: left;
	background: url(../images/bg/bg.png);
}
.lms_testimonials {
	width: 100%;
	float: left;
	position: relative;
	margin: 50px 0 80px 0;
}
.lms_testimonials_slider_item {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
}
.lms_testimonials_slider_item .lms_testimonial_quote {
	font-size: 82px;
	display: inline-block;
	/* margin-left: 30px; */
	font-style: italic;
	-webkit-transform: rotate(180deg);
}
.lms_testimonials_slider_item .lms_testimonials_txt {
	padding: 0px 100px;
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}
.lms_testimonials_slider_item img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.lms_testimonials_slider_item h4 {
	color: #E4B947;
}
.lms_testimonials .customNavigation {
	position: absolute;
	top: 50%;
}
.lms_testimonials .customNavigation .prev {
	float: left;
	margin: 0px;
}
.lms_testimonials .customNavigation .next {
	float: right;
	margin: 0px;
}
/*---------------------testimonials end---------------------------*/

/*---------------------our partner start---------------------------*/
.lms_our_partner {
	width: 100%;
	float: left;
}
.lms_our_partner_slider_item {
	border: 1px solid #9ea6b0;
	margin: 15px;
}
.lms_our_partner_slider_item:hover {
	border-color: #E4B947;
}
.lms_our_partner_slider_item .lms_our_partner_item {
	text-align: center;
	padding: 20px;
}
.lms_our_partner_slider_item .lms_our_partner_item img {
	width: 220px;
	height: 50px;
}
.lms_our_partner_slider_item .lms_our_partner_item hr {
	margin-bottom: 50px;
}
.lms_our_partner_slider_item .lms_our_partner_item p {
	font-style: italic;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
}
.lms_our_partner_slider_item .lms_our_partner_item .quote {
	font-size: 40px;
	color: #5b5b5b;
	font-weight: 100;
	line-height: 14px;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/*---------------------our partner end---------------------------*/

/*---------------------Our Recent Achievements start---------------------------*/
.lms_recent_achievement {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.lms_recent_achievement > img {
	width: 100%;
	margin-bottom: 22px;
}
.lms_recent_achievement > h3 {
	margin-top: 0px;
}
/*---------------------Our Recent Achievements end---------------------------*/


/*---------------------Our Success in Numbers start---------------------------*/
.lms_our_success {
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
}
.lms_our_success .lms_our_success_bg {
	width: 100%;
	float: left;
	background-size: cover !important; 
}
.lms_our_success .lms_our_success_bg_overlay {
	width: 100%;
	height: 100%;
	background: url(../images/bg/bg.png);
	padding-bottom: 88px;
}
.lms_our_success_title {
	width: 100%;
	float: left;
}
.lms_our_success_title > h3 {
	color: #fff;
	margin-top: 88px;
	font-size: 35px;
	margin-bottom: 30px;
}
.lms_our_success_title > p {
	margin-bottom: 95px;
}
.lms_count {
	width: 100%;
	float: left;
	text-align: center;
}
.lms_count > i {
	font-size: 100px;
	margin-bottom: 30px;
}
.lms_count > .lms_progress_value {
	font-size: 70px;
	color: #E4B947;
	margin-bottom: 0px;
}
.lms_count > .lms_progess_label {
	font-size: 25px;
	text-transform: uppercase;
}
/*---------------------Our Success in Numbers end---------------------------*/


/*---------------------Skills start---------------------------*/
.lms_flat_skills {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
/*---------------------Skills end---------------------------*/

/*---------------------button start start---------------------------*/
.lms-btn-fill {
	color: #fff;
	background-color: #E4B947;
	border-color: #E4B947;
}
.lms-btn-fill:hover, .lms-btn-fill:focus, .lms-btn-fill:active, .lms-btn-fill.active {
	color: #fff !important;
	background-color: #E4B947;
	border-color: #E4B947;
	opacity: 0.85;
}
.lms-btn-animate {
	color: #fff;
	background-color: #E4B947;
	border-color: #E4B947;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.lms-btn-animate:hover, .lms-btn-animate:focus, .lms-btn-animate:active, .lms-btn-animate.active {
	color: #fff !important;
	background-color: #E4B947;
	border-color: #E4B947;
	margin-top: -1px;
	display: inline-block;
	box-shadow: 2px 2px 2px #ccc;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
/*---------------------button start end---------------------------*/


/*---------------------Blog categories start---------------------------*/
/* General style */
.lms_blog_cat > section > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lms_blog_cat figure {
	margin: 0;
}
.lms_blog_cat figure img {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.lms_blog_cat figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
	font-size: 21px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_blog_cat figcaption h3:hover{
	color:#E4B947;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_blog_cat figcaption p {
	margin: 0;
}
.lms_blog_large{
	width:100%;
	float:left;
    margin-bottom: 20px;	
}
.lms_blog_large > figure > figcaption{
    width: 100%;
    float: left;
    padding: 30px; 	
	border: 1px solid #ccc;
	border-top:none;
}
.lms_no_image > figure > figcaption{
	border-top:1px solid #ccc;
}
.lms_blog_large h3{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 22px;
    color: #ffffff;
    margin-top: 0;	
	display: inline-block; 
}
.lms_blog_large .btn.btn-default{
	margin-bottom:0;
}
.lms_blog_large h3:hover{
	color:#E4B947;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* Grid style */
.lms_blog_cat_wrap {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}
.lms_blog_cat_grid {
	margin: 0 auto;
}
.lms_blog_cat_grid li {
	width: 50%;
	float: left;
}
.lms_blog_cat_grid_full li {
	width: 33.333333%;
}
.lms_blog_full_grid li {
	width: 33.3333333333333333% !important;
}
.lms_blog_cat_grid figure {
	padding: 12px;
}
.lms_blog_cat_grid figcaption {
	padding: 25px;
	border: 1px solid #9ea6b0;
	border-top: none;
}
.lms_blog_cat_grid figcaption p {
	padding-bottom: 20px;
}
.lms_blog_cat_grid figcaption a {
	margin-bottom: 0px;
}
.lms_entry_meta {
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
.lms_entry_meta span {
	display: inline-block;
	position: relative;
	margin-right: 8px;
}
.lms_entry_meta span  a{
	background-position: 0 43%; 
	padding-right: 15px;
	display: block;
}
.lms_entry_meta span  a span{
  margin: 0;
}
.lms_entry_meta span:after {
	content: "/";
	position: absolute;
	right: 1px;
	top: -3px;
	opacity: 0.5;
	font-size: 18px;
}
.lms_entry_meta span a span:after {
	display:none;
}
.lms_entry_meta span:last-child:after {
	content: "";
}
.lms_entry_meta span a {
	color: inherit;
}
.lms_entry_meta span a i {
	color: #E4B947;
}
.lms_pagination {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
	font-size: 20px;
}
.lms_pagination ul {
	margin: 0px auto;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}
.lms_pagination ul li {
/* 	display: inline-block;
	text-align: center;
	position: relative;
	margin: 30px 20px; */
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 30px 0px 0px;
    float: left;
}
.lms_pagination ul li:last-child {
	margin-right: 15px;
}
.lms_pagination ul li:after {
/* 	content: '/';
	position: absolute;
	right: -42px;
	opacity: 0.5;
	top: 6px; */
	    content: '/';
    position: absolute;
    right: 0;
    opacity: 0.5;
    top: 50%;
    margin-top: -14px;
}
.lms_pagination ul li:before {
/* 	position: absolute;
	content: '';
	border-bottom: 2px solid rgba(255,255,255,0);
	width: 30px;
	height: 40px;
	top: 100%; */
    position: absolute;
    content: '';
    border-bottom: 2px solid rgba(255,255,255,0);
    width: 30px;
    height: 10px;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
.lms_pagination ul li:hover:before {
	border-bottom: 2px solid #E4B947;
}
.lms_pagination ul li:last-child:after {
	content: '';
}
.lms_pagination ul li a {
/* 	-webkit-transition: all 0.3s;
	padding: 6px 10px;
	position: absolute;
	line-height: 34px; */
    -webkit-transition: all 0.3s;
    padding: 6px 15px;
    /* position: absolute; */
    line-height: 34px;
    float: left;
}
.lms_pagination ul li a:hover {
	font-size: 34px;
/* 	padding: 0px 6px; */
    padding: 6px 15px;
	-webkit-transition: all 0.3s;
}
.lms_pagination ul li.active a {
	font-size: 34px;
/* 	padding: 0px 6px; */
    padding: 6px 15px;
	color: #E4B947;
}
.lms_pagination ul li.active:before {
	border-bottom: 2px solid #E4B947;
}
.lms_pagination ul li span.current {
	font-size: 34px;
    padding: 9px 5px;
    margin-right: 5px;
	color: #E4B947;
	border-bottom: 2px solid #E4B947;
}
/*---------------------Blog categories end---------------------------*/

.lms_blog_single {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.lms_blog_single > img {
   	width: 100%;             /* Volle Breite */
    height: 214px;           /* Exakt die gewünschte Höhe */
  	object-fit: cover;       /* Zuschneiden des Bildes */
  	object-position: top;    /* Zeigt den oberen Bereich */
    display: block;          /* Entfernt extra Abstand */
    margin-bottom: -250px
} 
    @media (max-width: 768px) and (orientation: portrait) {
    .lms_blog_single > img {
        height: 214px;       /* Höhe für mobile Geräte im Portrait-Modus */
        margin-bottom: -250px
    }
}
    

.lms_blog_single > h3 {
	margin-bottom: 15px;
	margin-top: 300px;
}
.lms_single_comment {
	width: 100%;
	float: left;
}
/******************** Comment start ***********************/

.comments-area .comment-list{
	padding:0;
	margin:0;
	}
.lms_comment .comment_icon {
	width: 100%;
	float: left;
}
.comment_icon > img {
	width: 84px;
	height: 84px;
	border: 1px solid #9ea6b0;
	border-radius: 100%;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.comment_icon > h3 {
	display:inline-table;
	margin-bottom:5px;
}
.comment_icon > p {
	padding:0;
	margin:0 auto;
	color:#3a3a3a;
	font-size:15px;
	}
.lms_comment > p {
	margin-bottom: 30px;
}
.lms_comment > a {
	margin-bottom: 30px;
}
.lms_comment {
	width: 100%;
	float: left;
	padding: 20px 0 0;
}
.lms_comment .hs_comment_date ul {
	list-style: none;
	padding-left: 0px;
}
.lms_comment .hs_comment_date ul li {
	display: inline-block;
}
.lms_comment .hs_comment_date ul li a {
	padding: 0px 20px;
	border-right: 1px solid #d1d1d1;
	margin-bottom: 20px !important;
}
.lms_comment .hs_comment_date ul li:last-child a {
	border-right: none;
}
.lms_comment .hs_comment_date ul li a i {
	padding-right: 10px;
}
.lms_comment a.hs_in_relpy {
	padding-left: 20px;
}
.lms_sub_comment_div > .lms_sub_comment {
	width: 100%;
	float: left;
	padding-top: 10px;
	position: relative;
}
.lms_sub_comment_div > .lms_sub_comment:before {
	content : "";
	position: absolute;
	left : 50px;
	right: 82.8%;
	bottom : 50%;
	height : 100%;
	border-left: 1px solid #9ea6b0;
	border-bottom: 1px solid #9ea6b0;
}
.lms_sub_comment_div > .lms_sub_sub_comment:before {
	content : "";
	position: absolute;
	left : 50px;
	right: 74% !important;
	bottom : 50%;
	height : 100%;
	border-left: 1px solid #9ea6b0;
	border-bottom: 1px solid #9ea6b0;
}
.lms_sub_comment_div > .lms_sub_comment:first-child:before {
	height : 0%;
}
.lms_sub_comment .comment_icon {
	position: absolute;
	left: 10px;
	top: 95px;
	z-index: 999;
}
.lms_sub_comment .lms_comment {
	border-left: 1px solid #9ea6b0;
	z-index: 9999;
	position: relative;
}
.comments-area .comment-reply-link {
    color: #E4B947;
    position: absolute;
    right: 15px;
    top: 15px;
}
ol.comment-list ul.children{
	width: 100%;
	float: left;
	padding-left: 110px;
	margin:0;
	}
ol.comment-list ul.children .lms_comment{
	border-left: 1px solid #9ea6b0;
	z-index: 9999;
	position: relative;
	margin: 15px auto;
	padding: 10px 20px;
	}	
ol.comment-list ul.children .lms_comment .comment_icon img{
	position: absolute;
	left: -120px;
	top: 20px;
	z-index: 999;
	}	
ol.comment-list ul.children .lms_comment .comment_icon:after{
	content: "";
	position: absolute;
	left: -36px;
	top: 61px;
	width: 31px;
	height: 1px;
	border-top: 1px solid #9ea6b0;
	}
			
/******************** Comment end ***********************/	
	
	
	
/*---------------------sidebar start---------------------------*/
.lms_sidebar_item {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.lms_sidebar_item h3 {
	margin-top: 12px;
	font-size: 22px;
}
.lms_sidebar_item .tagcloud{
	float: left;
	width: 100%;
    margin-top: 20px;
}
.lms_sidebar_item .tagcloud a{
    font-size: 13px !important;
    color: #fff;
    padding: 10px 10px;
    background: rgba(0, 2, 7, 0.22);
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;	
}
.lms_sidebar_item .tagcloud a:hover{
    background: #E4B947;
    color: #fff;	
}
.lms_sidebar_category {
	width: 100%;
	float: left;
}
.lms_sidebar_category ul li {
	margin-bottom: 16px;
}
.lms_sidebar_category ul li ul {
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	display: none;
}
.lms_sidebar_category ul li a {
	color: inherit;
	font-size: 16px;
	cursor: pointer;
}
.lms_sidebar_category ul li a:hover {
	color: #E4B947;
}
.lms_sidebar_category ul li a i {
	font-size: 18px;
	margin-right: 10px;
}
.lms_sidebar_rp {
	width: 100%;
	float: left;
}
.lms_sidebar_rp ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.lms_sidebar_rp ul li:first-child {
	margin-top: 20px;
}
.lms_sidebar_rp ul li:last-child {
	margin-bottom: 0px;
}
.lms_sidebar_rp ul li a {
	color: inherit;
	   
}
.lms_sidebar_rp ul li a h4:hover{
	color:#E4B947;
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_sidebar_rp ul li a h4{
	margin-top:0px;
    margin-bottom: 3px;
	text-transform: capitalize;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_sidebar_rp ul li a img {
	width: 106px;
	height: 92px;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.lms_sidebar_rt {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.lms_sidebar_rt p {
	margin-bottom: 5px;
}
.lms_sidebar_rt a p {
	color: #E4B947;
	font-style: italic;
	font-weight: bold;
}
.lms_sidebar_rt a {
	color: #E4B947;
}
.lms_sidebar_rt p.lms_rt_time {
	color: #3a3a3a;
	font-style: italic;
	font-weight: bold;
}
.lms_tags {
	width: 100%;
	float: left;
}
.lms_tags ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}
.lms_tags ul li a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 10px 10px;
	background: rgba(0, 2, 7, 0.22);
	border: 1px solid rgba(255,255,255,0.18);
}
.lms_tags ul li a:hover {
	background: #E4B947;
}



.widget {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.widget_search .input-group-addon{
	padding:0px;
}
.widget_search .input-group-addon button{
    background-color: transparent;
    border: none;
    float: left;
    width: 100%;
    padding: 9px 11px;
}
.widget_search .input-group-addon button:hover, .input-group-addon button:focus{
	outline:none;
	border:none;
	box-shadow:none;
	text-shadow:none; 
}
/* .widget h3,.widget .widget-title{ 
    margin-top: 0px;
    font-size: 16px;
    color: #3a3a3a;
    background: rgba(0, 2, 7, 0.22);
    border: 1px solid rgba(255,255,255,0.18);
    padding: 11px 10px;
} */
.widget h3,.widget .widget-title{ 
    margin-top: 0px;
    font-size: 24px; 
    color: #E4B947;
    padding: 5px 0px
}
.lms_sidebar_item ul, .lms_sidebar_item ul li, .comment-list li.comment{
	list-style: none;
}

.lms_sidebar_item .widget_archive ul li, .lms_sidebar_item .widget_categories ul li, .lms_sidebar_item .widget_pages ul li  {
margin-bottom: 10px;
    text-align: right;
/*     border-bottom: 1px solid #ccc; */
    padding: 0px 0px 10px;
    float: left;
    width: 100%;
	list-style: none;
}
.lms_sidebar_item .widget_archive ul li:first-child, .lms_sidebar_item .widget_categories ul li:first-child, .lms_sidebar_item .widget_pages ul li:first-child  {
	padding-top:10px;
	margin-top:10px;
}
.lms_sidebar_item .widget_archive ul li:last-child, .lms_sidebar_item .widget_categories ul li:last-child, .lms_sidebar_item .widget_pages ul li:last-child  {
	padding:0px;
	margin:0px;
}
.lms_sidebar_item .widget_archive ul li a, .lms_sidebar_item .widget_categories ul li a, .lms_sidebar_item .widget_pages ul li a{
    color: inherit;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    display: table;
    float: left;
	text-transform: capitalize;
}
.lms_sidebar_item .widget_archive ul li a:hover, .lms_sidebar_item .widget_categories ul li a:hover, .lms_sidebar_item .widget_pages ul li a:hover{
 color: #E4B947; 
}
.lms_sidebar_item .widget_archive ul li a:before, .lms_sidebar_item .widget_categories ul li a:before, .lms_sidebar_item .widget_pages ul li a:before{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 10px;
	position: absolute;
	top: 3px;
	left: 0;
}
.lms_sidebar_item .widget_archive ul li> ul.children, .lms_sidebar_item .widget_categories ul li> ul.children, .lms_sidebar_item .widget_pages ul li> ul.children{
	float: left;
    width: 94%;
    margin-top: 10px;
}
.lms_sidebar_item .widget_archive ul li> ul.children li, .lms_sidebar_item .widget_categories ul li> ul.children li, .lms_sidebar_item .widget_pages ul li> ul.children li{
    float: left;
    width: 100%;
    border: none;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
	list-style: none;
}
.lms_sidebar_item .widget_archive ul li> ul.children li a, .lms_sidebar_item .widget_categories ul li> ul.children li a, .lms_sidebar_item .widget_pages ul li> ul.children li a{
	float: left;
	text-transform: capitalize;
}
.lms_sidebar_item .widget_meta ul li, .lms_sidebar_item .widget_nav_menu ul li  {
	margin-bottom: 10px;
    text-align: right;
/*     border-bottom: 1px solid #ccc; */
    padding: 0px 0px 10px;
    float: left;
    width: 100%;
	list-style: none;
}
.lms_sidebar_item .widget_meta ul li a, .lms_sidebar_item .widget_nav_menu ul li a{
    color: inherit;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    display: table;
    float: left;
}
/* .lms_sidebar_item .widget_archive ul li:hover, .lms_sidebar_item .widget_categories ul li:hover{
	  color: #E4B947;
} */
.lms_sidebar_item .widget_meta ul li>a:hover, .lms_sidebar_item .widget_nav_menu ul li>a:hover{
	  color: #E4B947;
}
.lms_sidebar_item .widget_meta ul li a:before, .lms_sidebar_item .widget_nav_menu ul li a:before{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: 0;
}
.lms_sidebar_item .widget_meta ul li> ul.children, .lms_sidebar_item .widget_nav_menu ul li> ul.sub-menu{
	float: left;
    width: 94%;
    margin-top: 10px;
}
.lms_sidebar_item .widget_meta ul li> ul.children li, .lms_sidebar_item .widget_nav_menu ul li> ul.sub-menu li{
    float: left;
    width: 100%;
    border: none;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
	list-style: none;
}
.lms_sidebar_item .widget_meta ul li> ul.children li a, .lms_sidebar_item .widget_nav_menu ul li> ul.sub-menu li a{
	float: left;
}
.lms_sidebar_item .widget.widget_recent_comments ul{
	float: left;
	width: 100%;
}	
.lms_sidebar_item .widget.widget_recent_comments ul li{
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
	list-style: none;
}
.lms_sidebar_item .widget.widget_recent_comments ul li:before{
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 10px;
    float: left;
}
.widget.widget_archive select, .widget.widget_categories select{
	width: 100%;
    padding: 9px 5px;	
}
.widget.widget_archive select:focus,
.widget.widget_archive select:hover,
.widget.widget_categories select:focus,
.widget.widget_categories select:hover{
	border-color: #E4B947;
    outline: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.widget.widget_recent_entries ul li {
    margin-bottom: 10px;
    padding: 0px 0px 5px;
}
.widget.widget_recent_entries ul li a{
	color: inherit;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
    text-transform: capitalize;
}
/* 
.widget.widget_recent_entries ul li a{
	color: inherit;
	font-size: 16px;
	position: relative;
	padding-left: 15px;
    text-transform: capitalize;
} */
.widget.widget_recent_entries ul li a:hover{
	  color: #E4B947;
}
.widget.widget_recent_entries ul li a:before{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: 0;
}
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px;text-align: center;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#today  a{ background: #fff; color:#E4B947}
#wp-calendar tbody td#today { background: #fff;}

.widget.widget_rss ul li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.widget.widget_rss ul li cite {
    float: right;
    color: #E4B947;
}
.lms_sidebar_item .widget_nav_menu ul li> ul.sub-menu li{
	margin-bottom:0px;
}
.lms_sidebar_item .widget_categories .lms_footer_course_category {
    float: left;
    width: 100%;
}
.lms_sidebar_item .widget_categories .lms_footer_course_category ul {
    float: left;
    width: 100%;
	margin: 0px;
    padding: 0px;
}
.lms_sidebar_item .widget_categories .lms_footer_course_category ul li {
    border-bottom: none;
    text-align: left;
    color: inherit;
    font-size: 16px;
}
.lms_sidebar_item .widget_categories .lms_footer_course_category ul li a {
    float: left;
    line-height: 1.42857143;
}
.lms_twitter_error_msg {
    float: left;
    width: 100%;
} 
/*---------------------sidebar end---------------------------*/

/*---------------------course detail list view start---------------------------*/
.lms_cource_shorting {
	width: 100%;
	float: left;
}
.lms_sortby {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.lms_sortby h3 {
	margin-top: 0px;
}
.lms_sortby .input-group {
	width: 100%;
	position: relative;
}
.lms_sortby .input-group-addon {
	position: absolute;
	right: 0;
	width: 40px;
	line-height: 25px;
	text-align: center;
	height: 40px;
	z-index: 999;
}
.lms_sort_language {
	width: 100%;
	float: left;
}
.lms_sort_language ul li {
	margin-bottom: 15px;
}
.lms_sort_skill_level {
	width: 100%;
	float: left;
}
.lms_sort_skill_level ul li {
	margin-bottom: 15px;
}
.lms_sort_skill_level ul li a {
	padding-right: 8px;
}
.lms_sort_software {
	width: 100%;
	float: left;
}
.lms_sort_software ul li {
	margin-bottom: 15px;
}
.lms_sort_software ul li a {
	padding-right: 8px;
}
.lms_sort_author {
	width: 100%;
	float: left;
}
.lms_sort_author ul li {
	margin-bottom: 15px;
}
.lms_sort_author ul li a {
	padding-right: 8px;
}
.lms_sort_other {
	width: 100%;
	float: left;
}
.lms_sort_other ul li {
	margin-bottom: 15px;
}
.lms_sort_other ul li a {
	padding-right: 8px;
}
.lms_grid_list_icon {
	width: 100%;
	float: left;
	text-align: right;
}
.lms_grid_list_icon a {
	color: #9ea6b0;
	font-size: 30px;
	margin-right: 15px;
	cursor: pointer;
}
.lms_grid_list_icon a.active {
	color: #E4B947;
}
.lms_cource {
	width: 100%;
	float: left;
}
/*cource list view start*/
.lms_cource_list {
	width: 100%;
	float: left;
	margin-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9ea6b0;
}
.lms_cource_list h3 {
	margin-top: 0px;
    display: inline-block;	 
}
.lms_cource_list h3:hover{
	color:#E4B947;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_cource_list > p {
	margin-bottom: 20px;
}
.lms_cource_list > img {
	width: 270px;
	height: 190px;
	float: left;
	display: inline-block;
	margin: 0px 25px 15px 0px;
}
.lms_cource_list > .lms_hover_section {
	width: 270px;
	height: 190px;
	float: left;
	display: inline-block;
	margin: 0px 25px 15px 0px;
}
.lms_cource_list .lms_entry_meta {
	width: auto;
	float: none;
}
/*cource list view end*/	



/*cource grid view start*/
.lms_cource_grid {
	width: 30%;
	float: left;
	margin-top: 15px;
	padding-bottom: 30px;
	margin: 15px 1.5%;
	margin-bottom: 30px;
	border-bottom: 1px solid #9ea6b0;
}
.lms_cource_grid img {
	width: 100%;
	margin-bottom: 0px;
}
.lms_cource_grid h3 {
	margin-top: 15px;
}
.lms_cource_grid h3:hover{
	color:#E4B947;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_cource_grid p {
	height: 20px;
	overflow: hidden;
}
/*cource grid view end*/			
	
		
/*---------------------course detail list view end---------------------------*/

/*---------------------course single page start---------------------------*/
.lms_course_image img {
	width: 100%;
}
.lms_course_detail h3 {
	margin-top: 0px;
}
.lms_course_detail h4 {
	margin-top: 20px;
}
.lms_course_detail ul {
	list-style: inherit;
	padding-left: 20px;
}
.lms_course_online_user {
	width: 100%;
	float: left;
}
.lms_course_online_user .lms_online_user ul li {
	margin-bottom: 15px;
	margin-right: 8px;
}
.lms_course_online_user .lms_online_user ul li a img {
	width: 80px;
	height: 85px;
}
.lms_group_descusion_main {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.lms_group_descusion {
	width: 100%;
	float: left;
	border: 1px solid #9ea6b0;
	border-bottom: none;
	padding: 10px;
}
.lms_group_descusion ul {
	height: 300px;
	overflow-y: scroll;
	padding:0;
	margin:0;
}
.lms_group_descusion ul::-webkit-scrollbar {
width: 3px;
height: 1px;
}
.lms_group_descusion ul::-webkit-scrollbar-track-piece {
background-color: #ccc;
}
.lms_group_descusion ul::-webkit-scrollbar-thumb {
background-color: #E4B947;
}
.lms_group_descusion ul li {
	width: 100%;
	float: left;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
.lms_group_descusion ul li:last-child {
	border-bottom: none;
}
.lms_group_descusion ul li img {
	float: left;
	margin-right: 8px;
}
.lms_group_descusion ul li span {
	padding-right: 10px;
}
.lms_group_descusion ul li.lms_chat_me img {
	float: right;
	margin-right: 5px;
	margin-left: 10px;
}
.lms_group_descusion_main .form-control {
	border: 1px solid #9ea6b0;
	color: #000;
}
.lms_group_descusion_main .form-control:hover {
	border: 1px solid #9ea6b0;
}
.lms_group_descusion_main .input-group-addon {
	background-color: transparent;
	border: 1px solid #9ea6b0;
	color: #E4B947;
}
.lms_course_syllabus {
	width: 100%;
	float: left;
}
.lms_course_syllabus .lms_video {
	margin-bottom: 20px;
}
.lms_related_course {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.lms_related_course .lms_related_course_item {
	margin: 0px 15px;
}
.lms_related_course .lms_related_course_item h3 {
	font-size: 21px;
	margin-bottom: 0px;
}
.lms_leave_comment {
	width: 100%;
	float: left;
	margin: 20px 0px;
}
.lms_course_single {
    float: left;
    width: 100%; 
}
.lms_course_single .lpr_course.has-post-thumbnail {
    padding-top: 0 !important;
} 
.lms_course_single .course-summary h3.entry-title {
    margin: 5px 0px 5px 0px;
    text-transform: capitalize;
    font-family: inherit;
    line-height: 1.1;
    float: left;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 600;
    color: #1a1a1a;
}
.lms_course_single .course-summary h3{
    margin: 20px 0px 5px;
    text-transform: capitalize;
    font-family: 'Vollkorn', serif;
    font-weight: 500;
    line-height: 1.1;
    float: left;
    width: 100%;
    padding-bottom: 5px;
}
.lms_course_single .course-summary h3.course-description-heading{
	border-bottom: none;
	padding-bottom: 0px;
    margin-bottom: 10px;
}
.lms_course_single .course-summary h3.tab-title{
	border-bottom: none;
	padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.lms_course_single .lms-single-entry-content {
    float: left;
    width: 100%;
    padding-top: 15px;
}
.lms_course_single .lms-single-entry-content .author, .lms_course_single .lms-single-entry-content .cat-links, .lms_course_single .lms-single-entry-content .course-students, .lms_course_single .lms-single-entry-content .course-price, .lms_course_single .lms-single-entry-content .enrolled { 
    display: inline-block;
    line-height: 20px;
    margin-right: 20px;
    padding-right: 20px;
    color: #3a3a3a;
    float: left;
    border-right: 1px solid #eee;
    margin-bottom: 0px;
    margin-top: 6px; 
}
.lms_course_single .lms-single-entry-content .author, .lms_course_single .lms-single-entry-content .cat-links p {
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}
.lms_course_single .lms-single-entry-content {
    padding-top: 5px;
    position:relative;
}
.lms_course_single .lms-single-entry-content .author a {
    font-weight: 700;
    color: #E4B947;
}
.lms-single-entry-content .cat-links a{
	color:#7a7a7a;
}
.lms-single-entry-content .cat-links a:hover{
    color: #E4B947;
}
.lms_course_single .lms-single-entry-content .course-students {
    color: #3a3a3a;
    font-weight: 500;
}
.lms_course_single .lms-single-entry-content .course-students i {
    color: #111;
    margin-right: 5px;
}
.lms_course_single .lms-single-entry-content .course-price {
    color: #E4B947;
    font-weight: 700;
}
.lms_course_single .lms-single-entry-content .purchase-button {
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .lms-single-entry-content .purchase-button:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; 
	border: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .lms-single-entry-content .purchase-button:hover, .lms_course_single .lms-single-entry-content .purchase-button:focus{
	outline:none;
}
.lms_course_single .lms-single-entry-content .course-content, .lms_course_single .lms-single-entry-content .course-curriculum, .lms_course_single .lms-single-entry-content .message, .lms_course_single .lms-single-entry-content .forum-link {
    float: left;
    width: 100%;
}
.lms_course_single .lms-single-entry-content .course-content{
	padding-top:15px;
	border-top: 1px solid #DCD8D8;
}
.lms_course_single .lms-single-entry-content .course-curriculum h3.course-curriculum-title {
    margin-top: 0px;
    font-size: 20px;
    color: #3a3a3a;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}  
.lms_course_single .lms-single-entry-content .course-curriculum ul.curriculum-sections {
    padding-left: 0px;
}
.lms_course_single .lms-single-entry-content .course-curriculum ul.curriculum-sections li.section {
    float: left;
    width: 100%;
}
.lms_course_single .lms-single-entry-content .course-curriculum ul.curriculum-sections li.section h4.section-header {
    font-size: 20px;
    color: #E4B947;
    font-weight: 500
}
.lms_course_single .lms-single-entry-content .course-content .lesson-description ul {
    padding-left: 40px;
}
.lms_course_single .lms-single-entry-content .course-content .lesson-description ul li {
    list-style: initial;
}
.lms_course_single .lms-single-entry-content .course-content .complete-lesson-button {
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.lms_course_single .lms-single-entry-content .course-content .complete-lesson-button:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.lms_course_single .lms-single-entry-content .course-curriculum ul.curriculum-sections li.section ul li{
	border-bottom:1px solid rgba(0, 2, 7, 0.22); 
    padding-bottom: 10px;
	list-style:none;
}
.lms_course_single .lms-single-entry-content .course-curriculum ul.curriculum-sections li.section ul li span:before{
	background-color: transparent;
	border:1px solid rgba(0, 2, 7, 0.22); 
	color:#E4B947; 
    line-height: 24px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .lms-single-entry-content .course-curriculum ul.curriculum-sections li.section ul li:hover span:before{
	background-color: #E4B947;
	border:1px solid #E4B947;
	color:#fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .lms-single-entry-content .message{
	padding: 30px 0px 0px 30px;
}
.lms_course_single .lpr_course.has-post-thumbnail{
	padding-bottom: 20px;
    float: left;
    width: 100%;
}
.entry-content{
	margin:0px; 
}
.entry-content .ui-corner-all, .entry-content .ui-corner-top{
	border-radius: 0px;
}
.entry-content .ui-widget-content {
    border: 1px solid #e1e3e7;
}
.entry-content .ui-state-default a:focus{
	outline:none;
}
.entry-content .ui-tabs .ui-tabs-panel .entry-title {
    font-family: 'Vollkorn', serif;
    font-size: 20px;
    margin: 5px 0px;
}
.entry-content .ui-tabs .ui-tabs-panel .quiz-title {
    font-family: 'Vollkorn', serif;
    font-size: 20px;
    margin: 5px 0px;
}
.quiz-summary .entry-title{
    float: left;
    width: 100%;
    margin: 0;
    font-family: 'Vollkorn', serif;
    font-weight: 500;
    line-height: 1.1;
    color: #3a3a3a;
    font-size: 24px;
}
.learn-press .back-to-course{
    float: left;
	margin-top:20px;
}
.lms_course_single .course-curriculum .section-header {
    margin: 10px 0 0 0;
}
.lms_course_single .course-curriculum .lp-label-lesson {
    background-color: #E4B947;
}
.lms_course_single .course-curriculum .lp-label{
}
.lms_course_single ul.curriculum-sections{
    float: left;
    width: 100%;
}
.lms_course_single #learn-press-course-curriculum .section-content{
	background-color:#eee; 
}
.lms_course_single #learn-press-course-curriculum .section .course-item {
    border-top: 1px solid #FFF;
}
.lms_course_single .purchase-course .view-cart-button,.lp-button.button.button-enroll-course,.lp-button.button.button-purchase-course {
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .learn-press-message {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.lms_course_single #course-reviews{
	float:left;
	width:100%;
}
.lms_course_single #course-reviews p{
	float:left;
	width:100%;
}
.lms_course_single #course-reviews p span{
	color:#E4B947;
}
.lms_course_single #course-reviews ul{
	float:left;
	width:100%;
	padding:10px;
    background-color: #f5f5f5;
}
.lms_course_single #course-reviews ul li h4{
    float: left;
    width: auto;
    margin: 5px 0px;
}
.lms_course_single #course-reviews ul li p{
    float: left;
    width: 100%;
    color: #3a3a3a;
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.lms_course_single #course-reviews ul li .review-content{
    float: left;
    width: 100%;
}
.lms_course_single #course-reviews ul li .review-stars-rated{
    float: right;
    width: auto;
    color: #E4B947;
    text-align: right;
}
.lms_course_single #course-reviews ul li .review-stars-rated .review-stars.empty, .lms_course_single #course-reviews ul li .review-stars-rated .review-stars.filled {
    font-size: 16px;
    padding-top: 5px;
}
.lms_course_single .lp-course-progress {
    margin-right: 0px; 
}
.lms_course_single .lp-course-progress .lp-progress-bar {
    height: 10px;
    margin-top: 40px;
    width: 90%;
}
.lms_course_single .lp-course-progress.passed .lp-progress-value {
    background: #E4B947;
}
.lms_course_single .lp-course-progress .lp-progress-value {
    height: 10px;
    background: #ccc;
}
.lms_course_single .lp-course-progress.passed .lp-progress-value > span {
    background: #E4B947;
    color: #fff;
}
.lms_course_single .lp-course-progress.passed .lp-progress-value > span:after {
    border-top-color: #E4B947;
}
.lms_course_single .lp-course-progress .lp-passing-conditional span {
    background: #3a3a3a;
	color:#fff;
}
.lms_course_single .lp-course-progress .lp-passing-conditional span:after {
    border-bottom-color: #3a3a3a;
}
.lms_course_single .course-summary .finish-course:hover, .lms_course_single .course-summary .finish-course:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .course-summary .finish-course {
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .course-summary .course-wishlist:hover, .lms_course_single .course-summary .course-wishlist:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .course-summary .course-wishlist{
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .course-summary .complete-lesson-button:hover, .lms_course_single .course-summary .complete-lesson-button:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .course-summary .complete-lesson-button{
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .learn-press-course-forum-link{
	float:left;
} 
.lms_course_single .course-summary #learn-press-course-lesson{
    float: left;
    width: 100%;
}
.lms_course_single .course-summary .course-lesson-summary{
    float: left;
    width: 100%;
}
.lms_course_single .course-summary .course-item-nav {
    float: left;
    width: 100%;
}
.lms_course_single .course-summary .course-item-nav {
    padding: 10px 0px;
    border-bottom: 1px dashed #DDD;
}
.lms_course_single .lp-course-progress .lp-progress-total {
    margin-right: 0px;
    margin-top: 33px;
}
.lms_course_single .course-summary .write-a-review:hover, .lms_course_single .course-summary .write-a-review:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lms_course_single .course-summary .write-a-review{
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.place-order-action .button :hover, .place-order-action .button :focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.place-order-action .button {
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.review-form .submit-review:hover, .review-form .submit-review:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.review-form .submit-review{
    float: left;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.review-form button.close:hover, .review-form button.close:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.review-form button.close{
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
button.checkout-button:hover, button.checkout-button:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
button.checkout-button{
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-question-nav-buttons button.button-finish-quiz:hover, .quiz-question-nav-buttons button.button-finish-quiz:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-question-nav-buttons button.button-finish-quiz{
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-sidebar button.button-start-quiz:hover, .quiz-sidebar button.button-start-quiz:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-sidebar button.button-start-quiz{
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-sidebar button.button-finish-quiz:hover, .quiz-sidebar button.button-finish-quiz:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-sidebar button.button-finish-quiz{
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-sidebar button.button-retake-quiz:hover, .quiz-sidebar button.button-retake-quiz:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-sidebar button.button-retake-quiz{
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-question-nav-buttons button.next-question:hover, .quiz-question-nav-buttons button.next-question:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-question-nav-buttons button.next-question{
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-question-nav-buttons button.prev-question:hover, .quiz-question-nav-buttons button.prev-question:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-question-nav-buttons button.prev-question{
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-question-nav-buttons button.explain-question:hover, .quiz-question-nav-buttons button.explain-question:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quiz-question-nav-buttons button.explain-question{
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#popup_content #popup_ok:hover, #popup_content #popup_ok:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#popup_content #popup_ok{
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#popup_content #popup_cancel:hover, #popup_content #popup_cancel:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#popup_content #popup_cancel{
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#popup_title {
    background: #E4B947;
}
.single-quiz .quiz-sidebar {
    border: 1px solid #E4B947;
    text-align: center;
}
.review-form .review-fields > li input[type="text"], .review-form .review-fields > li textarea{
	border: 1px solid #ccc;
	padding:10px;
}
.review-form .review-fields > li input[type="text"]:hover, .review-form .review-fields > li input[type="text"]:focus, .review-form .review-fields > li textarea:hover, .review-form .review-fields > li textarea:focus{
	border: 1px solid #E4B947;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.review-stars > li span.hover:before {
    color: #E4B947;
}
.quiz-questions{
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 0px;
}
.quiz-questions ul.quiz-questions-list{
    float: left;
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.quiz-questions ul.quiz-questions-list li{
	list-style:none;
	position:relative;
}
.quiz-questions ul.quiz-questions-list li:before{
	position:absolute;
	content:"\f105";
    font-family:FontAwesome;
    left: -13px;
    top: -2px;
    color: #3a3a3a;
}
.quiz-questions ul.quiz-questions-list li h4{
	font-size:15px; 
	float: none;
    width: auto; 
}
.quiz-sidebar .quiz-intro form ul li label{
    font-weight: 600;
    color: #3a3a3a;
}
.quiz-sidebar .quiz-intro form ul li{
	list-style:none;
}
.single-quiz .quiz-summary-left h4{
	margin:20px 0px;
    float: left;
    width: 100%;
}
.question-explanation-content, .question-hint-content {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.question-explanation-content:before, .question-hint-content:before {
    color: #3a3a3a; 
}
.quiz-question-nav-buttons{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.quiz-result .quiz-result-summary .quiz-result-field.correct {
    color: #5cb85c;
}
.quiz-result .quiz-result-mark {
    background-color: #E4B947;
    color: #fff;
}
.question-results.correct .question-title:after {
    color: #5cb85c;
}
.question-results.incorrect .question-title:after {
    color: #BC0B0B;
}
.quiz-history {
    background-color: #f5f5f5;
}
.hentry table tr th {
    border: 1px solid #ccc;
    background-color: #E4B947;
    color: #fff;
}
.hentry table tr.cart-subtotal th {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #5b5b5b;
}
.hentry table tr.order-total th {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #5b5b5b;
}
.hentry table.order_details tr.order th {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #5b5b5b;
}
.hentry table.order_details tr.date th {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #5b5b5b;
}
.hentry table.order_details tr.total th {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #5b5b5b;
}
.hentry table.order_details tr.method th {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #5b5b5b;
}
.hentry table.order_table.order_details tr th {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #5b5b5b;
}
.hentry table.order_table.order_details tr th.course-name, .hentry table.order_table.order_details tr th.course-total{
    border: 1px solid #ccc;
    background-color: #E4B947;
    color: #fff;
}
.quiz-history td {
    border: 1px solid #ccc;
}
.hentry ul.learn-press-error {
    list-style: none;
    margin-left: 0;
}
.learn-press-cart-table td, .learn-press-cart-table th {
    vertical-align: middle;
}
.learn-press-user-form{
	float:left;
	width:50%;
}
.learn-press-user-form .form-fields {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.learn-press-user-form .form-fields li{
    float: left;
    width: 100%;
}
.learn-press-user-form .form-fields li label{ 
    font-weight: 600;
    color: #3a3a3a;
}
.learn-press-user-form .form-fields li input{
    float: left;
    width: 100%;
	padding:6px;
	border:1px solid #ccc;
	margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-user-form .form-fields li input:hover, .learn-press-user-form .form-fields li input:focus{
    border-color: #E4B947;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-user-form .form-fields li button:hover, .learn-press-user-form .form-fields li button:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: 1px solid;
	outline:none;
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-user-form .form-fields li button{
    float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block; 
    padding: 6px 12px;
    margin-bottom: 10px;
	margin-top: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
	text-shadow:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-checkout-comment textarea{
    float: left;
    width: 100%;
	padding:6px;
	border:1px solid #ccc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-checkout-comment textarea:hover, .learn-press-checkout-comment textarea:focus{
	border-color: #E4B947;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-checkout-payment {
    float: left;
    width: 100%;
}
.learn-press-checkout-payment ul.payment-methods{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
/*---------------------course single page end---------------------------*/

/*---------------------course video page start---------------------------*/
.lms_video_player {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.lms_course_gallery {
	width: 100%;
	float: left;
}
.lms_video_player .mejs-container {
	height: 460px !important;
}
.lms_video_player .me-plugin embed {
	width: 100% !important;
	height: 460px !important;
}
.lms_video_detail {
	width: 100%;
	float: left;
}
.lms_video_detail .lms_entry_meta span {
	padding-bottom: 10px;
}
.lms_offer_courses .lms_video h3 {
	font-size: 21px;
    height: 36px;
	margin:20px 0px 10px 0px;
}
.lms_offer_courses .lms_video h3 a{
	font-size: 21px;
	font-weight:500;
}
/*---------------------course video page end---------------------------*/

/*---------------------price table start---------------------------*/
.lms_price_table {
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #efefef;
	margin-bottom: 40px;
}
.lms_table_header {
	background: #9ea6b0;
	padding: 30px 0px;
}
.lms_table_header h1 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 35px;
}
.lms_table_body {
	width: 100%;
	float: left;
}
.lms_table_body .table_price {
	padding: 5px 0px;
}
.lms_table_body .table_price h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #9ea6b0;
	display: inline-block;
	padding: 10px 30px;
	font-size: 30px;
	color: #fff;
	border-radius: 25px;
}
.lms_table_body .table_features ul {
	margin-bottom: 0px;
	margin-left:0px;
}
.lms_table_body .table_features ul li {
	padding: 10px 0px;
	list-style:none;
}
.lms_table_body .table_features ul li:nth-child(even) {
	background: #efefef;
}
.lms_table_footer {
	width: 100%;
	float: left;
	color: #fff;
	background: #9ea6b0;
	padding: 15px 0px;
	text-transform: uppercase;
	font-size: 16px;
}
.lms_table_footer:hover {
	color: #fff;
}
.lms_price_table:hover .lms_table_header {
	background: #E4B947;
	-webkit-animation: table_hover .8s steps(10) infinite;
}
.lms_price_table:hover .lms_table_body .table_price h1 {
	background: #3a3a3a;
}
.lms_price_table:hover .lms_table_footer {
	background: #E4B947;
}
.lms_price_table.active .lms_table_header {
	background: #E4B947;
}
.lms_price_table.active .lms_table_body .table_price h1 {
	background: #3a3a3a;
}
.lms_price_table.active .lms_table_footer {
	background: #E4B947;
}
.lms_plan_testimonial {
	width: 100%;
	float: left;
}
/*---------------------price table end---------------------------*/	

.lms_sitemap {
	width: 100%;
	float: left;
	margin: 30px 0;
}
.lms_sitemap ul {
	padding-left: 30px;
	list-style: inherit;
}
.lms_sitemap ul li a {
	display: inline-block;
	padding: 5px 10px;
}
.lms_section {
	width: 100%;
	float: left;
}
 @-webkit-keyframes myanimation {
 0% {
	opacity:0;
	-webkit-transform:scale(0.9);
	}
100% {
	opacity:1;
	-webkit-transform:scale(1);
	}	
}
@-moz-keyframes myanimation {
 0% {
opacity:0;
-moz-transform:scale(0.9);
}
100% {
opacity:0;
-moz-transform:scale(1);
}
}
@-ms-keyframes myanimation {
 0% {
opacity:0;
-ms-transform:scale(0.9);
}
 100% {
opacity:0;
-ms-transform:scale(1);
}
}
@-o-keyframes myanimation {
 0% {
opacity:0;
-o-transform:scale(0.9);
}
100% {
opacity:0;
-o-transform:scale(1);
}
}
.lms_service_popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
	background: #fff;
	overflow-Y: scroll;
	overflow-X: hidden;
	display: none;
	-webkit-animation: myanimation 0.5s;
	-moz-animation: myanimation 0.5s;
	-ms-animation: myanimation 0.5s;
	-o-animation: myanimation 0.5s;
}
.lms_service_popup::-webkit-scrollbar {
width: 3px;
height: 1px;
}
.lms_service_popup::-webkit-scrollbar-track-piece {
background-color: #ccc;
}
.lms_service_popup::-webkit-scrollbar-thumb {
background-color: #E4B947;
}
.lms_service_popup_close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.lms_service_link {
	cursor: pointer;
}
#lms_courses {
	position: relative;
	width: 100%;
	float: left;
	color: #fff;
	/* background: url(../images/bg/education-books.jpg); */
	background-size: cover;
}
.lms_our_popular_bg_overlay {
	background: url(../images/bg/bg.png);
}
#lms_courses h1, #lms_courses h2, #lms_courses h3, #lms_courses h4, #lms_courses h5, #lms_courses h6 {
	color: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#lms_courses h3{
	height:50px;
}
#lms_courses h3:hover{
	color:#E4B947;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*---------------------Portfolio Start---------------------------*/
.lms_portfolio {
	text-align: center;
}
.lms_portfolio ul {
	text-align: center;
	display: inline-block;
	margin: 15px auto;
	padding: 0px;
    margin-left: 0px !important;
}
.lms_portfolio ul li {
	float: left;
	list-style: none;
	padding: 15px 0px;
	min-height: 56px;
	position: relative;
}
.lms_portfolio ul li:before {
	content : " / ";
	position: absolute;
	right : 0;
	top: 12px;
	font-size: 20px;
	font-weight: 100;
}
.lms_portfolio ul li:last-child:before {
	content : "  ";
}
.lms_portfolio ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: inherit;
	padding: 0px 15px;
	text-decoration: none;
	padding-bottom: 3px;
}
.lms_portfolio ul li:last-child a {
	border-right: none;
}
.portfolio {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.portfolio li {
	float: left;
	list-style: none;
	max-width: 285px;
	width: 100%;
}
.portfolio-filter {
	list-style: none;
	padding-left: 0;
	margin-left: -30px;
}
.portfolio-filter li {
	display: inline-block;
}
.portfolio-filter li a {
	display: block;
	color: #868581;
	font-weight: 500;
	position: relative;
}
.portfolio-filter li a:hover, .portfolio-filter li a.active {
	color: #E4B947;
	text-decoration: none;
}
.portfolio-filter li a:hover:before, .portfolio-filter li a.active:before {
	color: #868581;
}
.portfolio-filter li a:before {
	margin-right: 20px;
	margin-left: 20px;
}
.portfolio-grid {
	margin-left: -15px !important;
	text-align: center;
}
.portfolio-grid .portfolio-item {
	position: relative;
	overflow: hidden;
	text-align: left;
}
.portfolio-grid .portfolio-item img {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.portfolio-grid .portfolio-item:hover img {
	background: #00ac7a;
}
#grid .mix {
	opacity: 0;
	display: none;
	margin-bottom: 15px;
}
#grid .mix img {
	width: 100%;
}
.portfolio-item .lms_hover_section {
	overflow: hidden;
}
.portfolio-item:hover .lms_hover_section img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);  
	-o-transform: scale(1.1);
}
 @-webkit-keyframes lms_hover_expo_one_page {
 0% {
opacity:0;
-webkit-transform:scale(0.8);
}
100% {
opacity:0;
-webkit-transform:scale(1);
}
}
@-moz-keyframes lms_hover_expo_one_page {
 0% {
opacity:0;
-moz-transform:scale(0.8);
}
100% {
opacity:0;
-moz-transform:scale(1);
}
}
@-ms-keyframes lms_hover_expo_one_page {
 0% {
opacity:0;
-ms-transform:scale(0.8);
}
 100% {
opacity:0;
-ms-transform:scale(1);
}
}
@-o-keyframes lms_hover_expo_one_page {
 0% {
opacity:0;
-o-transform:scale(0.8);
}
 100% {
opacity:0;
-o-transform:scale(1);
}
}
/* .portfolio-item:hover .lms_hover_section .lms_hover_overlay {
	-webkit-animation: lms_hover_expo_one_page 0.5s;
	-moz-animation: lms_hover_expo_one_page 0.5s;
	-ms-animation: lms_hover_expo_one_page 0.5s;
	-o-animation: lms_hover_expo_one_page 0.5s;
} */
/*---------------------Portfolio End---------------------------*/


/*---------------------404 start---------------------------*/
.lms_404 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0;
}
.lms_404 .lms_404_txt {
	font-size: 15vw;
}
.lms_404 .form-control {
	width: 280px !important;
	margin-bottom: 30px;
}
/*---------------------404 end---------------------------*/

/*---------------------career start---------------------------*/
.lms_career {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.lms_career .lms_career_detail img {
	width: 100%;
}
.lms_career_form {
	padding: 0px !important;
}
.lms_career_form h4 {
	margin-top: 0px;
	margin-bottom: 15px;
}
/*---------------------career end---------------------------*/

.lms_sample_paper {
	width: 100%;
	float: left;
	text-align: center;
}
.lms_sample_paper .lms_image_link {
	background: url(../images/icon/download.png) no-repeat !important;
}
.lms_sample_paper i {
	cursor: pointer;
	padding-left: 5px;
}
.lms_short_qwestion {
	background: #E4B947;
	border: 1px solid #E4B947;
	margin-bottom: 10px;
	color: #fff;
	padding: 5px 10px;
}
.lms_short_qwestion h4 {
	color: #fff;
}
.lms_short_qwestion label {
	padding-right: 15px;
}
/*---------------------element start---------------------------*/
.lms_element_animation {
	width: 100%;
	float: left;
}
.lms_element_animation h3 {
	text-transform: capitalize;
}
.lms_element_animation img {
	width: 100%;
}
.lms_icon {
	margin-bottom: 80px;
}
.lms_icon hr {
	border-top: 1px solid #515151;
}
.rock-icon-list {
	margin-top: 22px;
}
.lms-icon-list .fa-hover a {
	display: block;
	color: #272727;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px;
}
.lms-icon-list .fa-hover a .fa {
	width: 32px;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}
.lms-icon-list .fa-hover a:hover {
	background-color: #E4B947;
	color: #fff;
	text-decoration: none;
}
.lms-icon-list .fa-hover a:hover .fa {
	font-size: 28px;
	vertical-align: -6px;
}
.lms-icon-list .fa-hover a:hover .text-muted {
	color: #bbe2d5;
}
.lms_default_tab {
	width: 100%;
	float: left;
}
.lms_default_tab ul{
	margin-left:0px !important;  
}
.lms_left_tab {
	width: 100%;
	float: left;
}   
.lms_left_tab .tab-content {
	padding: 0px;
} 
.lms_left_tab .nav-tabs {
	float: left; 
	margin-right: 15px;
	display: inline-block;
	border-bottom: none;
	border-right: 1px solid #ddd;
    margin-left: 0px;
}
.lms_left_tab .nav-tabs li {
	width: 100%;
	float: none;
}
.lms_left_tab .nav-tabs li a {
	margin-right: 0px;
	border-right: none;
	min-width: 50px;
	text-transform:capitalize;
}
.lms_left_tab .nav-tabs > li.active > a, .lms_left_tab .nav-tabs > li.active > a:hover, .lms_left_tab .nav-tabs > li.active > a:focus {
	border-bottom-color: #ddd;
	border-radius: 0;
	border-right: none;
	margin-right: -1px;
}
.lms_right_tab {
	width: 100%;
	float: left;
}
.lms_right_tab .tab-content {
	padding: 0px;
}
.lms_right_tab .nav-tabs {
	float: right;
	margin-left: 15px;
	display: inline-block;
	border-bottom: none;
	border-left: 1px solid #ddd;
}
.lms_right_tab .nav-tabs li {
	width: 100%;
	float: none;
}
.lms_right_tab .nav-tabs li a {
	margin-right: 0px;
	border-left: none;
	min-width: 50px;
	text-transform:capitalize;
}
.lms_right_tab .nav-tabs > li.active > a, .lms_right_tab .nav-tabs > li.active > a:hover, .lms_right_tab .nav-tabs > li.active > a:focus {
	border-bottom-color: #ddd;
	border-radius: 0;
	border-left: none;
	margin-left: -1px;
}
.lms_icon_style{
	border:1px solid #cccccc;
	text-align: center !important;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-ms-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.lms_icon_style:hover{
	background-color:#E4B947;
	color:#fff !important;
}
.lms_icon_style:hover span{
	color:#fff !important;
}
/*---------------------element end---------------------------*/

/*---------------------contact start---------------------------*/
.lms_contact_detail {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.lms_contact_detail h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.lms_contact_detail p {
	margin-bottom: 0px;
}
.lms_contact_detail .lms_Contact_address {
	margin-bottom: 25px;
}
.lms_contact_detail .lms_Contact_phone {
	margin-bottom: 25px;
}
.lms_contact_detail .lms_Contact_fax {
	margin-bottom: 25px;
}
.lms_contact_detail .lms_Contact_email {
	margin-bottom: 25px;
}
.lms_contact_detail .lms_Contact_social {
	margin-bottom: 25px;
}
.lms_map {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.lms_map iframe {
	width: 100%;
	height: 450px;
	border: none;
}
iframe {
	border: none;
}
.lms_contact_form {
	width: 100%;
	float: left;
}
.lms_contact_form .form-group{
	position:relative;
	margin-bottom: 22px;
}
.lms_contact_form input[type="text"] {
	height: 58px;
	padding-left:30px;
	background-color:rgba(243, 243, 243, 0.31);
	border-radius:0;
	border-color: rgba(158, 166, 176, 0.31);
}
.lms_contact_form input[type="email"] {
	height: 58px;
	padding-left:30px;
	background-color:rgba(243, 243, 243, 0.31);
	border-radius:0;
	border-color: rgba(158, 166, 176, 0.31);
}
.lms_contact_form textarea{
	padding-top:10px;
	padding-left:10px;
	background-color:rgba(243, 243, 243, 0.31);
	border-radius:0;
	border-color: rgba(158, 166, 176, 0.31);
	}
.comments-area input[type="text"] {
	height: 63px;
	padding-left:10px;
	background-color:rgba(243, 243, 243, 0.31);
	border-radius:0;
	border-color: rgba(158, 166, 176, 0.31);
}
.comments-area input[type="email"] {
	height: 63px;
	padding-left:10px;
	background-color:rgba(243, 243, 243, 0.31);
	border-radius:0;
	border-color: rgba(158, 166, 176, 0.31);
}
.comments-area textarea{
	padding-top:20px;
	padding-left:30px;
	background-color:rgba(243, 243, 243, 0.31);
	border-radius:0;
	border-color: rgba(158, 166, 176, 0.31);
	}	
.lms_contact_form .form-error{
	position: absolute;
	top: -22px;
	left: 0;
	font-size: 12px;
}
.lms_map_infowindow {
	overflow: hidden;
	padding: 10px;
}
.lms_map_infowindow img {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 15px;
}
.lms_map_infowindow h3 {
	margin-top: 0px;
}
ul.children #lms_commentform > .col-lg-6:nth-child(1){
	padding-left:0;
	}
ul.children #lms_commentform > .col-lg-6:nth-child(2){
	padding-right:0;
	}
#lms_commentform input[type="submit"],.learnpress-page .lp-button,.learn-press-form button,div#profile-content-settings form.lms_proffile_avtar button#submit,div#learn-press-content-item button {
    color: #ffffff;
    display: inline-block;
    margin: 0px 0 15px 0;
    padding: 10px 37px;
    font-size: inherit;
    border-radius: 3px;
    background-color: #E4B947;
    margin-right: 15px;
    box-shadow: none;
    outline: none;
    border: none;
}		
#lms_commentform input[type="submit"]:hover,.learnpress-page .lp-button:hover,.learn-press-form button:hover,div#profile-content-settings form.lms_proffile_avtar button#submit :hover{
	border-color: #E4B947;
	}	
ul.children #lms_commentform input[type="submit"]{
	margin-right:0;
	}	
div.wpcf7-response-output {
    float: left;
    margin: 0;
}

/*---------------------contact end---------------------------*/

/*---------------------scrollToTop Start---------------------*/
.scrollToTop {
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	font-size: 20px;
	color: #E4B947;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 40px;
	display: none;
	border: 1px solid #E4B947;
	overflow: hidden;
}
.scrollToTop:hover {
	color: #fff;
	background: #E4B947;
	text-decoration: none;
}
.scrollToTop:hover i {
	-webkit-animation: scrolltotop 0.8s;
	-moz-animation: scrolltotop 0.8s;
	-ms-animation: scrolltotop 0.8s;
	-o-animation: scrolltotop 0.8s;
	color: #E4B947;
}
@-webkit-keyframes scrolltotop {
 0% {
-webkit-transform:translate(0px, 30px);
}
100% {
-webkit-transform:translate(0px, 0px);
}
}
@-moz-keyframes scrolltotop {
 0% {
-moz-transform:translate(0px, 30px);
}
100% {
-moz-transform:translate(0px, 0px);
}
}
@-ms-keyframes scrolltotop {
 0% {
-ms-transform:translate(0px, 30px);
}
100% {
-ms-transform:translate(0px, 0px);
}
}
@-o-keyframes scrolltotop {
 0% {
-o-transform:translate(0px, 30px);
}
100% {
-o-transform:translate(0px, 0px);
}
}
/*---------------------scrollToTop end---------------------*/

/*---------------------chat window start---------------------*/
.lms_chat_window {
	width: 267px;
	height: auto;
	position: fixed;
	right: 10px;
	bottom: 0;
}
.lms_chat_window .lms_chat_header {
	background-color: #E4B947;
	width: 100%;
	border-radius: 3px 3px 0px 0px;
	float: left;
	padding: 10px 10px 0px;
	min-height: 42px;
}
.lms_chat_icon_left {
	float: left;
	display: inline-block;
	color: #fff;
}
.lms_chat_window .lms_chat_header h4 {
	float: left;
	width: 85%;
	margin: 3px;
	cursor: pointer;
	color: #fff;
	margin-left: 10px;
	text-transform: capitalize;
}
.lms_chat_icon_right {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	cursor: pointer;
	padding: 11px;
	display: none;
}
.lms_chat_icon_right img {
	margin-bottom: 0px;
}
.lms_chat_body {
	width: 100%;
	float: left;
	background-color: #fff;
	display: none;
}
.lms_chat_body .form-group, .lms_chat_body .lms_group_descusion_main {
	margin-bottom: 0px;
}
.lms_chat_body .lms_group_descusion {
	border-top: none;
}
/*---------------------chat window end---------------------*/	


/*---------------------other start---------------------------*/
.lms_pos_relative {
	position: relative;
}
.lms_pos_static {
	position: static !important;
}
.lms_theme_color {
	color: #E4B947;
}
.lms_prev_next {
	width: 28px;
	height: 28px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	margin: 5px;
	color: #E4B947;
	cursor: pointer;
	border: 1px solid #9ea6b0;
}
.lms_prev_next:hover {
	border-color: #E4B947;
}
.lms_page_title {
	width: 100%;
	float: left;
	position: relative; 
    margin-bottom:50px;
} 
.lms_page_title .lms_page_title_bg {
    min-height: 278px;
    width: 100%;
    float: left;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}
.lms_page_title .lms_page_title_bg_overlay {
	position: relative;
	width: 100%;
	float: left;
	background: url(../images/bg/bg.png);
	  min-height: 278px;
}
.lms_page_title .lms_page_title_bg_overlay > .container {
	margin-top: 180px;
	
}
.lms_page_title .lms_page_title_bg_overlay > .container .lms_title {
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
	float: left;
}

.lms_page_title .breadcrumb li:last-child a,
.lms_page_title .breadcrumb li:last-child{
	color: #E4B947;
}

.lms_underlist_doted {
	margin: 15px 0px;
	list-style: inside;
}
.lms_margin_none {
	margin: 0 auto;
}
.lms_img {
	width: 100%;
}
.lms_label {
	color: #E4B947 !important;
}
.lms_push_down_15 {
	margin-top: 15px;
}
.lms_push_down_20 {
	margin-top: 20px;
}
.lms_push_down_25 {
	margin-top: 25px;
}
.lms_push_down_30 {
	margin-top: 30px;
}
.lms_push_down_40 {
	margin-top: 40px;
}
.lms_push_down_50 {
	margin-top: 50px;
}
.lms_margin_bottom_15 {
	margin-bottom: 15px;
}
.lms_margin_bottom_20 {
	margin-bottom: 20px;
}
.lms_margin_bottom_25 {
	margin-bottom: 25px;
}
.lms_margin_bottom_30 {
	margin-bottom: 30px;
}
.lms_margin_bottom_40 {
	margin-bottom: 40px;
}
.lms_margin_bottom_50 {
	margin-bottom: 50px;
}
.lms_delay_01 {
	-webkit-animation-delay: 0.1s;
}
.lms_delay_02 {
	-webkit-animation-delay: 0.2s;
}
.lms_delay_03 {
	-webkit-animation-delay: 0.3s;
}
.lms_delay_04 {
	-webkit-animation-delay: 0.4s;
}
.lms_delay_05 {
	-webkit-animation-delay: 0.5s;
}
.lms_delay_06 {
	-webkit-animation-delay: 0.6s;
}
.video-wrapper {
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}
.video-wrapper video {
	width: 100%;
}
.video-wrapper .mejs-controls {
	display: none !important;
}
.lms_comming_soon_wrapper{
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	}
.lms_comming_soon_wrapper > img{
	width:100%;
	}	
.lms_comming_soon{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	height:200px;
	margin-top:-100px;
	text-align:center;
	color:#fff;
	}	
.lms_comming_soon h1{
	color: rgba(255, 255, 255, 0.61);
  	font-size: 4em;
	}
.lms_comming_soon_wrapper .lms_social5{
	margin-top:20px;
	}

.vc_images_carousel .vc_carousel-indicators li{
	width: 15px !important;
	height: 15px !important;
	line-height: 30px !important;
	margin: 5px !important;
	filter: Alpha(Opacity=50) !important;
	opacity: 0.5 !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
	background: #E4B947 !important;
	border: 5px solid #fff !important;
}
.vc_images_carousel .vc_carousel-indicators li.vc_active{
	opacity:1 !important;
}
.form-group{
	position:relative;
}
.form-group .span.wpcf7-not-valid-tip{
	position:absolute;
	top:-22px;
	left:0;
	font-size:12px;
}	
/*---------------------other end---------------------------*/

/*---------------------footer start---------------------------*/
#lms_footer {
	width: 100%;
	float: left;
	margin-top: 50px;
	color: #A5A5A5;
}
#lms_footer h3 {
	float:left;
	width:100%;
	color: #fff;
	font-size: 22px;
	margin-top: 15px;
	text-transform: capitalize;
}
.lms_footer_top {
	width: 100%;
	float: left;
	padding: 10px 0px 40px;
	background: url(../images/bg/bg.png);
}
.lms_online_user {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.lms_online_user ul li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.lms_online_user ul li:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	z-index: 9999;
}
.lms_online_user ul li.online:after {
	background: #33ff66;
}
.lms_online_user ul li.busy:after {
	background: #cc1c0f;
}
.lms_online_user ul li.invisible:after {
	background: #8b8b8b;
}
.lms_online_user ul li a {
	display: inline-block;
}
.lms_online_user ul li a img {
	margin-bottom: 0px;
	width: 48px;
	height: 48px;
}
.lms_newsletter {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.lms_newsletter .form-group {
    float: left;
    width: 100%;
}
.lms_newsletter .form-group .form-control {
    width: 80%;
    float: left;
    border-right: none;
}
.lms_newsletter .form-group .lms_newsletter_widget_btn {
    padding:12px 1px !important;
    font-size: 14px !important;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    color: #ffffff !important;
    text-align: center;
    background-color: #E4B947;
    border: 1px solid #fff;
    min-width: 65px;
	border-left:none; 
}
.lms_newsletter .form-group .lms_newsletter_widget_btn:focus, .lms_newsletter .form-group .lms_newsletter_widget_btn:hover {
    outline: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;   
    -o-transition: all 0.2s; 
}
.lms_discussion_form {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.lms_discussion_form .input-group {
	width: 100%;
	position: relative;
}
.lms_discussion_form .input-group-addon {
	position: absolute;
	right: 0;
	width: 40px;
	line-height: 25px;
	text-align: center;
	height: 40px;
	z-index: 999;
}
.lms_footer_top .postform {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #9a9a9a;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e1e3e7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
.lms_footer_top .postform option{
	color: #333;
}
.lms_footer_top .postform:focus, .lms_footer_top .postform:hover {
    border-color: #E4B947;
    outline: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s; 
}
.lms_happening {
	width: 100%;
	float: left;
}
.lms_happy_user {
	width: 100%;
	float: left;
}
.lms_happy_user img {
	width: 48px;
	height: 48px;
	float: left;
	display: inline-block;
	margin-right: 10px;
}
/* footer center*/	
.lms_footer_center {
	width: 100%;
	float: left;
	background: #1a1a1a;
	padding: 50px 0px 0px 0px;
}
.lms_footer_popular_course {
	width: 100%;
	float: left;
}
.lms_footer_popular_course .lms_footer_course {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 25px;
}
.lms_footer_popular_course .lms_footer_course img {
	width: 75px;
	height: 79px;
	border: 1px solid #565656;
	margin-bottom: 0px;
	float: left;
	display: inline-block;
	margin-right: 12px;
}
.lms_footer_popular_course .lms_footer_course a h4 {
	margin: 0;
	padding: 0;
	color: #E4B947;
}
.lms_footer_course_category {
	width: 100%;
	float: left;
}
.lms_footer_course_category ul li {
	border-bottom: 1px solid #555555;
}
.lms_footer_course_category ul li:last-child {
	border-bottom: none;
}
.lms_footer_course_category ul li a {
	line-height: 52px;
	color: #A5A5A5;
}
.lms_footer_course_category ul li a:hover {
	color: #E4B947;
}
.lms_footer_contact {
	width: 100%;
	float: left;
}
.lms_footer_contact a {
	color: inherit;
}
.lms_footer_contact .lms_address {
	margin-top: 30px;
}
.lms_footer_bottom {
	width: 100%;
	float: left;
	background: #171717;
	font-size: 13px;
	text-align: center;
}
.lms_footer_bottom p {
	margin-bottom: 0px;
	padding: 20px 0px;
}
.lms_footer_center .lms_social {
	margin-top: 35px;
}
/*---------------------footer end---------------------------*/
/*---course page start -----*/
.lms_video {
    float: left;
    width: 100%;
}
.lms_video .lms_course_meta {
    float: left;
    width: 100%;
    border-top: 0px solid #ccc;
    padding-top: 0px;
    margin-top: 10px;
}
.lms_video .lms_course_meta .lms_course_instruct {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.lms_video .lms_course_meta .lms-course-students {
	float:left;
    width: 60%;
    text-align: left;
}
.lms_video .lms_course_meta .lms-course-students i {
    color: #E4B947;
}
.lms_video .lms_course_meta .lms-course-price {
    color: #E4B947;
    font-weight: bold;
	float:left;
	width:40%;
	text-align:right;
}
.lms_video .lms_course_meta .lms_course_instruct .author a {
    text-transform: capitalize;
    font-size: 15px;
}
.lms_video .lms_course_meta .lms_course_student_price .course-students i {
    padding-right: 5px;
}
.lms_course_mid_content {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    padding: 15px;
    padding-top: 0;
}
.lms_course_mid_content .edit-link {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 5px;
}
.lms_course_mid_content .course-introduce{
	float:left;
	width:100%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
/*---course page end -----*/

.lms_pc_btn{
	margin-top:10px;
}
#lms_header nav ul.nav-main li.dropdown ul.dropdown-menu li.dropdown-submenu > ul.dropdown-menu li a:after{
	display:none;
}
/*--------------- Custom Css Start -----------------*/
.lms_blog_single table tr td, th { 
    padding: 5px !important;
    border: 1px solid #eee;
}
.lms_blog_single ul{
	list-style:initial;
    margin-left: 55px;
}
.lms_blog_single ol{
	list-style:decimal;
    margin-left: 55px;
} 
.lms_comment table tr td, th { 
    padding: 5px !important;
    border: 1px solid #eee;
}
.lms_comment ul{
	list-style:initial;
    margin-left: 55px;
}
.lms_comment ol{
	list-style:decimal;
    margin-left: 55px;
} 
.admin-bar #lms_header{
	margin-top:30px; 
}
.hentry table tr td, th { 
    padding: 10px !important;
    border: 1px solid #ccc;
}
.hentry ul {
    list-style: disc;
    list-style-type: disc;
    margin-left: 0px;
    padding-left: 15px;
    font-size: 16px;
    color: #D8D8D8;
}
.hentry ol{
	list-style:decimal;
    margin-left: 55px;
    color: #D8D8D8;
} 
.curriculum-sections .section-content {
    margin: 0px !important;
}
ul.dropdown-menu {
	margin-left:0px;
}
ul.dropdown-menu li{
	list-style:none;
}
.dropdown-toggle i{
	padding-right:4px;
}
.dropdown-menu > li > a i{
	padding-right:4px;
}
.vc_row.vc_row-no-padding .vc_column-inner{
	float:left;
	width:100%;
}
.lms_blog_cat{
	float:left;
	width:100%;
}
.tml .tml-submit-wrap input {
    border-radius: 4px !important;
    color: #E4B947 !important;
}
.tml-register{
	max-width:50%;
}
.tml-login{
	max-width:50%;
}
.tml-lostpassword{
	max-width:50%;
}


.entry-content .ui-widget-content.ui-tabs {
    padding: 0;
    float: left;
    width: 100%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav {
    padding: 0;
	background-color: #E4B947;
    border: none;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li {
    margin: 0;
	background-color:#E4B947;
    border: none;
    border-right: 1px solid #fff;
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li.ui-tabs-active, .entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li.ui-state-active{
	margin: 0;
	background-color:#fff;
    border: none;
    border-right: 1px solid #fff;
	    padding-bottom: 0px;
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li.ui-state-active a{
	color:#E4B947;
		    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li a{
	color:#fff;
	 border: none;
	     font-size: 18px;
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li:hover{
	background-color:#fff;
	 border: none;
	 border-right: 1px solid #fff;
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li:hover a{
	color:#E4B947;
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel strong {
	text-transform:capitalize;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel p {
	font-size:14px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel h3{
    float: left;
    width: 100%;
	font-size:20px;
} 
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course{
	float: left;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course:last-child{
	border-bottom:none;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course img{
	float:left;
    margin-bottom: 0px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2{
    float: left;
    width: 30%;
    padding-left: 15px;
    margin-top: 0px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2 a{
	font-size:16px;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2 a:hover{
	color:#E4B947;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course p{
    margin-bottom: 0px;
    float: left;
    width: 18%;
    font-size: 11px;
    text-align: center;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course p span{
	float: left;
    width: 100%;
    font-size: 18px;
	color:#E4B947;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course{
	float: left;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course:last-child{
	border-bottom:none;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course img{
    float: left; 
    margin-bottom: 0px;
    width: 30%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course h2{
    float: left;
    width: 70%;
    padding-left: 15px;
    margin-top: 0px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course h2 a{
	font-size:16px;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course h2 a:hover{
	color:#E4B947;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course p{
	margin-bottom: 0px;
    float: left;
    width: 70%;
    font-size: 12px;
    padding-left: 15px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_passed_course{
	float: left;
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #ddd;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_passed_course:last-child{
	border-bottom:none;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_passed_course img{
    float: left;
    margin-bottom: 0px;
    width: 30%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_passed_course h2{
    float: left;
    width: 70%;
    padding-left: 15px;
    margin-top: 0px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_passed_course h2 a{
	font-size:16px;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_passed_course h2 a:hover{
	color:#E4B947;
	 -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_passed_course p{
	margin-bottom: 0px;
    float: left;
    width: 70%;
    font-size: 12px;
    padding-left: 15px;
}
.lms_blog_large .edit-link{
    float: left;
    width: 100%;
    padding-top: 10px;
}
.learn-press-user-profile{
	float:left;
	width:100%;
}
.learn-press-user-profile .user-info{
	float:left;
	width:100%;
}
.learn-press-user-profile .user-info strong {
	color:#222222;
}
.learn-press-user-profile .learn-press-tabs {
    margin: 0 0 20px; 
    padding-left: 0;
    float: left;
    width: 100%;
	border:1px solid #ccc;
	background-color: #E4B947;
}
.learn-press-user-profile .learn-press-tabs > li{
    margin: 0;
    background-color: #E4B947;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-user-profile .learn-press-tabs > li.current a{
    color: #E4B947;
    border: none;
    border-right: 1px solid #ccc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-user-profile .learn-press-tabs > li:hover{
    background-color: #fff;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-user-profile .learn-press-tabs > li > a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-user-profile .learn-press-tabs > li:hover a {
    color: #E4B947;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.user-profile-tabs{
    float: left;
    width: 100%;
}
.user-profile-tabs ul.learn-press-subtabs{
	float: left;
    width: 100%;
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.user-profile-tabs ul.learn-press-subtabs > li {
    margin-right: 0px;
    padding: 0px;
}
.user-profile-tabs ul.learn-press-subtabs > li:first-child a{
	padding-left:0px;
}
.user-profile-tabs ul.learn-press-subtabs > li:last-child a{
	padding-right:0px;
}
.user-profile-tabs ul.learn-press-subtabs > li.current a{
	color:#E4B947;
}
.user-profile-tabs ul.learn-press-subtabs > li a{
	float:left;
	width:100%;
	color:#222222;
    padding: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.user-profile-tabs ul.learn-press-subtabs > li a:hover{
	color:#E4B947;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.learn-press-subtab-content.current{
    float: left;
    width: 100%;
}
.learn-press-subtab-content.current ul{
    float: left;
    width: 100%;
	margin:0px;
	padding:0px;
}
.learn-press-subtab-content.current ul li{
    list-style: none;
    padding: 5px 0px;
    margin-left: 15px;
}
.learn-press-subtab-content.current ul li a{
	position:relative;
}
.learn-press-subtab-content.current ul li a:after{
	content:"\f105";
	position:absolute;
    font-family:FontAwesome;
	top:0px;
	left:-15px;
}
#tab-quizzes{
    float: left;
    width: 100%;
}
#tab-quizzes ul{
    float: left;
    width: 100%;
	margin:0px;
	padding:0px;
}
#tab-quizzes ul li{
    list-style: none;
    padding: 5px 0px;
    margin-left: 15px;
}
#tab-quizzes ul li a{
	position:relative;
}
#tab-quizzes ul li a:after{
	content:"\f105";
	position:absolute;
    font-family:FontAwesome;
	top:0px;
	left:-15px;
}
#tab-quizzes ul li p{
	padding-top:20px;
}
#tab-quizzes ul li p span.percentage{
	color:#000000;
	font-size:18px;
}
#tab-quizzes ul li p span.percentage.res_green{
	color:#66BB6A;
	font-size:18px;
}
#tab-quizzes ul li p span.percentage.res_red{
	color:#F44336;
	font-size:18px;
}
#bbpress-forums {
    float: left;
    width: 100%;
    font-size: 14px; 
}
#bbpress-forums p a{
    font-size: 14px;
    padding: 0px 5px;
}
 #bbpress-forums p span{ 
    font-size: 14px;
    padding: 0px 5px;
    color: #E4B947;
}
div.bbp-template-notice p {
    font-size: 13px;
} 
.bbp-meta{
	font-size:14px;
}
span.bbp-admin-links a {
    color: #000;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:hover, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus{
    border: 1px solid #E4B947;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    COLOR: #000;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #fff;
}
.bbp-reply-content{
	font-size:14px;
}
.bbp-reply-author a.bbp-author-name{
	margin-top:5px !important;
}
#bbpress-forums li.bbp-header .bbp-reply-author{
	font-size:14px;
}
#bbpress-forums li.bbp-footer .bbp-reply-author{
	font-size:14px; 
}
#buddypress .generic-button a{
	float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#buddypress .generic-button a:hover, #buddypress .generic-button a:focus {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #d58512 !important; 
	border: 1px solid !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bbp-submit-wrapper button{
	float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bbp-submit-wrapper button:hover, .bbp-submit-wrapper button:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; 
	border: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bbp-form input[type="text"]{
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bbp-form input[type="text"]:hover, .bbp-form input[type="text"]:focus{
    border: 1px solid #E4B947;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
div.bbp-template-notice.info{
	margin: 20px 0px;
    float: left;
    width: 100%;
    border-radius: 0px;
}
#bbpress-forums div.bbp-template-notice img.avatar{
    margin-bottom: 0px;
}
div.bbp-template-notice, div.indicator-hint {
    border-radius: 0px;
}
#bbpress-forums p.bbp-topic-meta img.avatar{
    margin-bottom: 0px;
}
#bbpress-forums div.bbp-search-form input[type="text"]{
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#bbpress-forums div.bbp-search-form input[type="text"]:hover, #bbpress-forums div.bbp-search-form input[type="text"]:focus{
    border: 1px solid #E4B947;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#bbpress-forums div.bbp-search-form input[type="submit"]{
    color: #fff;
	margin-top: -2px;
    background-color: #E4B947;
    border-color: #E4B947;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#bbpress-forums div.bbp-search-form input[type="submit"]:hover, #bbpress-forums div.bbp-search-form input[type="submit"]:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; 
	border: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#bbpress-forums ul.bbp-forums{
	float:left;
	width:100%;
	margin:20px 0px;
    font-size: 14px;
}
.bbp-forum-content{
	font-size: 12px !important;
}
.bbp-pagination-count {
    font-size: 18px;
	color:##fff;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
    background-color: #E4B947;
    color: #fff;
    opacity: 1;
}
#buddypress div.item-list-tabs ul li.last select{
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#buddypress div.item-list-tabs ul li.last select:hover, #buddypress div.item-list-tabs ul li.last select:focus{
    border: 1px solid #E4B947;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.buddypress{
	float:left;
	width:100%;
}
#buddypress.whats-new-textarea{
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#buddypress #whats-new:hover, #buddypress #whats-new:focus{
    border: 1px solid #E4B947 !important;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#buddypress input[type=submit]{
	float: right;
    color: #fff;
    background-color: #E4B947;
    border-color: #E4B947;
	display: inline-block;
    padding: 6px 12px;
    margin-top: -1px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#buddypress input[type=submit]:hover, #buddypress input[type=submit]:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; 
	border: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#buddypress div.dir-search input[type=text]{
    border: 1px solid #ccc;
    padding:6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#buddypress div.dir-search input[type=text]:hover, #buddypress div.dir-search input[type=text]:focus{
    border: 1px solid #E4B947;
    outline: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#buddypress div.dir-search form{
	border-bottom:none;
    margin-bottom: 0px;
    margin-top: 40px;
}
#buddypress div.pagination .pag-count {
    margin-left: 0px;
    font-size: 16px;
    color: #000;
}
.course-learning-summary h1.course-title.entry-title{
    margin:0 0 20px;
}
p.author-name img, .lp-profile-avatar img {
    border-radius: 50%!important;
    margin-top: 0px;
    margin: 5px auto 10px;
    display: block;
    border: 1px solid #CCC;
}
p.author-name a{
    padding-left: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}
ul.learn-press-nav-tabs .course-nav.active a {
    color: #E4B947;
}
ul.learn-press-nav-tabs .course-nav.active:after,ul.learn-press-nav-tabs .course-nav:hover:after{
    background: #E4B947!important;
    bottom: -1px!important;
    height: 1px!important;
}
.comments-area h3 {
    margin: 0;
}
.lms_contact_form.lms_push_down_30 {
    margin: 0;
}
.comment-respond textarea,.lms_contact_form input[type="text"] {
    border: 1px solid #eee;
    border-radius: 3px;
}
.comment-respond p.comment-form-cookies-consent label {
    padding-left: 8px;
    color: #3a3a3a;
    font-weight: 500;
}
.comment-respond p.comment-form-cookies-consent {
    padding: 0 15px;
}

form.enroll-course button.lp-button.button.button-enroll-course:hover,.lp-button.button.button-purchase-course:hover {
    border-color: #E4B947;
}
.course-summary .course-price {
    display: inline-block;
    padding-top:  15px;
}
.course-summary span.course-students {
    display: inline-block;
    color: #3a3a3a;
    font-weight: 600;
    text-transform: capitalize;
}
.lp-course-buttons {
    display: inline-block;
    float: right;
}
.course-summary #learn-press-course-tabs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.course-curriculum ul.curriculum-sections .section-content .course-item{
    background:transparent!important;
}
.course-curriculum ul.curriculum-sections .section:nth-child(2) {
    margin:20px 0 0 0!important;
}
.course-meta .course-thumbnail {
    margin-top: 15px;
}
ul.learn-press-nav-tabs .course-nav.active{
    background-color: #E4B947;
    border-color: #E4B947;
    display: inline-block;
    border-radius: 3px 3px 0 0;
}
ul.learn-press-nav-tabs .course-nav.active a{
    color:#fff;
}
ul.learn-press-nav-tabs {
    border-bottom: 1px solid #ddd!important;
}
.course-rate span {
    color: #fff !important;
    font-weight: 600;
}
ul.learn-press-nav-tabs .course-nav a {
    font-weight: 600;
}
#learn-press-profile-header .lp-profile-avatar {
    position:relative!important;
    bottom: -8px!important;
    left: 8px!important;
}
#learn-press-profile-header {
    height: 0!important;
    background: transparent!important;
}
.lms_left_content .profile-name {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px!important;
    color: #fff;
    display: block;
    text-align: center;
    position:inherit!important;
}
ul.learn-press-courses .course,ul.learn-press-courses {
    width: 100% !important;
    margin: 0% !important;
}

ul.learn-press-courses .course {
 	width: 100% !important;
    margin: 0% !important;
}
    
#learn-press-profile-content {
    width: 100%!important;
}
.lp-sub-menu li a, .lp-sub-menu li span {
    margin: 0 0px 0 13px;
    color: #fff;
    font-weight: 500;
    padding: 1px 10px;
    border-radius: 3px;
    background: #E4B947;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 2px!important;
}
ul.learn-press-courses .course .course-title:hover {
    color: #E4B947;
}
.profile-heading {
    font-size: 30px!important;
    font-weight: 500;
    color: #f93;
    text-align:center;
    margin-top:0px;
}
.lp-tab-sections .section-tab {
    float: none;
    display: inline-block;
}
ul.learn-press-courses .course .course-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}
ul.learn-press-courses .course .course-title {
    margin-bottom: 30px!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000000;
}
ul.learn-press-courses .course .course-info {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

ul.learn-press-courses .course .course-info {
    margin-bottom: 0;
}
ul.learn-press-courses.profile-courses-list h3.course-title,div#lp-archive-courses ul.learn-press-courses .course .course-title {
    margin-bottom: 10px!important;
    margin-top: 15px!important;
    line-height: normal;
}
ul.learn-press-courses .course .course-info .course-price {
    float: none;
    position: absolute;
    /*top: 15px;*/
    right: 15px;
    background: #E4B947;
    padding: 5px;
    border-radius: 0px 0 0px 3px;
}
ul.learn-press-courses .course .course-info .course-price .price {
    font-size: 18px!important;
    color: #fff!important;
    font-weight: 500!important;
}
ul.learn-press-courses .course {
    background: #fff;
    box-shadow: 0 0px 29px 0 rgba(0,0,0,0.07)!important;
    padding: 15px!important;
    margin-bottom: 30px!important;
    min-height: 270px;
}
ul.learn-press-courses .course .lp-course-buttons form button {
    height: 35px!important;
    width: 150px!important;
}
#learn-press-profile-header:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 200px;
    height: 110px;
    background: #E4B947;
    z-index: -1;
}
#learn-press-profile-nav .tabs > li.active > a,#learn-press-profile-nav .tabs > li:hover:not(.active) > a,#learn-press-profile-nav .tabs > li a:hover,#learn-press-profile-nav .tabs > li ul li.active a,.lp-list-table thead tr th,.lp-label.label-passed,span.lp-label.label-in-progress,span.lp-label.label-started  {
    background: #E4B947!important;
    color: #fff!important;
}
div#profile-content-settings form.lms_proffile_avtar button#submit{
    margin-right:0;
    margin-bottom: 0;
}
#learn-press-profile-nav {
    padding-top: 2px!important;
    float: none!important;
}
#learn-press-profile-nav .tabs > li {
    margin-bottom: 2px!important;
}
.lp-tab-sections .section-tab.active span {
    border-bottom: 1px solid #E4B947!important;
}
#learn-press-profile-nav .tabs > li ul {
    padding:  0!important;
}
#learn-press-profile-nav .tabs > li ul li {
    margin-top: 2px;
}
.lp-list-table thead tr th {
    border: 1px solid #ccc!important;
}
.learn-press-message:before {
    background: #E4B947!important;
}
.comment-respond p.logged-in-as {
    padding-left: 15px;
}
.lp-label.label-finished, .lp-label.label-completed, span.lp-label.label-passed {
    background: #28a745!important;
}
span.lp-label.label-not-enrolled {
    background: #c33c39;
}
.learnpress-page .lp-button {
    line-height: normal!important;
    height: 40px!important;
    margin: 0;
}
.order-recover input[name="order-key"], .order-recover button {
    padding: 7px;
}
.profile-recover-order p {
    color: #000;
}
.course-Reviews .course-rate {
    overflow: unset!important;
}
.form-field-input select#display_name {
    padding: 5px;
}
.learn-press-form .form-fields .form-field input,.learn-press-form .form-fields .form-field textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.lp-avatar-preview {
    margin: 0 auto 20px!important;
    padding-top: 50px;
    text-align: center;
    float: none!important;
}
#learn-press-profile-content {
    margin: 0!important;
    float: none!IMPORTANT;
}
.lms_left_content {
    width: 250px;
}
.course-Reviews button.write-a-review {
    margin-top: 10px;
}
.form-control:hover{
    border-color:inherit!important;
}
#learn-press-user-profile {
    margin-bottom: 30px;
	z-index: 1;
}
.lms_left_content {
    float: left;
}

#learn-press-profile-header {
    height: auto !important;
}

#learn-press-profile-header .lp-profile-avatar {
    z-index: 100;
    bottom: 0 !important;
    left: 0 !important;
    background: #ff9833;
    padding: 10px;
    border-radius: 3px;
}

.lms_right_content {
    padding-left: 30px;
    width: calc(100% - 250px);
    margin-left: 0;
    float: left;
}
.learn-press-subtab-content ul.lp-sub-menu {
    text-align: center;
    margin-bottom:15px;
}
ul.learn-press-courses .course .course-info .course-instructor{
    float:none!important;
}
ul.learn-press-courses .course .course-info {
    display: inline-block;
}
ul.learn-press-courses.profile-courses-list .course-info {
    padding-top: 10px;
    margin-bottom: 0!important;
}
div#profile-content-settings form.lms_proffile_avtar {
    text-align: center;
    width: 275px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 3px;
}
div#profile-content-settings form.lms_proffile_avtar .profile-picture.profile-avatar-current img{
    border-radius:50%;
    border: 1px solid #ccc;
    width: 150px;
    height: 150px;
}
div#profile-content-settings form.lms_proffile_avtar .profile-picture.profile-avatar-current {
    background: white;
}
div#profile-content-settings form.lms_proffile_avtar .profile-picture.profile-avatar-current i.fa.fa-camera {
    position: absolute;
    top: 18px;
    right: 5px;
    font-size: 30px;
    color: #ffffff;
    background: #E4B947;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    cursor:pointer;
}
div#profile-content-settings form.lms_proffile_avtar p#lp-avatar-actions {
    width: 100px;
    margin: auto;
    padding: 20px;
    background: #ff9833;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
    border-radius: 3px;
    position: absolute;
    top: 80px;
    right: 25px;
    opacity: 0;
    visibility: hidden;
}
div#profile-content-settings form.lms_proffile_avtar p#lp-avatar-actions:after {
    position: absolute;
    top: -7px;
    left: 0;
    right: -30px;
    width: 20px;
    height: 20px;
    background: #ff9833;
    content: '';
    margin: auto;
    transform: rotate(45deg);
}
div#profile-content-settings form.lms_proffile_avtar p#lp-avatar-actions button#lp-upload-photo, div#profile-content-settings form.lms_proffile_avtar p#lp-avatar-actions button#lp-remove-upload-photo {
    background: transparent;
    border: none;
    display: block;
    text-align: center;
    margin: 0px auto 5px;
    outline: none;
    color:#fff;
}
div#profile-content-settings form.lms_proffile_avtar .lp-avatar-preview{
    background:#fff;
}
div#profile-content-settings form.lms_proffile_avtar p#lp-avatar-actions.lms_open_edit {
    opacity: 1;
    visibility: visible;
}
#learn-press-profile-nav .tabs > li a {
    padding: 10px 20px!important;
}
div#profile-content-settings form.lms_proffile_avtar .profile-picture.profile-avatar-current p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 10px;
}
.course-Instructor p.author-name img {
    margin: 10px 0;
}
.lms_comment .comment_icon h3 {
    padding: 15px 0 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: inherit;
}
.course-curriculum ul.curriculum-sections .section-header {
    border-bottom: 0!important;
    position: relative;
}
.course-curriculum ul.curriculum-sections .section-header .section-title {
    background: #E4B947;
    color: #fff;
    padding:10px!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before {
    padding: 10px 5px 0px 10px!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
    padding: 0px 10px 0 0px!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon, .course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
    padding: 12px 10px!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before,.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status:before {
    color: #000!important;
    transition:0.3s;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration,.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions {
    background: #E4B947!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover:before {
    color: #E4B947!important;
}
.lms_course_single div#tab-instructor, .lms_course_single p.author-name {
    clear: both;
}
.course-author {
    display: flex;
    background: #E4B947;
    padding: 15px;
    border-radius: 3px;
}
.course-author .author-bio a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 0 0 8px;
}
.course-author .author-bio {
    width: calc(100% - 110px);
    padding: 10px 0;
    color: #fff;
}
.course-author p.author-name {
    width: 110px;
}
.learn-press-pagination .page-numbers > li a, .learn-press-pagination .page-numbers > li span {
    border: 1px solid #eee!important;
    border-radius: 3px!important;
}
.learn-press-pagination .page-numbers > li span {
    background: #E4B947!important;
    color: #fff;
    border: none!important;
}
.lms-single-entry-content form.purchase-course {
    position: absolute;
    top: -28px;
    right: 0;
}
.tml-field-wrap.tml-rememberme-wrap input#rememberme,.tml.tml-register p label input#become_teacher {
    height: auto;
    margin: 0;
    text-align: left;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.tml.tml-login .tml-field-wrap.tml-submit-wrap input.tml-button,.tml .tml-submit-wrap input {
    width: auto;
}
ul.tml-links {
    clear: both;
    list-style: none;
}
.tml-field-wrap.tml-rememberme-wrap, .tml-field-wrap.tml-submit-wrap {
    display: table-cell;
    width: 29%;
}
.tml-lostpassword li.tml-login-link,.tml-lostpassword li.tml-register-link {
    display: table-cell;
    width: 45%;
}
.tml .tml-action-confirmaction .success, .tml .tml-error, .tml .tml-message, .tml .tml-success {
    border-color: #E4B947
}
.tml .tml-errors, .tml .tml-messages {
    padding: 0 20px!important;
}
.tml.tml-login li.tml-register-link, .tml.tml-login li.tml-lostpassword-link,ul.tml-links li.tml-login-link, ul.tml-links li.tml-lostpassword-link {
    display: table-cell;
}
.tml.tml-login li.tml-register-link,ul.tml-links li.tml-login-link{
    position:relative;
    padding-right:16px;
}
.tml-lostpassword li.tml-login-link{
    position:relative;
}
.tml.tml-login li.tml-register-link:after,.tml-lostpassword li.tml-login-link:after, ul.tml-links li.tml-login-link:after {
    position: absolute;
    content: '';
    right: 8px;
    top: 4px;
    width: 1px;
    height: 15px;
    background: #ccc;
}
form[name="search-course"] .search-course-button {
    height: auto!important;
}
.hentry table tr td a {
    line-height: normal;
}
div#lp-archive-courses span.course-instructor {
    padding-top: 10px;
}
form.learn-press-search-course-form input {
    border-radius: 3px;
    border: 1px solid #ccc;
}
.course-curriculum ul.curriculum-sections .section-header .section-meta {
    position: absolute;
    right: 15px;
    top: 8px;
}
.course-curriculum.lms-curriculum-course ul.curriculum-sections .section-header .section-meta {
    right: 30px;
}
.course-curriculum ul.curriculum-sections .section-header .section-meta span,#course-item-content-header .course-title a {
    color: #fff;
}
.course-curriculum ul.curriculum-sections .section-header .section-meta .progress-bg {
    background: #fff;
}
.primary-background-color {
    background: #4a4a4a!important;
}
.course-curriculum.lms-curriculum-course p.section-desc {
    margin-top: 5px!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed .course-item-status,#course-item-content-header .toggle-content-item {
    color: #E4B947!important;
}
.course-curriculum ul.curriculum-sections .section {
    padding: 15px 0 0!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item:before {
    background: #E4B947!important;
    width: 5px!important;
}
#course-item-content-header {
    background: #1a1a1a!important;
}
#course-item-content-header .course-item-search {
    padding: 9px!important;
}
#course-item-content-header .course-item-search input {
    height: 40px!important;
    background: #fff!important;
    padding: 10px!important;
    border-radius: 3px;
}
#course-item-content-header .course-item-search button{
    top:13px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar{
    background:transparent!important;;
}
.scroll-wrapper.content-item-scrollable.scrollbar-light .quiz-intro li label,.course-item-nav .prev span, .course-item-nav .next span {
    color: #000;
}
body.course-item-popup #learn-press-content-item .course-item-title {
    font-size: 24px!important;
    font-weight: 600;
    color: #1a1a1a;
    font-family: inherit;
}
 #course-item-content-header .course-title a {
    font-size: 18px;
}
.bp-list li .item-avatar img.avatar {
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 100px;
    height: 100px;
}
.buddypress-wrap .members-list li .member-name a {
    text-transform: capitalize;
    margin-top: 10px;
    display: block;
}
.buddypress-wrap nav#object-nav ul li.selected  a, .buddypress-wrap nav#object-nav ul li a:hover,nav#subnav ul.subnav li.selected a,nav#subnav ul.subnav li a:hover {
    background: #E4B947!important;
    color: #fff!important;
}
#buddypress div.dir-search form {
    margin-top: 0px;
    border: 1px solid #e1e3e7;
    border-radius: 3px;
    position: absolute;
    top: 0
}
#buddypress div.dir-search form input {
    outline: none;
    padding: 8px;
}
.buddypress-wrap .subnav-filters div input[type=search], .buddypress-wrap .subnav-filters div select {
    font-size: 15px;
}
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){
    border:none;
    box-shadow:none;
}
.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a, nav.bp-navs.bp-subnavs.no-ajax.user-subnav li a {
    padding: 9px 20px;
    margin:1px;
}
.buddypress-wrap .bp-navs li {
    float: left;
}
button#dir-members-search-submit{
    padding: 6px .7em;
}
.tml.tml-register .tml-field-wrap.tml-submit-wrap {
    display: inline-block;
    float: right;
}
.tml.tml-register p {
    padding: 10px 0;
    display: inline-block;
}

.tml.tml-register p.message {
    padding: 20px;
    display: block;
}
.buddypress-wrap nav.main-navs.no-ajax.bp-navs.single-screen-navs.horizontal.users-nav li{
    float:left;
}
.buddypress-wrap .bp-feedback.info .bp-icon {
    background-color: #E4B947;
}
.bp-feedback.custom-homepage-info.info {
    padding: 15px;
}
.bp-feedback.custom-homepage-info.info strong {
    margin-bottom: 0;
    display: block;
}
#buddypress #item-header-cover-image #item-header-avatar img.avatar {
    border-radius: 50%;
}
.editfield.field_1.field_name.required-field.visibility-public.field_type_textbox legend {
    border: none;
}
.editfield.field_1.field_name.required-field.visibility-public.field_type_textbox input {
    margin: 0px 0px 10px;
    background: #fff;
    border: 1px solid #eee;
}
.buddypress-wrap  li#bp-avatar-upload a:hover{
    background:inherit!important;
    color:inherit!important;
}
div#activity-stream ul.activity-list.item-list.bp-list li a:first-child {
    text-transform: capitalize;
}
.activity-list.bp-list,.activity-list .activity-item .activity-meta.action {
    background: transparent;
}
.activity-list.bp-list .activity-item {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
.buddypress-wrap .activity-comments .acomment-content {
    margin: 15px 0 0 15%;
    display:none;
}
.activity-list .activity-item div.item-avatar {
    width: 12%;
}
.activity-list .activity-item .activity-read-more a{
    background: transparent;
    border-style: none;
} 
div#subnav-filters .subnav-search {
    display: none;
}
nav#object-nav ul, ul.subnav {
    padding: 0;
}
ul.leanpress-buddpress-list-filters li a.active {
    border-bottom: 2px solid #E4B947;
}
button.lp-button.button-recover-order {
    color: #fff;
    background: #E4B947;
    border: navajowhite;
    height: 40px;
    padding: 0 10px;
}
.order-recover input, .order-recover input:focus {
    outline: none;
}
ul.component-navigation.members-nav li#members-all a {
    background: #E4B947;
}
ul#members-list span.activity-read-more a:hover {
    background: transparent;
    color: #E4B947;
    border-color: #E4B947;
}
.lms_sidebar_item .widget-body .course-entry {
    margin-top: 25px;
}
.lms_sidebar_item aside#theme-my-login-2 .tml-login {
    max-width: 100%;
}
.lms_sidebar_item ul.zilla-likes-popular-posts li {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
    margin-bottom: 15px;
}
.lms_sidebar_item ul.zilla-likes-popular-posts span {
    float: right;
}
.lms_sidebar_item .course-meta-data {
    display: flex;
}
.lms_sidebar_item .course-meta-data div {
    margin: 5px 15px 5px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
}
.lms_sidebar_item .course-meta-data div:last-child {
    border: none;
}
.lms_sidebar_item h3.widget-title {
    position: relative;
}
.lms_sidebar_item h3.widget-title:after {
    position: absolute;
    content: '';
    width: 80px;
    bottom: -4px;
    left: 0;
    height: 1px;
    background: #E4B947;
}
.lms_sidebar_item .widget-footer a.pull-right {
    float: none!important;
}
.lms_sidebar_item .lms_newsletter {
    margin: 0;
}
.lms_sidebar_item .widget h3, .lms_sidebar_item .widget .widget-title{
    padding:0;
}
.lms_sidebar_item aside#lms_happening_now-2 {
    margin: 0;
}
/*--------------- Custom Css End -----------------*/ 


/*---------------------Media css start---------------------------*/
/* Large desktop */
@media (min-width: 1201px) {
}

 @media (min-width: 992px) and (max-width: 1200px) {

 .form-inline .form-control {
	width: auto !important;
}
.lms_course_mid_content {
    padding: 5px;
}
.lms_blog_cat_grid figcaption {
    padding: 10px;
}
.lms_entry_meta span {
    margin-right: 2px;
}
.lms_entry_meta span a {
    padding-right: 10px;
}
.lms_service_count h1 {
    font-size: 120px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2 {
    width: 25%;
}
.lms_course_single .lms-single-entry-content .purchase-button {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .course-students {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .author, .lms_course_single .lms-single-entry-content .cat-links p {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .course-price {
    margin-bottom: 10px;
}

}

@media (min-width: 768px) and (max-width: 991px) {

#lms_header .nav-main {
    width: auto;
}
.vc_column_container>.vc_column-inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li a {
    font-size: 16px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2 {
    width: 70%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course p {
    width: 24%;
}
.lms_course_single .lms-single-entry-content .purchase-button {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .course-students {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .author, .lms_course_single .lms-single-entry-content .cat-links p {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .course-price {
    margin-bottom: 10px;
}

}

 @media (min-width: 980px) and (max-width: 1200px) {
#lms_header nav ul.nav-main li a {
	font-size: 15px;
	padding: 39px 10px;
}
.lms_sub_comment_div > .lms_sub_sub_comment:before {
	height: 0px !important;
}
.lms_404 .form-control {
	width: 280px !important;
}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.lms_cource_grid {
	width: 47%;
}
.lms_blog_cat_grid li {
	width: 100%;
}
.lms_blog_full_grid li {
	width: 50% !important;
}
.slideshow li {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}
.slideshow li figure img {
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}
.slideshow nav span,  .slideshow nav span.nav-close {
	font-size: 1.8em;
	padding: 0.3em;
}
.info-keys {
	display: none;
}
.lms_sub_comment .comment_icon {
	z-index: 99999;
	top: 10px;
}
.lms_sub_comment .lms_comment {
	padding-top: 80px;
}
.lms_sub_comment .lms_comment {
	border-left: none;
}
.lms_sub_comment_div > .lms_sub_sub_comment:before {
	height: 0px !important;
}
.lms_sub_comment_div > .lms_sub_comment:before {
	right: 100%;
}
.lms_sub_comment_div > .lms_sub_sub_comment:before {
	right: 100% !important;
}
.lms_404 .form-control {
	width: 100% !important;
}
.lms_page_title .lms_page_title_bg_overlay > .container {
    margin-top: 50px;
}	
.lms_page_title .lms_page_title_bg {
    min-height: 138px;
}
.lms_page_title .lms_page_title_bg_overlay {
    min-height: 138px;
}
.lms_menu_toggle {
    right: 10px;
}
#lms_header .logo {
    left: 10px;
}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	
}
.lms_view_learn .lms_view_learn_tab ul li {
	width: 100%;
}
.lms_view_learn .lms_view_learn_tab ul li a {
	border: 1px solid #E4B947;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.lms_view_learn .lms_view_learn_tab ul li a.active:before {
	left: 5%;
}
.lms_view_learn .lms_view_learn_tab ul li a:after {
	content: "";
}
.lms_cource_grid {
	width: 47%;
}
.lms_blog_cat_grid li {
	width: 100%;
}
.lms_blog_full_grid li {
	width: 50% !important;
}
.lms_sub_comment .comment_icon {
	z-index: 99999;
	top: 10px;
}
.lms_sub_comment .lms_comment {
	padding-top: 80px;
}
.lms_sub_comment .lms_comment {
	border-left: none;
}
.lms_sort_language h3 {
	background: rgba(0,0,0,0.15);
	padding: 10px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
}
.lms_sort_language h3:after {
	display: block;
	position: relative;
	top: -8px;
	left: 96%;
	content: "";
	height: 0;
	width: 0;
	padding: 0;
	margin: -8px;
	border: 8px solid transparent;
	border-top-color: rgba(0,0,0,0.15);
}
.lms_sort_language ul {
	display: none;
}
.lms_sort_skill_level h3 {
	background: rgba(0,0,0,0.15);
	padding: 10px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
}
.lms_sort_skill_level h3:after {
	display: block;
	position: relative;
	top: -8px;
	left: 96%;
	content: "";
	height: 0;
	width: 0;
	padding: 0;
	margin: -8px;
	border: 8px solid transparent;
	border-top-color: rgba(0,0,0,0.15);
}
.lms_sort_skill_level ul {
	display: none;
}
.lms_sort_software h3 {
	background: rgba(0,0,0,0.15);
	padding: 10px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
}
.lms_sort_software h3:after {
	display: block;
	position: relative;
	top: -8px;
	left: 96%;
	content: "";
	height: 0;
	width: 0;
	padding: 0;
	margin: -8px;
	border: 8px solid transparent;
	border-top-color: rgba(0,0,0,0.15);
}
.lms_sort_software ul {
	display: none;
}
.lms_sort_author h3 {
	background: rgba(0,0,0,0.15);
	padding: 10px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
}
.lms_sort_author h3:after {
	display: block;
	position: relative;
	top: -8px;
	left: 96%;
	content: "";
	height: 0;
	width: 0;
	padding: 0;
	margin: -8px;
	border: 8px solid transparent;
	border-top-color: rgba(0,0,0,0.15);
}
.lms_sort_author ul {
	display: none;
}
.lms_sort_other h3 {
	background: rgba(0,0,0,0.15);
	padding: 10px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
}
.lms_sort_other h3:after {
	display: block;
	position: relative;
	top: -8px;
	left: 96%;
	content: "";
	height: 0;
	width: 0;
	padding: 0;
	margin: -8px;
	border: 8px solid transparent;
	border-top-color: rgba(0,0,0,0.15);
}
.lms_sort_other ul {
	display: none;
}
.lms_sub_comment_div > .lms_sub_sub_comment:before {
	height: 0px !important;
}
.lms_sub_comment_div > .lms_sub_comment:before {
	right: 100%;
}
.lms_sub_comment_div > .lms_sub_sub_comment:before {
	right: 100% !important;
}
.lms_404 .form-control {
	width: 100% !important;
}



.lms_any_que_wrapper {
    text-align: center;
}
.lms_any_que_wrapper p {
    float: none;
    padding-right: 0px;
}
.lms_any_que_wrapper .lms_mobile {
    float: none;
    padding-right: 0px;
}
.lms_any_que_wrapper .lms_email {
    float: none; 
}
.lms_login_wrapper {
    text-align: center;
}
.lms_login_wrapper ul {
    padding: 20px 0px 0px 0px;
    float: none;
    display: inline-block;
}

#grid .mix img {
    width: auto;
}
.lms_page_title .lms_page_title_bg_overlay > .container {
    margin-top: 40px;
}	
.lms_page_title .lms_page_title_bg {
    min-height: 138px;
}
.lms_page_title .lms_page_title_bg_overlay {
    min-height: 138px;
}
.tml-login {
    max-width: 100%;
}
.tml-register {
    max-width: 100%;
}
.tml-lostpassword {
    max-width: 100%;
}
.admin-bar #lms_header {
    margin-top: 0px;
}

.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li a {
    font-size: 17px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2 {
    width: 70%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course p {
    width: 24%;
}
.lms_course_single .lms-single-entry-content .purchase-button {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .course-students {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .author, .lms_course_single .lms-single-entry-content .cat-links p {
    margin-bottom: 10px;
}
.lms_course_single .lms-single-entry-content .course-price {
    margin-bottom: 10px;
} 
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
.lms_blog_cat_grid figure{
	padding:0;
	margin-bottom: 20px;
}
.lms_blog_cat_grid figcaption{
	padding: 15px;
}
#lms_header .logo{
	margin-left:15px;
}
.lms_page_title .lms_page_title_bg{
	min-height:178px;
}
.lms_page_title .lms_page_title_bg_overlay > .container{
	position: relative;
	top: auto;
	left: auto;
	text-align: center;
	right: auto;
	width: 100%;
}
.lms_page_title .lms_page_title_bg_overlay > .container > div{
	float: none !important;
}
.lms_page_title .lms_page_title_bg_overlay > .container .lms_title{
	float: none;
	margin: 30px auto;
}
.lms_video_player .mejs-container{
	height: 260px !important;
	}
.scrollToTop{
	bottom: 20px;
  	left: 20px;
	}	
.lms_chat_window{
	display:none !important;
	}	
.lms_service_1 > .lms_service_icon {
	width: 100%;
	height: 178px;
	line-height: 185px;
}
.lms_service_2 > .lms_service_icon {
	width: 100%;
	height: 178px;
	line-height: 185px;
}
.lms_team_list .lms_cource_list > img {
	width: 280px;
	height: 260px;
}
.lms_team_list .lms_cource_list > .lms_hover_section {
	width: 280px;
	height: 260px;
}
.lms_cource_grid {
	width: 97%;
}
.lms_testimonials_slider_item .lms_testimonials_txt {
	padding: 0px 50px;
}
.lms_blog_cat_grid li {
	width: 100%;
}
.lms_blog_full_grid li {
	width: 100% !important;
}
.lms_sub_comment_div > .lms_sub_sub_comment:before {
	height: 0px !important;
}
.lms_sub_comment_div > .lms_sub_comment:before {
	right: 100%;
}
.lms_sub_comment_div > .lms_sub_sub_comment:before {
	right: 100% !important;
}
.lms_404 .form-control {
	width: 100% !important;
}
.lms_experts_team_image img{
	width:100% !important;
}

ol.comment-list ul.children{
	padding-left:10px;
	}
ol.comment-list ul.children .lms_comment .comment_icon img{
	width: 64px;
	height: 64px;
	position:relative;
	top:auto;
	left:auto;
	}
ol.comment-list ul.children .lms_comment .comment_icon h3{
	margin-top:5px;
	}
ul.children #lms_commentform > .col-lg-6{
	padding:0;
	}	
}

@media (max-width: 479px){

.lms_course_single .lms-single-entry-content .lms_course_instruct, .lms_course_single .lms-single-entry-content .cat-links, .lms_course_single .lms-single-entry-content .lms-course-students, .lms_course_single .lms-single-entry-content .lms-course-price{
	width:100%;
    margin-right: 0px;
    padding-right: 0px; 
	border-right: none;
}
.lms_testimonials_slider_item .lms_testimonials_txt {
    padding: 0px 0px;
}
.lms_newsletter .form-group .form-control {
    width: 79%;
}
.lms_service_1 > .lms_service_icon {
    width: 20%;
    height: 70px;
    line-height: 75px;
} 
.portfolio-grid .col-xs-6{
	width:100%;
}
#grid .mix img {
    width: 100%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course {
    text-align: center;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2 {
    width: 100%;
    padding-left: 0;
    margin: 10px 0px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course p {
    width: 33%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course img {
    float: none;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li a {
    font-size: 12px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course img {
    width: 100%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course h2 {
    width: 100%;
    padding-left: 0px;
	margin-top: 10px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course p {
    width: 100%;
    padding-left: 0px;
}
#buddypress div.dir-search form label{
	display:initial; 
}
#buddypress input[type=submit]{
	float:none;
}

}
@media (max-width: 320px){

.lms_newsletter .form-group .form-control {
    width: auto;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course {
    text-align: center;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2 {
    width: 100%;
    padding-left: 0;
    margin: 10px 0px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course p {
    width: 33%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course img {
    float: none;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li a {
    font-size: 12px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course img {
    width: 100%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course h2 {
    width: 100%;
    padding-left: 0px;
	margin-top: 10px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course p {
    width: 100%;
    padding-left: 0px;
}

}
@media (max-width: 240px){

.lms_newsletter .form-group .form-control {
    width: 66%;
}
.lms_service_1 > .lms_service_icon {
    width: 30%;
	margin: 0px 11px 11px 0px;
} 
.lms_menu_toggle {
    top: 65px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course {
    text-align: center;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course h2 {
    width: 100%;
    padding-left: 0;
    margin: 10px 0px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course p {
    width: 33%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_own_course img {
    float: none;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-nav li a {
    font-size: 12px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course img {
    width: 100%;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course h2 {
    width: 100%;
    padding-left: 0px;
	margin-top: 10px;
}
.entry-content .ui-widget-content.ui-tabs .ui-tabs-panel .lms_enrolled_course p {
    width: 100%;
    padding-left: 0px;
}
	    
}
.learn-press-course-buttons {    float: left;    width: 100%;}.learn-press-course-buttons .button.purchase-button {    display: inline-block;    padding: 6px 12px;    margin-bottom: 15px;    font-size: 14px;    font-weight: normal;    line-height: 1.42857143;    text-align: center;    white-space: nowrap;    vertical-align: middle;    cursor: pointer;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;    background-image: none;    border: 1px solid transparent;    border-radius: 4px;    color: #E4B947;    background-color: transparent;    border-color: #9ea6b0;    -webkit-transition: all 0.5s;    -moz-transition: all 0.5s;    -ms-transition: all 0.5s;    -o-transition: all 0.5s;    transition: all 0.5s;}.learn-press-course-buttons .button.purchase-button:hover {    color: #E4B947;    background-color: transparent;    border-color: #E4B947;}

.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active {    border-bottom: 4px solid #E4B947 !important;}.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a {    color: #E4B947 !important; }
/*---------------------Media css end---------------------------*/

/* Suchlupe: Firefox normal, Safari/Chrome/Arc etwas nach unten */
@supports (-webkit-touch-callout: none) {
  .lms_search_toggle i.fa-search {
    position: relative !important;
    top: 4px !important;
  }
}