/*

 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body{
  padding-top: 58px;
  text-align:left;
}

a{
    color: #17a2b8;
}
a:hover{
	color:#808080;
}
footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    color: #99979c;
    text-align: left;
    background-color: #2a2730;
}

footer .footer-links{
	padding-left: 0;
    margin-bottom: 20px;
}

footer .footer-links li{
	display:inline-block;
	margin:5px;
}

footer .footer-links a{
	color:#fff;
}
footer .qrcode{
	float:right;
	height:120px;
	
}

.navbar-brand {
  padding: 0;
}
.navbar-brand img{
  height:50px;
  width:50px;	
  margin:-5px;
}

.masthead {
	position: relative;
    padding: 80px 0;
    color: #d9f9fe;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #02B875;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#02B875),to(#03c885));
    background-image: -webkit-linear-gradient(top,#02B875 0,#03c8858 100%);
    background-image: -o-linear-gradient(top,#02B875 0,#03c885 100%);
    background-image: linear-gradient(to bottom,#02B875 0,#03c885 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02B875', endColorstr='#03c885', GradientType=0);
    background-repeat: repeat-x;
}

.masthead .lead{
	margin:0 auto;	
	width:80%;
	color:#d9f9fe;
	font-size:32px;
}

.masthead .btn{
	margin:20px;
    color: #02B875;
    text-shadow: none;
    background-color: #fff;
    border-color: #fff;
    padding: 10px 20px;
    letter-spacing: 3px	
}
.masthead .btn:hover{
	color:#d9f9fe;
    background-color: #03c885;
}

.big-logo img{
	height:200px;
}

.feature {
	padding:50px 0;
}
.feature h2.title{
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
    color: #333;
}


.articles .thumbnail{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:260px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 0;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.articles .thumbnail .caption{
	padding: 5px;
}


.articles .thumbnail img{
    max-width: 100%;
    height: auto;
}

.articles .thumbnail .time{
	font-size:14px;
	color: #666;
	margin: 0px 10px;
	text-align:right;
}


.jumbotron{
	margin:30px 0px;
	
}

/*
 * 24 points 
 * --------------------------------------------------
 */

#numbers{
	padding:10px;
	font-size:40px;
	width:200px;
	min-height:80px;
}
#numbers span{
	padding: 0 10px;
}

#digital-panel .btn{
	min-width: 85%;
    font-size: 30px;
    min-height: 40px;
    margin: 2px;
    line-height: 30px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -100%; /* 12 columns */
  }

  .row-offcanvas-right.active
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -100%; /* 12 columns */
  }

  .row-offcanvas-left.active
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
