@charset "utf-8";
/* CSS Document */
.blog-title {
	font-size:22px;
	text-transform:uppercase;
	margin-top: 0px;
	font-weight: bold;
}

.blog-top{
	height:65px;
	text-align:left;
}

.blog-sub{
	margin-top: 5px;
	font-size: 12px;
}
.blog-subtitle{
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}


.blog-text{
    margin:15px 0px;   
	float:left;
	width:53%;
	line-height:20px;
}

.blog-text a{
	font-weight: bold;
	color:#fff;
}

.blog-center{height:90px;
}

.blog-subtitle a{
	color:#3a3a3a;
}

.workshop-center{
	height:100px;
	}

.blog-bottom{
	margin-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media only screen and (min-width: 501px) and (max-width: 1366px){


.blog-text {
    margin: 15px 0px;
    float: left;
    width: 98%;
    line-height: 20px;
    padding: 15px;
}
}