#profile_container .item {
    padding: 0;
}

#profile_container .carousel-indicators {
    bottom: -5vw;
}

.youtube {
    background: #cc181e;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.vthumb_container > div {
    margin-bottom: 10px;
}

.vthumb_container > div a{
    display: block;
    position: relative;
}

.vthumb_container > div a:before{
    content: "";
    background: url('../images/play_clear.png') center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.office_social > div{
    float: none;
    text-align: left;
    padding: 0;
    margin-bottom: 13px;
}

.office_social img {
    border-radius: 5px;
    width: 40px;
}

.office_social a span:first-of-type {
    display: inline-block;
    font-family: av_bold;
    font-size: 14px;
    margin-left: 15px;
    float: none;
}

.office_social a span:first-of-type:after {
    content: ">>";
    margin-left: 15px;
    color: #fd6b00;
    vertical-align: text-bottom;
    font-family: av_light;
    font-size: 14px;
}

.office_social a {
    text-decoration: none;
    color: #000;
}

.office_social .soc_aro {
    display: none;
}

.vthumb_container {	
	margin-top:0.2em;
	height:50vh;
    /*overflow-y: auto;*/
	
}

.vthumb_container div{
	width:33.33%;
	padding:1.67%;
	float:left;
}

.vthumb_container img{
	width:100%;
}

#utube_container{
	/*display: none;*/
	position:fixed;
/*	top:50%;
	left:50%;*/
	z-index:111;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	
}
#myModal{
	
}