body {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  font-size: 18px;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif; }

.navbar-inverse.navbar-teacher {
  background-color: lightgray /*#d6b936*/;
  border-color: #122b40;
  background-image: none;
  font-size: 16px; }

.navbar-inverse.navbar-student {
  background-color: #5cb85c;
  border-color: #4cae4c;
  background-image: none; }

.navbar-inverse .navbar-nav > li > a {
  color: #333;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-brand {
    color: #333 /*#FFF*/;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color:  #fff;
    background-color: #337ab7;
    background-image: none;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: none;
}

.jumbotron {
  background-image: url(../images/jumbotron.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  color: #FFF;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.75);
  border-radius: 0px !important; }

.jumbotron h1 {
  text-indent: -9999px;
  overflow: hidden; }

.jumbotron p {
  color: #ebebeb;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.5); }

.demo-block {
  text-align: center;
  color: #FFF;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.15);
  font-size: 150%;
  font-weight: bold;
  transition: all 1s ease; }

.demo-block:hover {
  border-radius: 8px; }

.demo-block a {
  display: block;
  color: #FFF; }

.demo-block.block1 {
  background-color: #f75253; }

.demo-block.block2 {
  background-color: #f78153; }

.demo-block.block3 {
  background-color: #fcd418; }

.demo-block.block4 {
  background-color: #51d466; }

.demo-block.block5 {
  background-color: #32c8de; }

.demo-block.block6 {
  background-color: #cb79e6; }

.step {
  background-color: #31708f;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 0px 15px 15px 0px; }

.container .text-muted {
  margin: 0px; }

.footer {
  border-top: none;
  font-size: 85%;
  background-color: lightgray /*#d6b936*/;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.footer-link a {
  color: #333;
  font-weight: bold; }

.footer-link a:first-child::before {
  content: "|";
  margin: 0 10px; }

.footer-link a::after {
  content: "|";
  margin: 0 10px; }


.footer-copyright {
    color: gray /*#fff*/;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 992px) {
  .footer-link {
    display: block; }

  .footer-copyright {
    display: block;
    margin-top: 5px; } }
.btn-download {
  border-radius: 4px 4px 0px 0px; }

.paper {
  border: 5px solid #28a4c9;
  border-radius: 4px 0px 4px 4px;
  background-color: #FFF;
  padding: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); }

.paper .block {
  border: 1px solid #bce8f1;
  border-radius: 2px;
  background-color: #FFF;
  padding: 15px; }

.paper h1 {
  background-image: url(../images/spot2.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 32px;
  line-height: 32px;
  padding-left: 32px;
  color: #204d74; }

.table-style1 th {
  background-color: #bce8f1;
  color: #31708f; }

.table-style1 td {
  white-space: normal; }

/*2.0 add******/
.demo-btn-group {
  display: inline-block;
  width: 190px;
  text-align: center;
  position: relative; }

.demo-btn-group > .btn {
  margin-top: 178px; }

.demo-btn-group > .btn:before {
  display: block;
  min-width: 190px;
  width: 100%;
  height: 198px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/demo-btn.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.demo-btn-group > .btn:hover:before {
  background-position: 0px -200px; }

.demo-btn-group > .btn > span {
  position: absolute;
  top: 55px;
  left: 75px; }

.demo-btn-group > .btn > span > big {
  font-size: 36px;
  display: block;
  font-weight: bold;
  line-height: 1em; }

.tool-btn-group {
  display: inline-block;
  min-width: 324px;
  text-align: center;
  position: relative;
  margin: 40px; }

.tool-btn-group > .btn {
  margin-top: 205px;
  font-weight: bold; }

.tool-btn-group > .btn:before {
  display: block;
  min-width: 162px;
  width: 100%;
  height: 205px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center 0px; }

.tool-btn-group > .btn:hover:before {
  background-position: center -250px; }

.tool-btn-group.design > .btn:before {
  background-image: url(../images/tool-btn-design.png); }

.tool-btn-group.preview > .btn:before {
  background-image: url(../images/tool-btn-preview.png); }

@media screen and (min-width: 640px) {
  .addLine {
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center 20px; } }
hr.dark {
  border-top: 1px solid #d0d0d0; }

/*2.1? add******/
h2, h3, h4 {
  font-weight: 600; }

.panel-login {
  border-top: 5px solid #36B3D6; }

.panel-vas {
  border-left: 5px solid #1b809e; }

.panel-vas h4 {
  margin-top: 10px; }

.list-group-vas .list-group-item {
  padding: 15px 15px; }
.list-group-vas .list-group-item-heading {
  margin-bottom: 10px; }

.ui-outer {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  padding: 6px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.ui-form {
  padding: 15px;
  border-radius: 4px;
  background: #fff; }

label {
  font-weight: normal; }

.help-block {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .form-group .form-horizontal .form-control {
    margin-bottom: 0px; } }
.form-group .form-horizontal .help-block {
  margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .form-group .form-horizontal .help-block {
      margin-bottom: 5px; } }

.btn-social, .btn-social:hover, .btn-social:focus, .btn-social:active {
  border: none;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  padding: 0;
  color: #FFF;
  margin: 10px 2px;
  outline: none; }

.btn-social.google {
  background-image: -webkit-linear-gradient(top, #ea4335 0, #d62516 100%);
  background-image: -o-linear-gradient(top, #ea4335 0, #d62516 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ea4335), to(#d62516));
  background-image: linear-gradient(to bottom, #ea4335 0, #d62516 100%); }
  .btn-social.google:hover, .btn-social.google:active, .btn-social.google.hover, .btn-social.google.active {
    background-image: -webkit-linear-gradient(top, #e82e1e 0, #bf2114 100%);
    background-image: -o-linear-gradient(top, #e82e1e 0, #bf2114 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e82e1e), to(#bf2114));
    background-image: linear-gradient(to bottom, #e82e1e 0, #bf2114 100%); }
  .btn-social.google:focus, .btn-social.google.focus {
    background-color: #bf2114;
    background-image: none; }

.btn-social.facebook {
  background-image: -webkit-linear-gradient(top, #3b5998 0, #2d4373 100%);
  background-image: -o-linear-gradient(top, #3b5998 0, #2d4373 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3b5998), to(#2d4373));
  background-image: linear-gradient(to bottom, #3b5998 0, #2d4373 100%); }
  .btn-social.facebook:hover, .btn-social.facebook:active, .btn-social.facebook.hover, .btn-social.facebook.active {
    background-image: -webkit-linear-gradient(top, #344e86 0, #263961 100%);
    background-image: -o-linear-gradient(top, #344e86 0, #263961 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #344e86), to(#263961));
    background-image: linear-gradient(to bottom, #344e86 0, #263961 100%); }
  .btn-social.facebook:focus, .btn-social.facebook.focus {
    background-color: #263961;
    background-image: none; }

.btn-social.twitter {
  background-image: -webkit-linear-gradient(top, #1da1f2 0, #0c85d0 100%);
  background-image: -o-linear-gradient(top, #1da1f2 0, #0c85d0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1da1f2), to(#0c85d0));
  background-image: linear-gradient(to bottom, #1da1f2 0, #0c85d0 100%); }
  .btn-social.twitter:hover, .btn-social.twitter:active, .btn-social.twitter.hover, .btn-social.twitter.active {
    background-image: -webkit-linear-gradient(top, #0d95e8 0, #0b76b8 100%);
    background-image: -o-linear-gradient(top, #0d95e8 0, #0b76b8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d95e8), to(#0b76b8));
    background-image: linear-gradient(to bottom, #0d95e8 0, #0b76b8 100%); }
  .btn-social.twitter:focus, .btn-social.twitter.focus {
    background-color: #0b76b8;
    background-image: none; }

.demo-item {
  zoom: 1;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 5px; }
  .demo-item:before, .demo-item:after {
    content: "";
    display: table; }
  .demo-item:after {
    clear: both; }
  .demo-item .demo-item-num {
    width: 90px;
    height: 90px;
    float: left;
    background-image: url(../images/demo-item.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.5em;
    line-height: 90px;
    padding-right: 12px;
    font-weight: 600;
    margin-right: 5px; }
    @media screen and (max-width: 500px) {
      .demo-item .demo-item-num {
        display: none; } }
  .demo-item .demo-item-content {
    width: calc(100% - 90px - 5px);
    height: auto;
    float: left;
    margin-top: 27px; }
    @media screen and (max-width: 500px) {
      .demo-item .demo-item-content {
        width: 100%; } }

/*# sourceMappingURL=styles-2.0.css.map */
