@charset "utf-8";
/* CSS Document */
body{
	background:#fff  url(../images/webinar/bg-body.png) repeat-x left top !important;
}
.bannerWrap {
	background: #fcfcfc url(../images/webinar/banner_bg.png) repeat-x left top;
	margin: 0px;
	padding: 0px;
	min-height: 264px;
}
.banner {
	background: url(../images/webinar/shadow.png) no-repeat center bottom;
	margin: 0px auto;
	padding: 30px 0px 70px 0px;
	height: auto;
	width: 960px;
	min-height: 189px;
}
.banner h1 {
	background: url(../images/webinar/dotted-line.png) no-repeat center bottom;
	margin:0px 0px 20px 0px;
	padding: 0px;
	font: normal 50px/100px "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0px 3px 1px #00477f;
}
.banner h2 {
	margin: 0px;
	padding: 0px;
	font: normal 32px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0px 2px 0px #00477f;
}
#contentWrap{
	background:#fcfcfc;
	height: auto;
	min-height: 250px;
	border-bottom:1px dotted #cacaca;
	
}
.learnWrap {
	margin: 0px;
	padding: 0px;
	position: relative;
	background:#fcfcfc;
	position:relative;
}
.learnTitle {
	margin:0px auto;
	padding:0px;
	height: 50px;
	position: relative;
	width: 960px;
	text-align:center;
}
.learnTitle h1 {
	background-image: url(../images/webinar/learn_title_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:0px auto;
	padding:7px 0px 0px 0px;
	height: 50px;
	position: absolute;
	width: 960px;
	font: normal 28px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color: #02499c;
	text-shadow:0px 1px 1px #fff;
	text-transform:uppercase;
	text-align:center;
	top:-36px;
}
.featureHolder {
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 960px;
}
.featureBox {
	text-align: center;
	margin:0px 2px 0px 0px;
	padding: 5px 0px 30px 0px;
	float: left;
	height: auto;
	width: 188px;
	border-right:1px solid #cacaca;
}
.featureBox:last-child {
	margin:0px 0px 0px 0px;
	border-right:0px;
}
.featureBox h3 {
	text-align: center;
	margin: 10px 0px 10px 0px;
	font: normal 20px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color: #000;
	text-transform:uppercase;
}
.featureBox h4 {
	text-align: center;
	margin: 10px 0px 10px 0px;
	font: normal 14px/normal "UbuntuRegular", Arial, Helvetica, sans-serif;
	color: #3e3e3e;
}

#seminarWrap {
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	height: auto;
	width: 960px;
	overflow:hidden;
}
.seminarTitle {
	margin: 0px;
	padding:30px 0px 30px 0px;
	font: normal 40px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color: #5f6468;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0px 2px 0px #c7c7c7;
}
.semWrap {
	margin: 0px;
	padding: 0px;
	width: 960px;
	min-height:250px;
}
.semHolder{
	margin:0px 15px 0px 0px;
	padding:0px;
	float: left;
	height: auto;
	min-height: 252px;
	width: 147px;
	background:url(../images/webinar/sem-shadow.png) no-repeat center bottom;
}
.semHolder:last-child {
	margin:0px 0px 0px 0px;
}
.semHolder .semBox {
	margin:0px 0px 0px 0px;
	padding:15px 5px 15px 5px;
	float: left;
	height: auto;
	width: 135px;
	text-align: center;
	border-radius:5px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px #a8a8a8;
	background:#3084c6;
}

.semBox .icnHolder {
	margin: 0px;
	padding:10px 0px 0px 0px;
}
.semBox  .semDate{
	margin: 0px;
	padding:10px 0px 15px 0px;
	font: normal 24px/normal "OpenSansCondensedLight", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow:0px 2px 0px #235f8f;
}
.semBox  .semTime{
	margin: 0px;
	padding:0px 0px 10px 0px;
	font: normal 18px/30px "OpenSansCondensedLight", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow:0px 2px 0px #235f8f;
}
.semBox  a.signupBtn{
	display:block;
	clear:both;
	margin:0px 12px 0px 12px;
	padding:6px 0px 6px 0px;
	font: normal 20px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color: #383838;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	box-shadow:1px 1px 0px #1d5082;
	background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 1%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#feffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 1%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffff 1%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffff 1%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffff 1%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.semBox  a.signupBtn:hover{
	text-decoration:none;
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top, #cccccc 1%, #feffff 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cccccc), color-stop(98%,#feffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cccccc 1%,#feffff 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cccccc 1%,#feffff 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cccccc 1%,#feffff 98%); /* IE10+ */
background: linear-gradient(to bottom, #cccccc 1%,#feffff 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}


/*
=======================================================
Feature Page Css
=======================================================
*/

.secWrap {
	margin:5px auto 0px auto;
	padding:25px 0px 0px 0px;
	width:1000px;
	background-color:#fff;
	height: auto;
    overflow: hidden;
}
#leftbar{
	width:250px;
	height:auto;
	min-height:400px;
	overflow:hidden;
	margin:15px 0px 0px 0px;
	padding:0px;
	float:left;
}

#leftbar .leftMenu{
	background: #fff;
	padding:1px;
	border-radius:10px;
	background:url(../images/webinar/shadow-01.png) no-repeat center bottom;
	height:auto;
	overflow:hidden;
	/*min-height:227px;*/
}
.leftMenu .menuBox{
	background: #fff;
	padding:15px 5px 15px 5px;
	margin:0px 0px 24px 0px;
	border:1px solid #fff;
	border-radius:10px;
	box-shadow:0px 0px 1px #999,inset 0px 0px 15px -2px #e1e1e1;
}

.leftMenu .menuBox ul{
	list-style:none;
	margin:0;
	padding:0;
	
	
}
.leftMenu .menuBox ul li{
	list-style:none;
	padding:0px;
	width:209px;
	color:#3F3F3F;
	margin:8px 18px 8px 15px;
	border-bottom:1px dashed #666;
}
.leftMenu .menuBox ul li:last-child{
	border-bottom:0px;
}
.leftMenu .menuBox ul li a{
	list-style:none;
	display:block;
	height:32px;
	color:#4b4b4b;
	text-indent:25px;
	text-decoration: none;
	font: normal 18px/32px "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	
	
}
.leftMenu .menuBox ul li a:hover,.leftMenu .menuBox ul li a.act{
	list-style:none;
	display:block;
	height:32px;
	background:url(../images/webinar/left-menu-hover.png) no-repeat left bottom;
	color:#202020;
	text-indent:25px;
	text-decoration: none;
}
.mainbar {
	margin:0px 0px 0px 0px;
	padding:0px;
	float:right;
	width:710px;
	height:auto;
}
.title{
	font: normal 50px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#246394;
	text-shadow:0px 3px 0px #cfcfcf;
	text-align:center;
}
.title span{
	font: normal 22px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#545454;
	text-shadow:0px 2px 0px #cfcfcf;
	display:block;
	padding:25px 0px 0px 0px;
	text-align:center;
}
.title p{
	font: normal 14px/20px "UbuntuRegular", Arial, Helvetica, sans-serif;
	color:#4b4b4c;
	padding:25px 0px 50px 0px;
	margin:0px;
	text-shadow: none;
	text-align:justify;
}
.vedioWrap{
	background:url(../images/webinar/vedio-bg.png) no-repeat center bottom;
	width:707px;
	height:440px;
	padding:20px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}
.vedioBox{
	border-radius:10px;
	padding:10px 0px 5px 0px;
	margin:0px 0px 0px 85px;
	color:#24292d;
	background:#24292d;
	text-align:center;
	width: 534px;
}
.vedioBox p{
	font: normal 14px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#b1d0fb;
	padding:5px 0px 10px 0px;
	text-align:center;
}
.divider {
	background-image: url(../images/webinar/divder.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 700px;
}
.featureBlock {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 700px;
}
.dataBox {
	margin: 0px;
	padding:50px 0px 0px 0px;
	float: left;
	height: auto;
	width: 355px;
}
.dataBox h4{
	font: normal 20px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#5388d2;
	padding:0px 0px 15px 0px;
	margin:0px;
}
.dataBox p{
	font: normal 14px/22px "UbuntuRegular", Arial, Helvetica, sans-serif;
	color:#4b4b4c;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.featureBlock .feaImg {
	float: right;
	margin: 0px;
	padding: 0px;
	/*background: url(../images/webinar/image-bg.png) no-repeat left top;*/
	height: 264px;
	width: 320px;
}
.feaImg img {
	/*padding: 30px 10px 0px 55px*/

}
.flLeft{ float:left !important;}
.flRight{ float: right !important;}
.seperater {
	background-image: url(../images/webinar/seperater.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 80px;
	width: 940px;
}
.secWrap .btmsec {
	float: left;
	width: 1000px;
	background-color: #93c8fe;
	min-height: 300px;
	border-radius: 10px;
	box-shadow: inset 0px 60px 0px #76a1cc;
}
.btmsec h1 {
	margin: 0px;
	padding:10px 0px 0px 0px;
	font: normal 30px/normal "UbuntuRegular", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:0px 2px 0px #476a8e;
	text-align:center;
}
.btmsec .testWrap {
	margin: 0px;
	padding:60px 0px 0px 25px;
	float: left;
	width: 450px;
}
.testWrap .clnt {
	float: left;
	width: 115px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font: normal 14px/normal "UbuntuRegular", Arial, Helvetica, sans-serif;
	color:#123a65;
	text-shadow:0px 1px 0px #c2e0fe;
	text-align:center;
}
.clnt span{
	float: left;
	text-align:center;
	padding:10px 0px 0px 0px;
}
.testWrap .testBox {
	float: right;
	width: 300px;
	background-color: #FFF;
	margin: 0px;
	padding:10px 10px 10px 10px;
	min-height: 50px;
	border-radius: 15px;
	box-shadow:5px 5px 5px #678BB1;
	position:relative;
}
.testBox p {
	margin: 0px;
	padding:0px 10px 10px 10px;
	font: normal 14px/18px "UbuntuRegular", Arial, Helvetica, sans-serif;
	color:#2d2d2d;
}
.testBox img {
	margin:0px 0px 0px 0px;
	padding: 0px;
	position:absolute;
	top: 100px;
	left:0px;
}
.contactBox {
    float: right;
    height: auto;
    margin:60px 20px 0px 0px;
    overflow: hidden;
    padding: 0px;
    width:435px;
}
.contactBox input[type="text"]{
    background:#6e96be;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #505050;
    float: left;
    font-size: 12px;
    height: 30px;
    margin:0px 0px 10px 0px;
    padding: 5px 0px 5px 5px;
    width:428px;
	font: normal 18px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom:1px solid #b8faff;
	border-right:1px solid #b8faff;
	box-shadow:inset 0px 1px 2px #5b7c9d;
}
.contactBox input.send_btn {
    background: url(../images/webinar/green-btn.png) no-repeat left top;
    cursor: pointer;
    float: left;
    height: 44px;
    margin:5px 0px 0px 0px;
    padding: 0px;
    width:185px;
	text-indent:-9999px;
}
.contactBox input.send_btn:hover {
    background: url(../images/webinar/green-btn.png) no-repeat left bottom;
   }
.contactBox .securBox {
	float: right;
	width: 160px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 40px;
	background: url(../images/webinar/lock.png) no-repeat left top;
	font: normal 16px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#174f88;
	text-shadow:0px 1px 0px #c2e0fe;
}

/*
----------------------------------------------------------------------
CSS FOR WHY OMNI STAR PAGE
----------------------------------------------------------------------
*/
.infoWrapper{
	background-color: #FFF;
	border: 1px solid #dedede;
	border-radius:7px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding: 0px;
}
.infoNum{
	background-color: #f2f2f2;
	border-radius:5px 0px 100% 0px;
	float:left;
	margin: 0px;
	padding:0px 0px 0px 6px;
	height: 105px;
	width:96px;
	box-shadow: inset -5px 0px 0px #dadada;
	font: normal 75px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#b4b4b4;
	text-align: left;
	text-shadow:2px 2px 0px #fff;
}
.infoPara h5{
	font: normal 20px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#5388d2;
	margin:0px;
	padding:5px 0px 0px 0px;
	
}
.infoPara{
	float:right;
	width:580px;
	padding:0px 10px 0px 0px;
	
}
.infoPara p{
	font: normal 14px/20px "UbuntuRegular", Arial, Helvetica, sans-serif;
	color:#4b4b4c;
	padding:7px 0px 0px 0px !important;
	margin:0px !important;
	
}
.infShasow{
	background:url(../images/webinar/shadow-02.png) no-repeat left top;
	height:20px;
	width:680px;
	margin:0px auto 10px auto;
	padding:0px;
}
a.dtLink{
	font: normal 14px/20px "UbuntuRegular", Arial, Helvetica, sans-serif;
	color:#5388d2;
	text-align:center;
	display: block;
}
.seoVd {
	background-color: #f7f5f5;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 716px;
	overflow: hidden;
	border: 1px solid #aaaaaa;
	font: normal 75px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#b4b4b4;
}
.seoVd h1 {
	background-color: #aaaaaa;
	font: normal 26px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	padding:10px 0px 10px 0px;
	text-shadow: 0px 2px 0px #999;
}
.seoVd h2 {
	font: normal 18px/normal "UbuntuCondensedRegular", Arial, Helvetica, sans-serif;
	color:#5388d2;
	text-align:center;
	padding:10px 0px 10px 0px;
}
.seoVd h2 span {
	text-decoration:underline;
}
.seoVd .vdoHolder {
	margin: 0px auto;
	padding:25px 0px 25px 0px;
	height: auto;
	width: 408px;
	background-image: url(../images/webinar/shadow-03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.seoPara p{
	font: normal 14px/20px "UbuntuRegular", Arial, Helvetica, sans-serif;
	color:#4b4b4c;
	padding:20px 0px 20px 0px !important;
	margin:0px !important;
	
}
.scl_media{
	margin:0;
	padding:15px 0 0;
}
.scl_media span{
	margin:2px 10px 0 0;
	padding:0;
	display:block;
	float:left;
	height:32px;
	width:32px;
	background:url(../images/webinar/sel-via-social-media.png) no-repeat 0 0;
	font-size:0;
	text-indent:-9999px;
	box-shadow: 0 6px 6px -6px #000;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
span.twitter{
	background-position:0 center
}
span.linkedin{
	background-position:0 bottom;
}
.scl_media span:hover{
	background-position:right 0;
}
span.twitter:hover{
	background-position: right center;
}
span.linkedin:hover{
	background-position:right bottom;
}
