/* http://www.menucool.com/jquery-slider */
.thumbs{
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
	margin:0;
	padding:0;
    position:relative;
    -webkit-user-select: none;
	font-family: 'Oswald', sans-serif;
    font:'Oswald Light';
}
.thumbs div.inner {
    width:auto;
    /*the followings should not be changed */
    height:100%;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
    margin:0 auto;
}
.thumbs div.inner ul {    
    /*the followings should not be changed */
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}
.thumbs ul li {
    display:block;   
    margin:0;
    margin-bottom:3px; /* Spacing between thumbs*/
    box-sizing:content-box;
    text-align:center;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;
}
#thumbs2 {
    height:200px;     
	margin-top:10px;
}

#thumbs2 .posts{
	padding:1px 0;
	text-align:left;
	line-height:2px;
}
#thumbs2 h4{	
	color:#6c6c6c;
	font-size:11pt;
	text-transform:uppercase;
	font-weight:300;
}
#thumbs2 h5{
	color:#ff0078;
    font-size:9pt;
	font-weight:300;
	margin-left:10px;
	text-transform:uppercase;
}
#thumbs2 h4:before{
	content:'.';
	font-size:20pt;
	font-weight:bolder;
	color:#ff0078;
	padding-right:5px;
	margin-top:-13px;
}
#thumbs3 {
    height:225px;
}
.tweets-twitter{
	float: left;
    width: 100%;
    margin: 0 0 7px 0;
}
.tweets-twitter img{
	float: left;
    margin: 0 10px 0 0;
}
#thumbs3 h4{
	color:#6c6c6c;
	font-size:11pt;
	text-transform:uppercase;
	font-weight:300;
	line-height:20px;
}
#thumbs3 h6{
	color:#ff0078;
	font-size:9pt;
	font-weight:300;
	text-transform:uppercase;
	margin-top:0px;
}
#thumbs3 .tweets{
	height:110px;
	text-align:left;
}
#thumbs4 {
    height:170px; 
} 
#thumbs4 h3{
	color:#454545;
	font-size:16pt;
	text-transform:uppercase;
	font-weight:300;
}
#thumbs4 h6{
	color:#ff0078;
	font-size:10pt;
	margin-top:0px;
	text-align:left;
	font-weight:300;
	}
#thumbs4 p{
	font-family:'Open Sans';
	font:'OpenSans Regular';
	color:#454545;
	font-size:11pt;
	font-weight:300;
	line-height:21px;
}
#thumbs4 .choreographer{
	height:170px;
	padding:5px 0;
	text-align:left;
}
@media(max-width:1199px) and (min-width:900px){
	#thumbs4 img{
		display:none;
	}
}
@media(max-width:380px){
	#thumbs4 img{
		display:none;
	}
}