
html, body {
    margin: 0;
    padding: 0;
}

#page {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}

.radiusBg{
 	border-radius:4px;
 	background-color: #fff;
	max-width: 1024px;
	padding: 10px;	
	margin: 2px 10px 0px 10px;	
 }

#container{
	max-width: 1044px;
	margin-left: auto;
	margin-right: auto;
}

#topNav{
	z-index: 1000;
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #4A4A4A;
	height: 50px;
}

#nav
{
	margin: 10px auto;
	width: 100%;
	text-align: center;
	color: white;
}
#nav li 
{
	display: inline; 
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

#nav ul li a
{
	padding: 5px 20px;
	text-decoration: none;
	color: #fff;
}

#nav ul li a img
{
	display: inline;
}


.anchor{
  display: block;
  height: 50px; /*same height as header*/
  margin-top: -50px; /*same height as header*/
  visibility: hidden;
}

.anchorh1{
	margin-left:10px;
}



#topPanel
{
	min-height: 90px;
	overflow: hidden;
	margin-top: 60px;
}

#logo
{
	padding: 43px 10px 0px 0px;
	float: left;
	height: 100%;
	cursor: pointer;
	/* margin: 10px 20px 0px 20px; */
}

#slogan
{
	float: left;
	/*min-width: 200px;		*/
}

#middlePanel{
	min-height: 470px;
	overflow: hidden;	
}

#middlePanel div{
	float: left;
	margin: 29px;

}

#subscriberEmail{
	width: 200px;
	margin: 10px 0px;
}

#content{
	min-height: 100px;
	overflow: hidden;
}

#courseThumbContainer
{
	min-height: 100px;
	overflow: hidden;
}

#landscapeMessage h2
{
	color:#FF8C00;
	text-align: center;
	font-size: 13px;	
	font-weight: bold;
}


.messageShow
{
	display: inline;
}
.messageHide
{
	display: none;
}

#slideshareDiv
{
	min-height: 100px;
	overflow: hidden;
	padding-top: 30px;
	margin-top: 13px;
}
/*
#slideshare, #googleForm
{
	border-radius: 4px;
	background-color: #ccc	;
}
*/
#googleForm
{
	overflow: hidden;	
}

.spanPadding
{
	padding-left: 15px;	
}
#breadCrums
{
	color:#898989;
	
	cursor: pointer;
	padding-left: 15px;
}
#breadCrums span
{
	text-transform:capitalize;
}
/*
#slideshareTitleDiv span, #slideshareTitleDiv a 
{
	font-size:12px;
}*/
#lessonContainerDiv
{
	min-height: 100px;
	overflow: hidden;	
}

#selectContainer
{
	height: 30px;
	width: 100%;	
}

.selectDivHoder
{
	float: left;
	/*min-width: 120px;*/
	width: 50%;
}
.selectDiv
{
	text-align: center;
}

.selectDiv select
{
	margin-top: 5px;
}
#startBtnDiv
{
	text-align: center;	
	padding-top: 20px;
}
#startBtn
{
	padding: 12px 30px;
}

.selectDD{
	padding: 5px;
	font-size: 0.8em;
	color:#898989; 
}




.whiteBg
{
	background-color: #fff;
}
.centerAlign
{
	text-align: center;
}

.centerAlignDiv
{
	margin:0px auto;
}
.thumbnailContainer
{
	text-align: center;
}
.thumbnail{
	width: 250px;
	height: auto;
	display: inline-block;
	margin: 20px 20px;

}

.thumbnail img{
	width: 250px;
	height: 141px;
	border-radius:4px;
	cursor: pointer;
}

.thumbnail h2
{
	cursor: pointer;
	display: inline-block;
}


#footerPanel
{
	min-height: 100px;
	overflow: hidden;
}
#twitterDiv
{
	width: 45%;
	min-width: 100px;
	float: left;
	margin-left: 10px;
}
#whatsAppDiv
{
	width: 50%;
	float: left;	
	
}

#whatsAppDiv a
{
	color: #333333;
}

#whatsAppImgDiv
{
	width: 80%;
}


#bottomContentPanel
{
 	max-width: 1024px;
	height: 100%
}

#copyright
{
	margin: 15px auto;
	text-align: center;
}
.inlineBlock
{
	display: inline-block;
	vertical-align: bottom;
}

#bottomBar
{
	width: 100%;
	background-color: #4A4A4A;
	min-height: 150px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}
#bottomLink
{
	width:40%; 
	padding:10px 0px 0px 10px; 
	float:left;
}

#bottomShares
{
	width:40%;
	padding:10px 10px 0px 0px;
	float:right;
}

.shareIcon
{
	float: right;
	padding-right: 10px;
}

body{
	background-color: #aaa	;
	color:#898989;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	margin: 0px;
}

a
{
	font-size: 16px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

h1
{
	font-size: 20px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;	
}

h2
{
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: normal;

}

h3
{
	font-size: 14px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}

h4
{
	font-size: 12px;
	color: #888888;
	font-style: normal;
	font-weight: normal;
}
input{
	padding: 5px;
	font-size: 12px;
	color:#898989; 
}

input[type='button']{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

	padding: 8px 14px;
	font-size: 14px;
	color:#fff; 
	background-color: #FF8C00;
	border-style: none;
	border-radius: 3px;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type="button"]:disabled
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

select {
	font-size: 14px;
	color:#898989;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica,Arial,Verdana,sans-serif;
	padding:5px 10px;
    margin: 0;    
    -webkit-box-shadow: 
        0 0px 0 #ccc,
        0 0px #fff inset;
    background: url('../images/downArrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('../images/downArrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
    color:black;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none; 
    cursor:pointer;
    border: 1px solid #ccc;
    border-radius:0px;
  	font-size: 16px;
	color:#898989; 
	width: 170px;
}
select option {
  text-align: center;
	
	padding: 7px 10px;

}

div img
{
	display: block;
	margin: 0px auto;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ration */
	padding-top: 30px; /* IE6 Workaround */
	height: 0;
	overflow: hidden;	
	-webkit-overflow-scrolling:touch;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}


.googleForm-embed-container {
	position: relative;
	padding-top: 100%;
	height:0px;
	overflow: hidden;

}
.googleForm-embed-container iframe,
.googleForm-embed-container object,
.googleForm-embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	max-width: 100%;
}