﻿ @charset "utf-8";
/* CSS Document */
 
 
* {
	/*margin:0px;*/
	/*padding:0px;*/
	outline:none;
	outline:0px;
	/*list-style:none;*/
	-webkit-text-size-adjust:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
	min-height: 100%;
	font-size:13px;
    font-family:BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
    /*line-height:18px;*/
}
/************************* Common Class Section ************************/
.clear {
	clear:both;
}
img {
	border-style:none;
}
/************************* Overlay CSS Added by Himesh ************************/
.well {
	display:none;
	background:#fff;
	padding:10px 15px;
	border-top:8px solid #f0ab00;
	max-width:900px;
	margin:10px;
}
.videoPopup_close {
	position: relative;
	float: right;
	height:0px;
	cursor:pointer;
	margin-right: -35px;
}
.overlayBox a {
	text-decoration:none;
}
.overlayBox a:hover {
	text-decoration:underline;
}
.overlayBox {
	max-width:940px;
	margin:0 auto;
	background:#fff;
}
.overlayBox .sessionTitle {
	color: #222222;
	font-size: 22px;
	margin:0px;
	padding:0px;
	margin-bottom: 8px;
	font-family:"BentonSans Book", Helvetica, sans-serif;
	font-weight:normal;
	width:92%;
	float:left;
}
.overlayBox .sessionTitle span {
	color: ##555555;
	font-size: 12px;
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	font-weight:normal;
	padding-top:2px;
}
.overlayContainer {
	float:left;
	width:100%;
	background:url(../images/pattern.jpg);
	clear:both;
	border:solid 1px #dedede;
	border-top:4px solid #222;
}
.overlayContainer .leftBlock {
	width:71%;
	float:left;
}
.overlayContainer .leftBlock .videoPlayer {
	width:100%;
	float:left;
}
.overlayContainer .leftBlock .videoPlayer img {
	width:100%;
}
.overlayContainer .leftBlock .speakerBlock {
	width:98%;
	padding:5px 0px 5px 2%;
	float:left;
	font-size:12px;
	color:#333;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.speakerBlock tr td {
	padding-bottom:5px;
}
.speakerArea {
	float: left;
	height: auto;
	padding:18px 3% 5px 0px;
	width: 30%;
}
.speakerArea .spIcon {
	float: left;
	height: 48px;
	margin: 5px;
	margin-left: 0px;
	width: 48px;
}
.speakerArea .spName {
	float: left;
	height: auto;
	font-size:12px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0 2px;
	color: #0066B3;
	font-weight:bold;
	width:60%;
}
.speakerArea span {
	color: #555555;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	width:100%;
	float:left;
}
.speakerArea .spName a {
	color: #0066B3;
}
.overlayContainer .rightBlock {
	width:29%;
	float:right;
}
.overlayContainer .rightBlock .sessionAds {
	width:90%;
	padding:15px 5%;
	float:left;
	text-align:center;
}
.overlayContainer .rightBlock .sessionAds img {
	max-width:180px;
}
/*Session Detail Page new CSS by Himesh*/

.relContent {
	float: left;
	width: 96%;
	background: #fff;
	padding: 10px 0px 5px 4%;
}
.relContent .mainTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	cursor:default;
	color: #222;
	font-weight: bold;
	height:28px;
}
.relContent .relScroll {
	height:140px;
	overflow-x: hidden;
	overflow-y: scroll;
	width:100%;
}
.relContent .comentsBlock {
	border-top: 1px solid #E5E4E5;
	float: left;
	height: auto;
	width: 100%;
	padding: 5px 0 0px;
}
.relContent .iconBlock {
	width:88px;
	float:left;
	margin-top:5px;
}
.relContent .iconBlockIcon {
	position: relative;
	left: 27px;
	top: -32px;
}
.relContent .relScroll .desBlock h6 {
	font-size:11px;
	color:#0055a2;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	margin:4px 0 0;
}
.relContent .relScroll .desBlock h6 a {
	font-size:11px;
	color:#0055a2;
}
.relMaterial {
	float: left;
	width: 94%;
	padding: 30px 2% 5px 4%;
}
.relMaterial a {
	color: #0066B3;
	font-size: 12px;
	font-weight: normal;
}
.relMaterial tr td {
	padding:5px 5px 0px 0px;
	vertical-align:top;
}
.relMaterial tr td img {
	width:16px;
}
.relMaterial .mainTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	cursor:default;
	color: #222;
	font-weight: bold;
	padding-bottom:5px;
	border-bottom:solid 2px #585858;
}
/******************************** Sponsor Overlay*********************************************/

.sponsorContainer {
	max-width:890px;
	margin:0 auto;
	background:#fff;
	color: #555;
	line-height:18px;
}
.sponsorContainer a {
	font-weight: normal;
	color: #0065B3;
	text-decoration:none;
}
.sponsorContainer .leftBlock {
	width:28%;
	float:left;
	color: #555;
	line-height:18px;
	margin-top: 10px;
	margin-bottom:10px;
}
.sponsorContainer .rightBlock {
	width:68%;
	float:right;
	color: #555;
	line-height:18px;
	margin-top: 10px;
	margin-bottom:10px;
}
.sponsorContainer .sponsorMem {
	text-align:center;
	border:solid 1px #ccc;
	margin-bottom: 20px;
}
.sponsorContainer .sponsorMem img {
	width: 150px;
}
.sponsorContainer .titleClass {
	color: #555555;
	font-size: 17px;
	margin-bottom: 10px;
    font-family: BentonSansMedium, Arial, Helvetica, sans-serif;;
    font-style: normal;
    font-weight: normal;

}
.sponsorContainer .sponTable tr td {
	padding:10px;
}
.sponsorContainer .titleRow td {
	  background: #cfcdcf;
    border-top: 2px solid #222;
    color: #555;
    font-size: 13px;
    font-weight: normal;
    padding: 15px 10px;
    font-family: BentonSansMedium,Arial,Helvetica,sans-serif;
}
/*********************************************** Sponsor Listing Page CSS ******************************************************/

.listingContainer {
	max-width:670px;
	border-bottom: solid 1px #ccc;
	float:left;
	padding:10px;
	width: 100%;
}
.listingContainer a {
	font-weight: normal;
	color: #0065B3;
	text-decoration: none;
}
.listingContainer .listingLeft {
	width:30%;
	float:left;
}
.listingContainer .listingLeft img {
	max-width:150px;
}
.listingContainer .listingRight {
	width:70%;
	float:right;
	line-height:16px;
	color:#555;
}
.listingContainer .listingRight .listingTitle {
	font-size:14px;
	color: #0065b3;
	font-weight:bold;
	width:100%;
	float:left;
	padding-bottom:8px;
}
.listingContainer .listingRight .listingTitle a {
	font-weight:bold;
	color: #0065B3;
	text-decoration: none;
}
.listingContainer .listingRight .listingIcons {
	width:100%;
	float:left;
	text-align:right;
}
.listingContainer .listingRight .listingIcons a {
	margin-left:10px;
}
/************************* Sponsor Video Page CSS ********/
.sessionVideoContainer {
	/*max-width:650px;     commented by Ishan, width:95% added*/
	width:95%;
	float:left;
	padding:10px;
}
.videoSep {
	width:100%;
	float:left;
	padding:15px 0 0 0;
	margin-bottom:15px;
	border-bottom:solid 1px #ccc;
}
.videoBlock {
	float:left;
	width:48%;
	padding:0 1%;
	line-height: 16px;
	color: #555;
	position:relative;
}
.videoBlockL {
	float:left;
	width:48%;
	line-height: 16px;
	color: #555;
	position:relative;
}
.videoBlockR {
	float:right;
	width:48%;
	line-height: 16px;
	color: #555;
	position:relative;
}
.videoBlock a {
	color: #0065B3;
	text-decoration:none;
}
.videoBlockL a {
	color: #0065B3;
	text-decoration:none;
}
.videoBlockR a {
	color: #0065B3;
	text-decoration:none;
}
.videoTitle {
	color: #0065B3;
	font-size: 14px;
	font-weight:bold;
	width:100%;
	float:left;
	padding-top:10px;
	clear:both;
}
.videoTitle a {
	color: #0065B3;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.videoContainer {
	width: 100%;
}
.videoContainer img, .videoContainer div {
	/*width: 100%;*/
}

/**************** start Edited by Ishan - 21/3/2015 ****************/

/*.videoBlock img {
	width: 100%;
	float: left;
}*/

.videoBlockImage {
  background: #000;
  width: 200px;
  float: left;
  text-align: center;
  /*border: 5px solid #000;*/
  height: 115px;
  position: relative;
}
.videoBlockImage .videoPopup_open img {
  max-width: 200px!important;
  max-height: 115px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.videoBlockImage img {
	/*width: 100%;*/
	float: left;
}

/**************** end Edited by Ishan - 21/3/2015 ****************/
.playButton {
	width: 29px;
	height: 15px;
	float: left;
	margin-top: -25px;
	margin-left: 10px;
	position: relative;
	z-index: 10;
	clear:both;
}
 
/*********************************************** Media CSS ******************************************************/
 @media all and (max-width: 850px) {
 .speakerArea {
float: left;
height: auto;
padding:10px 5% 5px 0px;
width: 45%;
}
}
 @media all and (max-width: 700px) {
 .sponsorContainer .leftBlock {
 width:100%;
 float:left;
}
 .sponsorContainer .rightBlock {
 width:100%;
 float:left;
}
 .overlayContainer .leftBlock {
 width:100%;
 float:left;
}
 .overlayContainer .rightBlock {
 width:100%;
 float:right;
}
 .overlayContainer .rightBlock .sessionAds {
display: none;
}

/******************** Sponsor Listing Page CSS ***************************/

.listingContainer {
width:94%;
padding:10px 3%;
}
 .listingContainer .listingLeft {
width:100%;
float:left;
}
 .listingContainer .listingRight {
width:100%;
float:left;
}

/************************* Sponsor Video Page CSS ********/
.sessionVideoContainer {
width:100%;
padding:0px 3%;
}
.videoSep {
display:none;
}
.videoBlock {
 float:left;
 width:100%;
 padding:10px 0% 10px 0;
 border-bottom:solid 1px #ccc;
}
}
 @media all and (max-width: 450px) {
 .speakerArea {
float: left;
height: auto;
padding:10px 5% 5px 0px;
width: 100%;
}
}


/* ---------- Regular / Small Popup CSS ---------- */

.regularPopup .videoContainer iframe
{
    width: 100%;
    height: 550px;
    position: absolute;
    border: none;
}
        
.regularPopup .videoContainer
{
    height: 1px; min-height: 100%;
}
        
.smallPopup .videoContainer iframe
{
    width: 100%;
    height: 360px;
    position: absolute;
    border: none;
}

.live_page_coments
{
    width: 82px !important;
    float: right !important;
}

.run_better_1 .content
{
    width: 100%;
}

.sessionVideoContainer
{
    padding-left: 0 !important;
    width: 100% !important;
}

.detail_sponcer_main .session_scroll
{
    width:230px !important;
}

.detail_sponcer_main .session_scroll .coments
{
    width:195px !important;
}

.well {
    width:900px;
    height:550px;
	padding:0px!important;
}
.regularPopup.well{/*padding:0px 0 0 15px!important;*/}

#sessiondetailPopup {
    width: 93%;
}

.smallPopup {
    height: 360px;
}

.videoPopup_close 
{
  margin-right: -20px!important;
}


.sponsorContainer 
{
    padding: 25px 30px 25px 15px;
}

/* iPad 3/4 */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 
  {
    .well
    { 
        width:850px;
        max-width:850px;
        height:100%;
             
        height:550px;
        -webkit-overflow-scrolling: touch;
        padding:0px!important;
        background:none!important;
            border: none!important;
              
    }
    
    .regularPopup.well{/*padding:0px 0 0 15px!important;*/}
    
    .regularPopup .videoContainer iframe
    {
        height: 100%;
        /* width: 100%;*/
        -webkit-overflow-scrolling: touch;
    }
    
    .regularPopup .videoContainer iframe {
        /*width: 830px!important;*/
        width: 100%;
        height: 100%;
        min-height:100%;
        overflow-y:scroll;
        background: #fff;
        border-top: 8px solid #f0ab00!important;
    }
        
    .regularPopup .videoPopup_close {
        /*margin-right: 1px!important;*/
        display: block;
        float: right!important;
        right: 0px;
        z-index: 9999!important;
        top: 10px;
        position:absolute!important;
    }
    
    .smallPopup .videoPopup_close {
        top: 15px!important;
    }
    
    
    .smallPopup .videoContainer 
    {
        border-top: 8px solid #f0ab00!important;        
    }
    
    .sponsorContainer 
    {
        padding: 25px 20px 25px 15px;
        width: 800px;
    }
    
    .ppl_comments{
	    width:760px;
    }
}

@media only screen and (max-device-width: 768px) and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
    .regularPopup .videoContainer iframe {
        /*width: 830px!important;*/
    }
}

/* ---------- Regular / Small Popup CSS ---------- */