@charset "utf-8";
/* CSS Document */

/**/
/* widget popular course */
/**/
.course-item + .course-item {
	margin-top: 20px;
}
.widget-popular .popular-item,
.course-item {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.widget-popular img,
.course-item img {
	width: 100%;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.widget-popular .course-name,
.course-item .course-name {
	display: block;
	background-color: #333333;
	padding: 10px;
}
.grid-col-4 .course-item .course-name {
	padding: 10px 24px;
}
.widget-popular .course-name h3,
.widget-popular .course-name .price,
.course-item .course-name h3,
.course-item .corse-name .price {
	display: inline;
	font-size: 15px;
	clear: none;
	color: #ffffff;
	margin: 0;
	font-weight: 400;
	font-family: "Raleway";
}
.widget-popular .course-name .price,
.course-item .course-name .price {
	float: right;
	color: #ffffff;
}
.widget-popular .course-date,
.course-item .course-date {
	padding: 20px 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}
.grid-col-4 .course-item .course-date {
	padding: 20px 24px;
}
.widget-popular .course-date .day,
.course-item .course-date .day {
	display: inline-block;
}
.widget-popular .course-date .time,
.course-item .course-date .time {
	float: right;
}
.widget-popular .course-date i,
.course-item .course-date i {
	margin-right: 4px;
}
.course-item .divider {
	width: 70px;
	height: 2px;
	clear: both;
	background-color: #ffffff;
	margin: 15px auto;
}
.course-item .description {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.course-item .course-hover {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.course-hover .hover-bg {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.course-hover a {
	display: inline-block;
	border: 2px solid #ffffff;
	border-radius: 4px;
	white-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	top: 50%;
	left: 50%;
	z-index: 3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 20px;
	font-size: 15px;
	padding: 8px 30px;
	overflow: hidden;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.5);
	-ms-transform: translate(-50%, -50%) scale(0.5);
	-moz-transform: translate(-50%, -50%) scale(0.5);
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.course-hover a:hover {
	background-color: rgba(255,255,255,0.3);
}
.carousel-container .course-hover a {
	padding: 8px 15px;
}
.course-item .course-hover:hover .hover-bg {
	opacity: 0.6;
}
.course-item .course-hover:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 4s;
	-ms-transition: all 4s;
	-moz-transition: all 4s;
	-webkit-transition: all 4s;
}
.course-hover:hover a {
	opacity: 1;
	/*zoom: 1;*/
	transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.widget-popular .course-name,
.course-item .course-name {
	display: block;
	background-color: #333333;
	padding: 10px;
}
.grid-col-4 .course-item .course-name {
	padding: 10px 24px;
}
.widget-popular .course-name h3,
.widget-popular .course-name .price,
.course-item .course-name h3,
.course-item .corse-name .price {
	display: inline;
	font-size: 15px;
	clear: none;
	color: #ffffff;
	margin: 0;
	font-weight: 400;
    font-family: 'Fjalla One', sans-serif;
}
.widget-popular .course-name .price,
.course-item .course-name .price {
	float: right;
	color: #ffffff;
}
.widget-popular .course-date,
.course-item .course-date {
	padding: 15px 13px 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}
.grid-col-4 .course-item .course-date {
	padding: 20px 24px;
}
.widget-popular .course-date .day,
.course-item .course-date .day {
	display: inline-block;
}
.widget-popular .course-date .time,
.course-item .course-date .time {
	float: right;
}
.widget-popular .course-date i,
.course-item .course-date i {
	margin-right: 4px;
}
.course-item .divider {
	width: 70px;
	height: 2px;
	clear: both;
	background-color: #ffffff;
	margin: 15px auto;
}
.course-item .description {
	text-align: justify;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #000;
    line-height: 17px;
}
.bg-color-1 {
    background-color: #f27c66;
}
.bg-color-2 {
    background-color: #e0ae6c;
}
.bg-color-3 {
    background-color: #18bb7c;
}
.bg-color-4 {
    background-color: #d3d075;
}
.bg-color-5 {
    background-color: #54b5c0;
}
.bg-color-6 {
    background-color: #a96ea8;
}
.read{
	background-color: #FFF;
    padding: 3px 10px;
    border-radius: 4px;
    color: #000;
	}
.read:hover{
	background-color: #1F263A;
    padding: 3px 10px;
    border-radius: 4px;
    color: #fff;
	text-decoration:none;
	}	

/**/
/**/
/* tabs box */
/**/
.boxs-tab {
	position: relative;
	z-index: 1;
}
.boxs-tab p {
	font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
	margin-bottom: 24px;
}
.boxs-tab>div {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
}
.boxs-tab>div img {
	    width: auto !important;
    height: auto !important;
	margin: 0 auto;
	max-width: 100%;
}
.boxs-tab>div.active {
	position: relative;
	z-index: 2;
	display: block;
	visibility: visible;
	opacity: 1;
}
.tabs-box {
    font-family: "Open Sans", Helvetica, sans-serif;
}
.green{ background-color: #18BB7C;}
.purple{ background-color: #A96EA8;}
.red{ background-color: #F27C66;}
.tabs-box a {
	    display: inline-block;
    margin-right: 16px;
    line-height: 18px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    margin-left: 16px;
}
.tabs-box a.active {
	color: #00FF9C;
	text-decoration:none;
}
.tabs-box a:nth-child(2n).active {
	color: #f9cb8f;
	text-decoration:none;
}
.tabs-box a:nth-child(3n).active {
	color: #FFC4FE;
	text-decoration:none;
}
/*.tabs-box a:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #f27c66;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0%;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}*/
.tabs-box a:nth-child(2n):before{
	background-color: #f9cb8f;
}
.tabs-box a:nth-child(3n):before{
	background-color: #18bb7c;
}
.tabs-box a.active:before {
	width: 100%;
}
.tabs-box a:last-child{
	margin-right: 0px;
}

@media (min-width:320px) and (max-width:499px){
.tabs-box a {
    display: inline-block;
    margin-right: 0px;
    line-height: 18px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    margin-left: 8px;
}
}

.count
{
  color: #fff;
    font-size: 41px;
    line-height: 75px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
/****************************************
Navigation menu
****************************************/

.navbar-brand {
	font-family: 'Fjalla One', sans-serif;
}

.masthead {
	height: 36px;
	background-color: #246B80;
}

.navbar-default {
	background-color: #3397B2;
	border: none;
	border-radius: 0;
}

.navbar-default .navbar-nav>.active>a {
	color: #FFFFFF;
	background-color: #246B80;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #FFFFFF;
	background-color: #246B80;
}

.navbar-default .navbar-nav>.active>a:hover {
		color: #FFFFFF;
	background-color: #246B80;
}

.main-logo {
	width: 320px;
	height: 71px;
	margin-top: 22px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/logo.png') no-repeat;
	background-size: 100%;
}

/* bootstrap 3 helpers */

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

#sidebar.affix-top {
    position: static;
}

#sidebar.affix {
    position: fixed;
    top: 80px;
}