
html,body{
    background-image: url(../images/workshop-bg.jpg);
    background-position: top center;
}
.ws-menu-box {
    background-color: #0c6db1;
}

.ws-menu {
    list-style: none;
    border: 1px solid #222836;
    border-top: none;
    border-bottom: none;
    padding: 0;
    line-height: 60px;
    margin: 0;
}
.ws-menu li{
    width: 12.499999995%;
    border: 1px solid #222836;
/*    border-top: none;
    border-bottom: none;*/
    text-align: center;
    float: right;
    background-color: #0c6db1;
    transition: all 0.2s ease-out;
    height: 100%;
	width:16%;
}
.ws-menu li:hover{
    background-color: #5397c8;
}
.ws-menu li a{
    color: #fff;
    font-size: 16px;
}

.ws-content {
    max-width: 980px;
    padding: 30px 15px 40px 15px;
    text-align: center;
}
.ws-content h1{
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 45px;
}

.content-box {
    min-height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
}

.video-box {
    border: 3px solid #d3d3d3;
    border-radius: 7px;
    background-color: #f3f3f3;
}

.video-box-header {
    min-height: 100px;
    background-image: -moz-linear-gradient( 90deg, rgb(141,25,28) 0%, rgb(234,49,55) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(141,25,28) 0%, rgb(234,49,55) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(141,25,28) 0%, rgb(234,49,55) 100%);
    color: #ffde00;
    border-radius: 7px 7px 0 0;
    text-align: center;
    padding: 0 90px;
}

.video-icon {
    position: absolute;
    left: -10px;
    top: -10px;
}

.video-download-bt {
    height: 100%;
    border-radius: 0 7px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    border-left:3px solid #970305;
    background-image: url(../images/workshop-video-download.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.video-download-bt:hover {
    background-color: #970305;
}

.video-box-header h2{
    color: #ffde00;
    width: 100%;
    margin-top: 15px;
}
.video-box-header h3{
    color: #ffde00;
    width: 100%;
    margin-top: 10px;
}
.video-frame {
    padding: 15px;
}
.video-frame img{
    width: 100%;
}
.lesson-box .spanWorkShop {
    width: 100%;
    color: #64bc46;
    font-size: 35px;
    text-align: center;
    display: inline-block;
    margin: 15px 0;
}
.lesson-box p{
    width: 100%;
    color: #6e6e6e;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin: 0 0 15px 0;
}
.no-link {
    clear: both;
    color: #969696;
    margin: 15px 0 40px 0;
    font-size: 16px;
    display: block;
}
.no-link:hover {
    color: #000;
}

.pics-item {
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    float: left;
}
.pics-item img{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #969799;
}

