@-ms-viewport{
	width: device-width;
}
* {	
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
 	box-sizing: border-box;
}
html, body {
    height: 100%;
}
.clearfix {
    *zoom: 1;
	clear: both;
}
.imgresponsive {
	max-width:100%;
	margin:0px;
	height:auto;
}
h3 { line-height: 1.5em;}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 25px;
}
th {
    text-align: left;
}
table {
    border-spacing: 5px;
	margin:20px 0px;
}
tr:nth-child(1) {
	background:#474747;
	color:#F4F4F4;
}
tr:nth-child(2) {
	background:#D0D0D0;
}
tr:nth-child(3) {
	background:#E1E1E1;
}
tr:nth-child(4) {
	background:#EFEFEF;
}

.body-as-bg {
	
}
Body { 
	background: url(../images/Is-background.jpg) no-repeat fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 16px;
  	line-height: 1.8;
	font-family: 'Roboto', sans-serif;
	color: #505050;
}

#MainWrap { 
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -40px;
	position:relative;
}	
.push {
	height:40px;
	clear:both;
}
#HeaderWrap {
}
#Header {
	text-align:center;
	width:100%;
	margin: 0 auto;
	padding:20px;
}
.container {
	width:960px;
	margin:0 auto;
	background:#FFFFFF;
	}
.content-pad {
	padding:30px;
}
#FooterWrap {
	height:40px;
	position:relative;
	background:#1A1A1A;
	padding:10px 0px;
}
#Footer {
	width:100%;
	color:#eaebff;
	text-align:center;
	font-size:15px;
}
section, aside {
	margin: 0 0 24px 0;
}
section {
	float: left;
	width: 65%;
}
section ul {
	padding-left:20px;
}
aside {
	float: right;
	width: 35%;
}
footer {
	clear: both;
	margin-bottom: 0;
}
.get-started-box {
	border:thin #E0E0E0 solid;
	background:#F0F0F0;
	padding:20px;
}
#course-module {
}
.course-menu  {
	width:100%;
	margin:0 auto;
}
ul.course-menu  {
	list-style:none;
	margin-bottom:20px;
}
.course-menu  a, .course-menu h2 {
	display:block;
	padding:15px;
	text-align:center;
	
	border-bottom:thin solid #ffb349;
}
.course-menu h2 {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background:#313131;
}
.course-menu h2 {
	color:#FFFFFF;
}
.course-menu  a {
	font-size:16px;
	font-weight:300;
	text-decoration:none;
	color:#313131;
	font-weight:400;
	background:#ffa841;
}
.course-menu  a:hover {
	color:#FFFFFF;
	background:#fb9f32;
}

.course-menu2  {
	width:100%;
	margin:0 auto;
}
ul.course-menu2  {
	list-style:none;
	margin-bottom:20px;
}
.course-menu2  a, .course-menu2 h2 {
	display:block;
	padding:15px;
	text-align:center;
	
	border-bottom:thin solid #9cdaf2;
}
.course-menu2 h2 {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background:#313131;
}
.course-menu2 h2 {
	color:#FFFFFF;
}
.course-menu2  a {
	font-size:16px;
	font-weight:300;
	text-decoration:none;
	color:#313131;
	font-weight:400;
	background:#90d0e8;
}
.course-menu2  a:hover {
	color:#FFFFFF;
	background:#5eb7d9;
}
.navbar {
	background:#252525;
	padding:15px 0px;
	text-align:center;
}
.navbar a {
	font-weight:300;
	margin:0px 15px;
	color:#FFFFFF;
	text-decoration:none;
}
.main-prod-img {
	float:right;
}
.prod-download-wrap {
	width:60%;
	margin:0 auto;
	text-align:center;
	padding:15px;
	border:thin #E0E0E0 solid;
}
#sub-prod-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#sub-prod {
	width:45%;
	border:1px solid #ebebeb;
	padding:10px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;	

}
.dl-btn {
	
}
.dl-btn a {
	width:100%;
	display:block;
	color:#ECECEC;
	text-decoration:none;
	padding:15px 10px;
	margin:0 auto;
	background:#252525;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.vid-recap-wrap {
	padding:20px 0px 40px 0px;
	margin-bottom:20px;
	border-bottom:thin #E0E0E0 solid;
}
.vid-recap-wrap a {
	text-decoration:none;
}
.next_btn {
	display:block;
	position: relative;
	text-align:center;
	color:#363636;
	text-decoration:none;
	padding:15px 10px;
	display: block;
	margin: 30px;
	background: #ffbe00;
	border:1px solid #bb9200;
	
	background-image:-webkit-linear-gradient(top, #ffde00, #eb9200);
	background-image:-moz-linear-gradient(top, #ffde00, #eb9200);
	background-image:-ms-linear-gradient(top, #ffde00, #eb9200);
	background-image:-o-linear-gradient(top, #ffde00, #eb9200);
	background-image:linear-gradient(top, #ffde00, #eb9200);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #935800, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #935800, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #935800, 0 4px 2px rgba(0, 0, 0, .5);
}
.next_btn:hover {

	background: #F66C7B;
	background-image:-webkit-linear-gradient(top, #eb9200, #ffde00);
	background-image:-moz-linear-gradient(top, #eb9200, #ffde00);
	background-image:-ms-linear-gradient(top, #eb9200, #ffde00);
	background-image:-o-linear-gradient(top, #eb9200, #ffde00);
	background-image:linear-gradient(top, #eb9200, #ffde00);
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	transition: 0.2s ease-out;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background:#ffa841;
  width: 100%;
  border: 0;
  padding: 15px;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background:#fb9f32;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 15px;
}
.form .message a {
  color: #313131;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.header-login {
	background:#313131;
	text-align:center;
	padding:20px;
	color:#FFFFFF;
	font-size:18px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:120%;
	font-weight:bold;
	padding:15px 55px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}
/*FORMS STYLE*/
#contactbox  form {
	margin:20px 0px;
	padding:10px 0px;
	width:70%;
	}
	
#contactbox  form ol {
	list-style:none;
	margin:0;
	padding:0;
}
	
#contactbox  form li {
	padding:6px;
	margin-bottom:1px;
}
#contactbox  form li#send {
		background:none;
		margin-top:6px;
}
		
#contactbox  form label {
	display:block;
	font-size:100%;
	line-height:25px; 
	/* This will make the labels vertically centered with the inputs */
}
			
#contactbox  form input, #contactbox  form textarea {
	padding:10px;
	border:1px solid #999999;
	width:100%;
}
/*Adjust breakpoint as desired to select when the "hamburger" menu is
replaced by just the links.*/

/*@media (min-width: 981px) and (max-width:1200px) {
	.container {
	width:960px;
	margin:0 auto;
	}
}
*/
@media only screen and (min-width:768px) and (max-width:980px) {
	.container {
		width:760px;
		margin:0 auto;
	}
	.main-prod-img {
	float:right;
	max-width:280px;
	height:auto;
	}
}
@media only screen and (min-width : 635px ) and (max-width : 767px) {
	.container {
		width:95%;
	}
	section {
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
	}	
}
@media screen and (min-width : 490px ) and (max-width : 634px ) {
	.container {
		width:95%;
	}
	section {
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
	}
	.main-prod-img {
	float:right;
	max-width:280px;
	height:auto;
	}
	#sub-prod-wrap {
	display: block;
	}
	#sub-prod {
	width:60%;
	}
}
@media screen and (max-width:489px) {
	.container {
		width:95%;
	}
	section {
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
	}
	.main-prod-img {
	float:none;
	display:block;
	width:100%;
	margin:20px 0px;
	text-align:center;
	height:auto;
	}
	.prod-download-wrap {
	width:80%;
	margin:0 auto;
	text-align:center;
	padding:15px;
	border:thin #E0E0E0 solid;
	}
	#sub-prod-wrap {
	display: block;
	}
	#sub-prod {
	width:80%;
	}
	.login-page {
	  width: 80%;
	  padding: 8% 0 0;
	  margin: auto;
	}
	.form {
		max-width: 100%;
	}
	#contactbox  form {
		width:100%;
	}
	
}
