﻿﻿body {
    background-color: white;

}

.nav.nav-center {
    margin:0;
    float:none;
	text-align:center;
}


.wrapper {
  
  width:100%;
  height: 100%;	
  padding:0;
  margin:0 auto;
  text-align:center;
  position: relative;
}

.wrapper > img{

	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wrapper > div.map {

	position: absolute;
}

.translate-text{
	visibility:hidden;
	line-height: 30px;
	text-align: center;
	width: 100%;
	font-size:14px;
	font-weight:800;
	-webkit-transition: visibility opacity 0.2s;
	color:white;
	background-color:rgba(0,0,0,0.5);
	position: fixed;
	z-index: 999;
	top:44px;
}

.next-icon {
    position: fixed;
    display: block;
    background-image: url("../images/next_arrow.png");
    background-repeat: no-repeat;
    background-position: 1.5rem center;
    background-size: 3.5rem 3.5rem;
    top: .6rem;
    right: .8rem;
    z-index: 999;
    border-radius: 100%;
    background-color: #808080;
    width: 4.5rem;
    height: 4.5rem;
}

.continuous-play-fixed {
    position: fixed;
    top: 1.2rem;
    right: 6.8rem;
    z-index: 999;
}

.continuous-play-fixed.active {
    background-color:red;
	border:0;
}
.carousel-inner {
	margin-top:50px;
}
.carousel-inner .item img {
    width: 100%;
}

.course-content .row .col-xs-3 {
    padding: 0 0 0 8px;
}

.course-content{
	
	font-size:12px;
	margin-right:8px;
	margin-top:1em;
}
.course-content img{

	height:140px;
	margin-bottom:8px;
}
.course-content .col-xs-12{

	font-size:16px;
	padding-left:12px;
}
.course-content .col-xs-12 i{
	color:#32cd32;
	font-size:1.2em;
}
.course-content .col-xs-12 span{



}
