
.bgtrans {background-color:rgba(0,155,125,0.85); padding: 10 10 20 10px;}
#text {color:#222222; font-size: 14px; font-weight: bold; font-family: "arial", Georgia, Serif;}


/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0px; 
  }
   
 
 .block-L {
 display: inline-block;
 width: 49%;
 padding: 0 0px; 
 border-radius: 5px;
 float: left;
 font-family: "arial", sans-serif;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s; }
 
 .block-R {
 display: inline-block;
 width: 49%;
 padding: 0 0px; 
 border-radius: 5px;
 float: right;
 font-family: "arial", sans-serif;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s; }
 



/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 680px) {
  /* =Header
  -------------------------------------------------------------- */
  body {
  width: 100%;

 }
 
 .bgtrans {background-color:rgba(0,155,125,0.85); padding: 5 5 10 5px;}
  
	.block-L {
    display: block;
	width: 90%;
    padding: 5 5px; 
    float: none;
    margin: 0 auto;
    text-align: left; }
	
	.block-R {
    display: block;
    width: 90%;
    padding: 5 5px; 
    float: none;
    margin: 0 auto;
    text-align: left; }
	
	
	#heading {
color:rgba(255,255,255,0.7);	
font-size: 30px;
margin: 60px auto;
}

	}
	
	
	
	
nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
}
	
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
 .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

	
  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; } }
