/* Navigator */		
.navbar-default {
	background-color: #fff;
	border-bottom: 1px solid #2eaf58;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 	color: #2da64d;
	background-color: #f5f5f5;
}
/* Section */
section {
	padding: 50px 0;
}
section h2.section-heading {
	font-size: 30px;
    margin: 15px 0;
}
section h3.section-subheading {
	font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
/*     font-style: italic; */
    text-transform: none;
}
section.bg-dark {
	background-color: #f4f4f4;
}
/* Broadcast */
section#broadcast {
	height: 300px;
	text-align: center;
	background-color: #2da64d;
	color: #fff;
}
h1#broadcast-title {
	height: 32px;
	line-height:32px;
	font-size: 30px;
/* 	margin-top: 70px; */
	margin-top: 50px;
}
p#broadcast-subtitle {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
div#broadcast-buttons {
	margin-top: 50px;
	z-index: 2;
}
div#broadcast-buttons a {
	border-radius: 2px;
	position: relative;
	z-index: 2;
}
#broadcast canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 300px;
	display: none;
}
/* Stat */
.stat-title {
	font-weight: 700;
	color: #1a1a1a;
	border-bottom: 2px solid #c3c3c3;
	margin: 0 30%;
	padding: 20px 0 10px 0;
}
.stat-title:before, .stat-title:after {  
  width:0px;  
  height:0px;  
  border:transparent solid;  
  position:absolute;
  left:50%;
  content:""  
}
.stat-title:before {
  margin-left: -10px;
  border-width: 10px;  
  border-top-color: #c3c3c3;  
  top: 52px;  
}  
.stat-title:after {
  margin-left: -8px;
  border-width: 8px;  
  border-top-color: #fff;  
  top: 50px;  
}
.stat-heading {
	padding-top: 10px;
}
.stat-footer {
	color: #1a1a1a;
}
/* Introduction */
#intro img {
	margin: 10px auto;
}
#intro a {
 	color: #2eaf58;
 	text-decoration: none;
}
#intro a:hover {
	color: #a9a9a9;
	text-decoration: none;
}
/* Service */
.service-item {
	padding: 0;
	position: relative;
	width: 100%;
	float: left;
}
.service-item img {
	width: 100%;
}
.service-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 30px;
	color: #fff;
	background-color: #2eaf58;
	filter: alpha(opacity=0); 	
	-moz-opacity: 0;
	opacity: 0;
	transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
.service-hover h3 {
	margin: 10px 0;
}
.service-hover a {
	color: #fff;
	text-decoration: none;
}
.service-hover a:hover {
	color: #d5d5d5;
}
.service-hover:hover, .service-hover:active {
	filter: alpha(opacity=90); 	
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.service-hint {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	color: #fff; 
}
/* Mission */
.mission div {
	padding: 30px 50px;
	float: right;
}
.mission-img {
	padding: 10px 0 !important;
}
.mission-left {
	float: left !important;
}
.mission-item {
	border-top: 2px solid #d6d6d6;
}
.mission div h3 {
	border-radius: 5px;
	border-left: 5px solid #d6d6d6;
	padding-left: 10px;
	margin: 0 0 10px 0;
}
.mission div img {
	margin: 10px auto;
}
/* Partner */
.partner-list ul {
 	list-style: disc;
}
.partner-list li {
	list-style: disc;
	width: 90%;
	height: 140px;
	border-radius: 3px;
	position: relative;
	margin: 1% 5%;
	border: 1px solid #e5e5e5;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.partner-list li a {
	display: table;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #596477;
    text-decoration: none;
    cursor: pointer;
    margin-top: 16px;
}
.partner-list li a span {
	float: none;
    display: table-cell;
    vertical-align: middle;
}
.partner-list li a span img {
	max-height: 62px;
	max-width: 200px;
}
.partner-list li .partner-info {
	background: #2da64d;
    width: 100%;
    height: 53px;
    line-height: 53px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 14px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 99;
    margin-top: 10px;
    list-style: none;
    outline: none;
    box-sizing: content-box;
    border: none;
    bottom: -53px;
}
.partner-list li .partner-info h5 {	
	margin: 0;
	padding-top: 6px;
    font-family: inherit;
    line-height: normal;
    font-size: inherit;
    font-weight: inherit;
}
.partner-list li .partner-info p {
	font-size: 12px;
	line-height: normal;
    color: #90ee90;
}
/* Responsive settings */
/* 768px */
@media (min-width: 768px) {
section h2.section-heading {
	font-size: 36px;
    margin: 20px 0;
}
section h3.section-subheading {
	font-size: 18px;
}
section#broadcast {
	height: 500px;
}
h1#broadcast-title {
	height: 50px;
	line-height: 50px;
	font-size: 40px;
/* 	margin-top: 140px; */
	margin-top: 120px;
}
p#broadcast-subtitle {
/* 	margin-top: 20px; */
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
div#broadcast-buttons {
/* 	margin-top: 32px; */
	margin-top: 80px;
}
#broadcast canvas {
	display: block;
	max-height: 500px;
}
.service-item {
	width: 50%;
}
.partner-list li {
	width: 30%;
	margin: 1.666666%;
}
}
/* 992px */
@media (min-width: 992px) {
section h2.section-heading {
    margin-top: 30px;
}
section#broadcast {
	height: 540px;
}
h1#broadcast-title {
/* 	margin-top: 160px; */
	margin-top: 130px;
}
p#broadcast-subtitle {
	height: 32px;
	line-height: 32px;
	font-size: 20px;
}
div#broadcast-buttons {
	margin-top: 90px;
}
#broadcast canvas {
	max-height: 540px;
}
#intro img {
	margin-top: -20px;
}
.service-item {
	width: 33.333333%;
}
.mission div {
	padding: 80px 50px;
}
.mission div img {
	margin: 20px auto;
}
.partner-list li {
	width: 24%;
	margin: 0.5%;
}
}
/* 1200px */
@media (min-width: 1200px) {
section#broadcast {
	height: 600px;
}
h1#broadcast-title {
	height: 60px;
	line-height: 60px;
	font-size: 48px;
/* 	margin-top: 180px; */
	margin-top: 140px;
}
p#broadcast-subtitle {
	font-size: 24px;
}
div#broadcast-buttons {
/* 	margin-top: 40px; */
	margin-top: 100px;
}
#broadcast canvas {
	max-height: 600px;
}
#intro img {
	margin-top: -50px;
}
}
@media (min-width: 1600px) {
section#broadcast {
	height: 750px;
}
h1#broadcast-title {
	height: 60px;
	line-height: 60px;
	font-size: 48px;
/* 	margin-top: 240px; */
	margin-top: 200px;
}
#broadcast canvas {
	max-height: 750px;
}	
}