@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");

h1 {text-align: center;font-weight: 200;font-size: 20px;letter-spacing: .25rem;padding: 50px 15px 20px;color: #fff;text-align:left;}
h2 {text-align: center;font-weight: 700;font-size: 17px;padding: 20px 15px 10px;color: #7d7d7d;text-align:left;}
h3 {text-align: center;font-weight: 300;font-size: 12px;line-height:20px;padding: 10px 15px 100px;color: #7d7d7d;text-align:left;}

div.info {
  font-size: 16px;
  padding: 20px;
  margin-bottom: 40px;
}

div.info > dl > dt {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #333;
  border-bottom: 1px solid #ddd;
}

div.info > dl dd {
  font-size: 13px;
  padding-left: 20px;
  color: #666;
}

div.info > dl dd p.html {
  color: #fff;
  background-color: #0ead3b;
  padding: 10px;
}

div.info > dl dd p.js {
  color: #fff;
  background-color: #444;
  padding: 10px;
}

div.info > dl dd p.js2 {
  color: #fff;
  background-color: #666;
  padding: 10px;
}

div.info > dl dd > dl > dt {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ddd;
  color: #ff4280;
}

div.info > dl dd > dl > dd {
  padding-left: 0;
}

div.info > dl dd ul li {
  margin-bottom: 10px;
}

.viSimpleSlider, #testDiv {
  width: 100%;
  padding-bottom:300px;
  background-color: #131313;
  overflow: hidden;
}

.viSimpleSlider ul > li, #testDiv ul > li {
  position: absolute;
  background:#131313;
  font-size: 0;
  line-height: 0;
  /*.subtitle{
                    position: absolute;
                    z-index: 3;
                    top: 10px;
                    right: 20px;
                    text-align: right;
                    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
                    h3{
                        font-weight: normal;
                        font-size: 1.2rem;
                        color: #fff;
                        margin-bottom: 10px;
                        line-height: 1.2;
                    }
                    p{
                        font-size: 0.8rem;
                        color: #fff;
                        line-height: 1.2;
                    }
                }*/
  /*@media screen and (min-width:900px){
                    .subtitle{
                        top: 40px;
                        right: 40px;
                        h3{
                            font-size: 25px;
                            color: #fff;
                            margin-bottom: 20px;
                        }
                        p{
                            font-size: 16px;
                            color: #fff;
                        }
                    }
                }*/
}

.viSimpleSlider ul > li img, #testDiv ul > li img {
  width: 100%;
  height: auto;
}

.viSimpleSlider ul > li .slideTo, #testDiv ul > li .slideTo {
  background-color: #222;
  color: #fff;
}

.viSimpleSlider ul > li .slideTo.active, #testDiv ul > li .slideTo.active {
  background-color: green;
}

.viSimpleSlider ul > li .slideTo > div, #testDiv ul > li .slideTo > div {
  font-size: 14px;
  margin-top: -20px;
}

.viSimpleSlider ul > li .slideTo > img, #testDiv ul > li .slideTo > img {
  vertical-align: top;
}

.viSimpleSlider ul > li span.indexNumber, #testDiv ul > li span.indexNumber {
  display: block;
  position: absolute;
  z-index: 3;
  left: 80px;
  top: 200px;
  color: #fff;
  font-size: 16px;
}

.viSimpleSlider .indicate, #testDiv .indicate {
  width: 100%;
  bottom:20px;
  z-index: 120;
  text-align: center;
}

.viSimpleSlider .indicate > a, #testDiv .indicate > a {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #7d7d7d;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.viSimpleSlider .indicate > a.active, #testDiv .indicate > a.active {
  background-color: #fff;
}

.viSimpleSlider .indicate:after, #testDiv .indicate:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  text-indent: -9999px;
  height: 0;
}

.viSimpleSlider a.arrowBtn, #testDiv a.arrowBtn {
  display: block;
  position: absolute;
  width: 30px;
  bottom:25px;
  height: 30px;
  margin-top: -15px;
  z-index: 120;
}

.viSimpleSlider a.arrowBtn.prev, #testDiv a.arrowBtn.prev {
  left: 10px;
  background-image: url("../img/left-arrow.png");
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.viSimpleSlider a.arrowBtn.next, #testDiv a.arrowBtn.next {
  right: 10px;
  background-image: url("../img/right-arrow.png");
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #333;
  text-align: center;
}

#footer a {
  color: #ddd;
  font-size: 11px;
}
