#home-container {
	margin-top: 80px;
}
#home-container .blue-box, #home-container .orange-box{
       
	width:996px;
	min-height: 400px;
	margin: 0 auto;
	
	/* Border */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#home-container .blue-box{
background: -moz-linear-gradient(top,  rgba(0,173,238,0.75) 0%, rgba(0,173,238,0.76) 1%, rgba(255,255,255,0.96) 35%, rgba(255,255,255,1) 42%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,173,238,0.75)), color-stop(1%,rgba(0,173,238,0.76)), color-stop(35%,rgba(255,255,255,0.96)), color-stop(42%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,173,238,0.75) 0%,rgba(0,173,238,0.76) 1%,rgba(255,255,255,0.96) 35%,rgba(255,255,255,1) 42%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,173,238,0.75) 0%,rgba(0,173,238,0.76) 1%,rgba(255,255,255,0.96) 35%,rgba(255,255,255,1) 42%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,173,238,0.75) 0%,rgba(0,173,238,0.76) 1%,rgba(255,255,255,0.96) 35%,rgba(255,255,255,1) 42%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,173,238,0.75) 0%,rgba(0,173,238,0.76) 1%,rgba(255,255,255,0.96) 35%,rgba(255,255,255,1) 42%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00adee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#home-container .orange-box{
background: rgb(251,176,59); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,176,59,1) 1%, rgba(255,255,255,1) 25%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(251,176,59,1)), color-stop(25%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(251,176,59,1) 1%,rgba(255,255,255,1) 25%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(251,176,59,1) 1%,rgba(255,255,255,1) 25%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(251,176,59,1) 1%,rgba(255,255,255,1) 25%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(251,176,59,1) 1%,rgba(255,255,255,1) 25%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb03b', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#home-container .logosHover {
	width: 207px;
	height: 224px;
	cursor: pointer;
	position:absolute;
	top:-68px;
}

#home-container .logosHover.teacher {
	left:261px;
}

#home-container .logosHover.student {
	left:510px;
}

.striple1, .striple2{
	position: absolute;
	top: 40px;

}
.striple1{
	left:200px;
}
.striple2{
	left: 480px;
}
.guide{
	position: relative;
	margin-top:170px;
	margin-left: 125px;
	
	font: 20px/1.25em basic, sans-serif;
}

.guide .colum1, .guide .colum2, .guide .colum3{
	position: relative;
	float: left;
	width: 220px;
	margin-right: 45px;
}

.guide img{
	display: block;
	margin: 0 auto;
}

.guide span {
	text-align: center;	
	font: 24px/1.5em basic, sans-serif;
}

/*===========================================================================
 * EXPLORE TABS
 *===========================================================================*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	position: relative;
	float: left;
	top: -20px;
	left: -13px;
}

.tabberlive .tabbertab {
 padding:5px;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;

 background: #A6A6A6;
 text-decoration: none;
}

ul.tabbernav li a:link { color: black; }
ul.tabbernav li a:visited { color: black; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #BABABA;
}

ul.tabbernav li.tabberactive a
{
	border: 0;
	background-color: #D1D1D1;
}

.borderradius ul.tabbernav li a{
	-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;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
}

#explore h2.title{
	border-bottom: 3px solid rgb(246,163,18);
}

/* Display Results*/
#form-explore-box{
	margin-top: 20px;
	min-height:305px;
	background-color: #D1D1D1;
}

#form-explore-box{
	font-size: 14px;
}

#form-explore-box > *{
	margin-left: 10px;
}

.borderradius #form-explore-box {
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
}

#form-explore-box .price{
	width: 50px;
	margin: 5px;
	padding: 5px 3px 3px 10px;
	outline:0px;
}

#form-explore-box p{
	margin: 0 10px;
}

#form-explore-box .button{
	float: right;
	margin-right: 10px;
	margin-top :20px;
}

#form-explore-box input.text{
	padding: 5px 3px 3px 30px;
	width: 180px;
	margin-bottom: 5px;		
	background-image: url(../img/browse.png);
    background-repeat: no-repeat;
    outline:0px;		
}

#header-filter{
	border-bottom: 2px solid grey;
}

#header-filter #order_by {
	float:right;
}

#explore span.about {
	border-bottom: 2px solid white;
	width: 180px;
	margin-top:10px;
	margin-left: 10px;
	float:left;
	position:relative;
}

#explore a{
	color: black;
	text-decoration: none;
}

/*===========================================================================
 * EXPLORE COURSES
 *===========================================================================*/
.sprite-browseacademy{ background-position: 7px 0px; width: 15px; height: 16px; } 
.sprite-browsecourse{ background-position: 7px -18px; width: 15px; height: 16px; } 
.sprite-browselanguage{ background-position: 7px -39px; width: 15px; height: 16px; } 
.sprite-browsetags{ background-position: 7px -60px; width: 15px; height: 16px; }

#explore .book{
	position: relative;
	float: left;
	width: 230px;
	height: 160px;
	margin: 15px 0;
}

#explore .book span{
	position: absolute;
	top: 20px;
	left: 65px;
	width: 105px;
	text-align: center;
}

#explore .book img{
	display: block;
	margin: 0 auto;
}

#explore .course{
	height: 160px;
	width: 500px;
	margin: 15px 0;
	position: relative;
	float: left;
}

.results-bg{
	background: #f9ba5e; /* Old browsers */
	background: -moz-linear-gradient(left,  #f9ba5e 0%, #f9d7a1 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9ba5e), color-stop(99%,#f9d7a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f9ba5e 0%,#f9d7a1 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f9ba5e 0%,#f9d7a1 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f9ba5e 0%,#f9d7a1 99%); /* IE10+ */
	background: linear-gradient(to right,  #f9ba5e 0%,#f9d7a1 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ba5e', endColorstr='#f9d7a1',GradientType=1 ); /* IE6-9 */
}

/* Mouseover academias cursos*/
.results-bg:hover{
	/*cursor: pointer;*/
	background: #f69b13; /* Old browsers */
	background: -moz-linear-gradient(left,  #f69b13 0%, #f7cc87 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f69b13), color-stop(100%,#f7cc87)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f69b13 0%,#f7cc87 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f69b13 0%,#f7cc87 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f69b13 0%,#f7cc87 100%); /* IE10+ */
	background: linear-gradient(to right,  #f69b13 0%,#f7cc87 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69b13', endColorstr='#f7cc87',GradientType=1 ); /* IE6-9 */
}

.results-bg a:hover{
	text-decoration: underline;
}

#explore .course ul, #explore .academy ul{
	width: 200px;
	padding-left: 15px;
	list-style-type: none;
	position: relative;
	float: left;
}

#explore .course ul li, #explore .academy ul li{
	/*background-image: url(../img/explore.png);
    background-repeat: no-repeat;	
    height: 19px;
    padding-left:25px;*/
    margin: 5px 0;
}

#explore .course .join{
	color: white;
	text-decoration: none;
}

.textshadow .course .join {
	text-shadow: 2px 3px 3px #0f0e0f;
    filter: dropshadow(color=#0f0e0f, offx=2, offy=3);
}

#explore .course .join div{
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 90px;
	right: -10px;
	z-index: 1;
	width: 100px;
}

#explore .course .join img{
	border: 0;
	position: absolute;
	top: 60px;
	right: -20px;
	z-index: 0;
}


/*===========================================================================
 * EXPLORE ACADEMIES
 *===========================================================================*/

#explore .academy {
	height: 160px;
	width: 735px;
	margin: 15px 0;
	position: relative;
	float: left;
}

#explore .logo-box {
	height: 160px;
}

#explore .academy img.logo{
	max-width: 98%;
	max-height: 98%;
	display: block;
	margin: 1% auto;
}

.academy ul.latest-courses{
	line-height: 12px;
}

#explore .academy ul.latest-courses li{
	margin-bottom: 15px;
	height: 35px;
}

.academy ul.latest-courses span{
	font-size: 14px;
}

.academy ul.latest-courses a{
	text-decoration: none;
	color: black;
}