h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
}
ul, ol {
	margin: 0;
	padding:0;
}

p {
	margin: 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.938em;
}
img{
	border:none;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #FFF;
	margin:0;
	padding:0;	
	-webkit-font-smoothing: antialiased;
}

body{overflow-x: hidden;}

.clear{clear:both;}

#main_container{
	width:100%;
	margin:0px auto;
}

/****************Banner-Tab******************/
.inner-banner {
	padding:0;
	margin: auto;
	width:100%;
}

.inner-body-container{
	width:93%;
	padding:0;
	margin: auto;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}


/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 0px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #e2eff5;
    border-radius: 30px;
    display: inline-block;
	width: 12px;
	height: 12px;
    overflow: hidden;
    text-indent: -999em;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
	box-shadow:1px 0px 2px #5b5b5b;;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #75af14;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/* slider actions */
.lSAction > a {
    width: 19px;
    display: block;
    top: 50%;
    height: 30px;
    background-image: url('../images/co-background-sprite-img.png');
    cursor: pointer;
    position: absolute;
    z-index: 5;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: -39px -552px;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -70px -552px;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > * {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important;
}
/* Rtl */

.inner-body-text{
	padding-top:10px;
}
.inner-body-text h1{
	font-size:14px;
	font-weight:600;
	padding:0 0 10px 0;
	margin:0;
}
.inner-body-text h2{
	font-size:20px;
	font-weight:600;
	padding:0 0 10px 0;
	margin:0;
}
.inner-body-text h3{
	font-size:15px;
	font-weight:600;
	padding:0 0 10px 0;
	margin:0;
}
.inner-body-text span{
	font-size:14px;
	font-weight:400;
	color:#4d4d4d;
	line-height:20px;
}
.sub-categories{
	font-size:14px;
	font-weight:400;
	padding:2px 0 0 0;
	margin:0;
	color:#4d4d4d;
	font-weight:400;
}
.sub-categories a {
    font-size: 12px;
	line-height:32px;
	color:#1062b2;
	margin:0 5px;
	font-weight:400;
}
.industries-search{
	margin-top:10px;
}

.industries-search input[type="text"], .articles_detail input[type="text"]{
	width: 380px; 
	height: 36px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	border: solid 1px #d0d6d6;
	margin:12px 15px 0 0;
	padding-left: 35px;
	color:#717171;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
    background: #fff url(../images/industries-search-icon.png) no-repeat 5px -24px;
	float:left;
    line-height: 25px;
}

.industries-search input[type="text"]{
	margin-top:5px;
	height: 32px;
	background-position:5px -25px;
}

.industries-search select {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	border: solid 1px #d0d6d6;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	height: 36px; 
	color:#717171;
	font-size: 15px;
    line-height: 25px;
	padding-left: 35px;
	margin:5px 15px 0 0;
	background-color:#fff;
}
.industries-search option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 10px;
    padding: 0px 0px 4px 5px;
	overflow:auto;
}

.text{
	color:#b2b4c5;
}

.select-industry{
	width: 256px; 
	background: url(../images/industries-search-icon.png), url(../images/industries-search-icon.png);
	background-repeat: no-repeat;
	background-position: 228px 11px, 5px -188px;
	float:left;
	display:block;
}

.web-month{
	width: 157px; 
	background: url(../images/industries-search-icon.png), url(../images/industries-search-icon.png);
	background-repeat: no-repeat;
	background-position: 129px 11px, 5px -120px;
	float:left;
	display:block;
	height:10px;
	overflow:auto;
}
.expert-speakers{
	width: 241px; 
	background: url(../images/industries-search-icon.png), url(../images/industries-search-icon.png);
	background-repeat: no-repeat;
	background-position: 213px 11px, 5px -224px;
	float:left;
	display:block;
	height:10px;
	overflow:auto;
}

.search {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	padding: 8px 15px;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	top: 0px;
	position: relative;
	text-transform:uppercase;
	margin-top:5px;
	background-color:#d69127;
	cursor:pointer;
	float:left;
	line-height:20px;
	border:none;
}
.search:hover{
	background-color:#666666;
}
.webinar-thumb{
	border-bottom: #a8a8a8 dashed 1px;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-top:15px;
}

.webinar-thumb:first-child {margin-top:20px;}

.webinar-thumb-container {
	margin:10px 0px 25px 0px;
	overflow:hidden;
}

.webinar-thumb:first-child  .webinar-thumb-container{margin-top:20px;}

.webinar-thumb-img1{
	float:left;
	width:15%;
}
.webinar-thumb-text1{
	float:left;
	width:83.0%;
	margin-left:2%;
}
.webinar-head{
	background-color:#1062b2;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:23px;
}
.webinar-img{
	float:left;
	border:#818181 solid 1px;
	margin-top:5px;
}
.webinar-img-text{
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.web-date{
	float:left;
	font-size:36px;
	font-weight:300;
}
.webinar-month{
	float:left;
	font-size:14px;
	font-weight:300;
	margin-top: 21px;
	margin-left:5px;
}
.webinar-week{
	font-size:14px;
	font-weight:300;
	display:block;
	line-height: 10px;
}
.webinar-thumb-text1 h2{
	font-size:15px;
	color:#1062b2;
	margin:0px 0 0 0;
	padding:0;
}

.webinar-thumb-text1 h2 a{
	font-size:14px;
	color:#1062b2;
	text-decoration:none;
	font-weight:600;
}
.web-description{
	float:left;
	width:72%;
	margin-top:15px;
}
.web-description strong{
	font-weight:600;
	color:#383838;
}
.web-description ul{
	list-style:none;
	padding:0;
	margin:0 0 15px 0;
}
.web-description li{
	display:inline-block;
	max-width:60%;
	min-width:15%;
	font-size:14px;
	color:#565656;
    word-break: break-all;
	margin-right:3%;
}
.web-description span{
	font-size:14px;
	color:#565656;
	line-height:22px;
	margin-top:10px;
	font-weight:400;
}
.web-price{
	float:left;
	width:14%;
	color:#9fa1a5;
	font-size:13px;
	text-align:center;
	margin-top:10px;
	line-height:28px;
}
.web-price span{
	color:#000;
	font-size:25px;
	font-weight:600;
	line-height:22px;
}
.view_details{
	float: right;
	margin:25px 0;
	width:12%;
}
.web{
	background-color:#4879a9;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	text-transform:uppercase;
	padding:5px 10px;
	color:#FFF;
	font-size:15px;
	text-decoration:none;
	-webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
	border: 2px solid #4879a9;
}

.web:hover{	
	background-color: white; 
	color: #4879a9;
}

.recorded-head{
	background-color:#828181;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:23px;
}
.reco {
	background-color:#797878;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	text-transform:uppercase;
	padding:5px 10px;
	color:#FFF;
	font-size:15px;
	text-decoration:none;
	-webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
	border: 2px solid #797878;
}
.reco:hover{	
	background-color: white; 
	color: #797878;
}
.recorded-icon{
	float:left;
	background:url(../images/webinar_cd_icon.png) no-repeat;
	height:47px;
	width:53px;
	margin-top:28px;
}

.view_more_expand{
	width:100%;
	text-align:center;
	background:#f7f5ee;
	margin:25px 0 35px 0;
	padding:10px 0;
}
.view_more_expand a{
	margin:25px 0 35px 0;
	padding:10px 0;
	text-transform:uppercase;
	font-size:16px;
	color:#4d4d4d;
	text-decoration:none;
}
.view_more_expand span{
	width:11px;
	height:6px;
	background:url(../images/co-background-sprite-img.png) no-repeat -99px -308px;
	display:block;
	margin:auto;
}
.search-results{
	width:100%;
	border-bottom:#d0d6d6 solid 1px;
	border-top:#d0d6d6 solid 1px;
	margin:20px 0 10px 0;
	padding:10px 5px;
	background:#f6f6f6;
	color:#4e4e4e;
}
.search-results span{
	font-weight:600;
	color:#292929;
}
.co-stars {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    position: relative;
    background: 0;
}
.co-stars .unfilled {
	font-size:20px;
    color: #ef9601;
}
.co-stars .rating {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc600;
    white-space: nowrap;
    overflow: hidden;
    background: 0;
	margin-top:0 !important;
	font-size:20px;
}
.count{
	font-size:15px;
	font-weight:400 !important;
	margin-left:5px;
	color:#484848 !important;
}

/* Commented By Hari. As per instruction this block is moved to header_footer.css */

/*
.about-training{
	width:93%;
	margin:auto auto 45px auto;
	padding:0;
}
.about-training h1{
	font-weight:600;
	font-size:14px;
	margin:0 0 10px 0;
	color:#010101;
	padding:0;
	
}
.about-training span{
	font-weight:300;
	color:#4d4d4d;
	font-size:13px;
	
}
.about-training h2{
	font-weight:600;
	font-size:13px;
	margin:0 0 10px 0;
	color:#010101;
	padding:0;
	
}

*/

/****************Best Sellers Section Css start******************/
.webinar-heading {
	font-family:'Open Sans', sans-serif;
	font-size:25px; 
	font-weight:400; 
	color:#000000; 
	margin:25px 0 20px 0; 
	padding:0;
	line-height:19px;
}
.best_sellers{
	width:93%;
	margin:0 auto 55px auto ;
	padding:0;
}

.sellers {
width:100%;
display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
ul.sellers
{
    padding: 0px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; 
    border-bottom:#e5e5e5 solid 1px;
}
        
ul.sellers li
{
    display: inline;
    margin: 0;
    margin-right:3px; 
}
        
ul.sellers li a { 
	padding:9px 15px 5px 15px;
	display:inline-block;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-decoration:none;
	margin-left:5px;
	-webkit-border-radius: 8px 8px 0px 0px; 
	-moz-border-radius: 8px 8px 0px 0px; 
	border-radius:8px 8px 0px 0px;
}
ul.sellers li a:hover {
	color:#f29200;
}
ul.sellers li.selected a, ul.sellers li.selected a:hover {
    position: relative;
    top: 0px;
	color:#f29200;
    border: 1px solid #d6d6d6;
    border-bottom-color: white;
	margin-bottom:-1px;
} 

div.tabcontents {
   	text-align: left;
	width: 100%;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 140%;
	padding-top: 10px;
	color: #4d4d4d;
	left: 0;
	font-weight:300;
	background-color: transparent;
	border-bottom:1px solid #e5e5e5;
	padding-bottom: 25px;
}

.webinar-slider .item{
	margin-bottom: 20px;
	margin-top: 20px;
}
.item{
	display:block;
	overflow:auto;
}
.content-slider li{
	text-align: center;
	color: #4d4d4d;
}
.content-slider h2 {
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
}
.content-slider img{ width:100%;}
.content-slider h2 a{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.content-slider h2 a:hover{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.content-slider h3 {
	margin: 0;
	padding: 0px 0;
	color:#f29506;
	font-size:14px;
	line-height:36px;
}
.seminar-slider h3 {
	margin: 00px 0 0 0;
	padding: 0px 0;
	color:#f29506;
	font-size:14px;
	line-height:36px;
	font-weight:400;
}

.content-slider div.best-sellers-widget {
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
}
.content-slider div.best-sellers-widget a{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.content-slider div.best-sellers-widget a:hover{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.content-slider div.price-widget {
	margin: 0;
	padding: 0px 0;
	color:#f29506;
	font-size:14px;
	line-height:36px;
	font-weight:bold;
}
.seminar-slider div.location-widget {
	margin: 00px 0 0 0;
	padding: 0px 0;
	color:#f29506;
	font-size:14px;
	line-height:36px;
	font-weight:400;
}

.webinar-slider{
	width: 100%;
}
.addcart {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: white;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	top: 0px;
	position: relative;
	margin-left:60px;
	background-color:#f29200 ;
	cursor:pointer;
	float:left;
	line-height:20px;
}
.webinar-slider-text{
	height:120px;
}
.recently-slider-text{
	height:80px;
}
.recently-slider-text h2 a{
	margin: 0;
	padding: 0px 0;
	color:#000;
	font-size:13px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.recently-slider-text h2 a:hover{
	margin: 0;
	padding: 0px 0;
	color:#1062b2;
	font-size:13px;
	line-height:16px;
	font-weight:400;
	text-decoration:none;
	background:none;
}
.recently-slider-text1{
	height:40px;
	font-weight:300;
	font-size:13px;
}

.co-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.co-wrapper .co-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.co-wrapper .co-pager .co-pager-item,
.co-wrapper .co-controls-auto .co-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.co-wrapper .co-pager.co-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.co-wrapper .co-pager.co-default-pager a:hover,
.co-wrapper .co-pager.co-default-pager a.active {
	background: #000;
}

.co-wrapper .co-prev {
	left: 0px;
	background: url('../images/co-background-sprite-img.png') no-repeat -39px -600px;
}

.co-wrapper .co-next {
	right: 0px;
	background: url('../images/co-background-sprite-img.png') no-repeat -71px -600px;
}

.co-wrapper .co-prev:hover {
	background-position: -39px -552px;
}

.co-wrapper .co-next:hover {
	background-position: -71px -552px;
}

.co-wrapper .co-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 19px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}
.co-wrapper .co-controls-direction a.disabled {
	display: none;
}

.recently_viewed{
	margin:0 auto 35px auto ;
	padding:15px 0 0 0;
	border-top: solid #e5e5e5 1px;		
}
.recently_viewed-1{
	border-bottom:#e5e5e5 solid 1px;
	padding:0;
}

/* Hari */
.search_form_loading{
	margin: 17px; 
	float:left; 
	display:none;
}
.view_more_loading{
	text-align:center;
	display:none;
}
@media screen and (min-width: 1024px) {
	.webinar-thumb-text1 h2 a{
		font-size:16px;
		color:#1062b2;
		text-decoration:none;
		font-weight:600;
		line-height: 26px;
	}
	
	.web-description span{
		line-height:25px;
	}
	
	.web-description span p{
		font-size:14px;
		color:#565656;
		line-height:25px;
	}
	.web-description span p:first-child{margin-bottom:10px;}
}