#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#slider, #slider .sliderInner {
    float: left;
    width: 100%;
    height:100%;/* Must be the same size as the slider images */
    border-radius:3px;
}
.wrap_krc_slide{
    width: 50%;
    float: left;
    height: 100%;
}
#slider {
    background-color:white;
    position:relative;
    z-index: 1;
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}
.min-top-container{
    width: 100%;
    margin-top: 1em;
    height: 300px;
}
.announce-me{
    width: 24%;
    border:1px solid #CFD8DC;
    border-radius: 5px;
    margin-left: 1em;
    height: 1% auto;
    padding-bottom: 1em;
    float: left;
}
.announce-me li{
    list-style-type: none;
    float: none;
}
.announce-me li a{
   text-decoration: none;
   color: #0277BD;
font-family: 'Crimson Text', serif;
}
.announce-me li a:hover{
    text-decoration: underline;
}
.announce-me span{
    color: grey;
    font-size: 12px;
    font-family: sans-serif;
    margin-left: 4em;
}
.announce-me h3{
    color: #000;
    font-size: 20px;
    text-align: center;
}
#applys{
    padding-top:3em;
}
#applys li a{
    font-size:18px;
    
}
#applys li a:hover{
    background-color:grey;
}
.watchwords{
    width: 20%;
    padding: 0.3em;
    margin-right: 1em;
    margin-left: 1em;
    background-color: #66c5de;
    float: left;
    height: auto;
}
.watchwords p{
    color: #fff;
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
}
.watchwords i{
    margin-left: 0.2em;
}
/* the link style (if an image is wrapped by a link) */
#slider a.imgLink, #slider .video {
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;left:0px;
    border:0;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
}
#slider .video {
    background:transparent url(video.png) no-repeat 50% 50%;
}
/* Caption styles */
#slider .mc-caption {
    position:absolute;
    width:100%;
    height:6em;
    padding:10px 0;/* 10px will increase the height.*/
    left:0px;
    bottom:0px;top:auto;
    overflow:hidden;
    font: bold 14px/20px Arial;
    color:#EEE;
    text-align:center;
    background:rgba(0,0,0,0.3);
}
#slider .mc-caption a {
    color:#FB0;
    font-size: 30px;
}
#slider .mc-caption p {
    color:#fff;
    margin-bottom: 0.5em;
    font-size: 25px;
}
#slider .mc-caption a:hover {
    color:#DA0;
}
/* each bullet */
#slider .navBulletsWrapper div 
{
    width:11px;
    height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;
    cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}
#slider .navBulletsWrapper .active {
    background-position:0 -11px;
}
/* --------- Others ------- */
#slider img, #slider>b, #slider a>b {
    position:absolute; 
    border:none; 
    display:none;
}

#slider .sliderInner {
    overflow:hidden;
    position:absolute;
     top:0;
     left:0;
}

#slider>a, #slider video, #slider audio {
    display:none;
}
#slider div {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media only screen and (max-width : 1024px) {
.watchwords{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.3em;
    margin-right: 1em;
    margin-left: 0.8em;
    margin-bottom: 0.6em;
    background-color: #66c5de;
    float: left;
    height: auto;
}
.announce-me{
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    border:1px solid #CFD8DC;
    border-radius: 5px;
    height: 1% auto;
    margin-top: 6em;
    margin-bottom: 0.6em;
    padding-bottom: 1em; 
}
.wrap_krc_slide{
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    height: 90%;
}
.min-top-container{
    width: 98%;
     margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    height: 250px;
}
#slider, #slider .sliderInner {
    float: none;
    width: 100%;
    height:100%;/* Must be the same size as the slider images */
    border-radius:3px;
}
#slider {
    background-color:white;
    position:absolute;
    z-index: 1;
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}
    }
    @media only screen and (max-width : 321px) {

    }