.social_blocks{
	padding: 80px 0;
}
.ss_youtube_box {
    width: 100%;
	border: 1px solid #ccc;
    padding: 10px;
}
.youtube_block {
    width: 100%;
    margin-bottom: 10px;
}
.ss_y_logo {
float: left;
margin-right: 5px;
}
.ss_y_logo img {
    width: 70px;
}
.ss_y_channel {
font-size: 20px;
padding-top: 5px;
}
.ss_y_channel_detail ul {
    display: inline-flex;
    list-style: none;
    font-size: 11px;
	font-weight:bold;
}
.ss_video_list {
    width: 100%;
    display: table;
}
.ss_video_list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.ss_video_list ul li {
    display: inline-flex;
    margin: 3px;
}
.ss_video_list ul li img {
    max-width: 100px;
    max-height: 75px;
    width: 100px;
    height: 75px;
}
.ss_video_title{
    display:none;
}
.ss_v_view{
    text-align:left;
    font-size: 12px;
	font-weight: bold;
}


.ss_insta_box {
    width: 100%;
	border: 1px solid #ccc;
    padding: 10px;
}
.insta_block {
    width: 100%;
    margin-bottom: 10px;
}
.ss_i_logo {
float: left;
margin-right: 5px;
}
.ss_i_logo img {
    width: 70px;
}
.ss_i_channel {
font-size: 20px;
padding-top: 5px;
}
.ss_i_channel_detail ul {
    display: inline-flex;
    list-style: none;
    font-size: 11px;
	font-weight: bold;
}
.ss_ins_video_list {
    width: 100%;
    display: table;
}
.ss_ins_video_list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.ss_ins_video_list ul li {
    display: inline-flex;
    margin: 3px;
	padding-bottom:2px;
}
.ss_ins_video_list ul li img {
    max-width: 100px;
    max-height: 75px;
    width: 100px;
    height: 75px;
}
.ss_ins_video_title{
    display:none;
}
.ss_i_view{
    text-align:left;
    font-size: 12px;
	font-weight: bold;
}

.ss_ins_video_list li img:before {
	content: " ";
	font-size: 1000px;
	background-image: url('../images/default.png');
	display: block;
	width: 100px;
	height: 75px;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: center;
}

.itf-facebook-like-box{
	border: 1px solid #ccc;
    padding: 14px 10px;
	height: 367px;
}

.ss_sub_channels {
    position: relative;
    width: 100%;
	padding: 5px 0 0 75px;
}
.instbtns {
    width: 100px;
    background: #f09433!important; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important; 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 )!important;
    color: #FFF!important;
	padding:3px 12px!important;
}
.instbtns:hover{
    color: #fff!important;
	font-weight:bold;
}
.ss_i_follow_btn{
	margin: 5px 0 0 75px;
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

.ss_heading_youtube{
	background-color: #e62117;
    color: #fff;
	font-weight:700;
    width: 110px;
    height: 30px;
	margin: 0 auto;
    padding: 5px 0 0 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    
}

.ss_heading_insta{
	background: #f09433!important; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important; 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 )!important;
    color: #fff;
	font-weight:700;
    width: 110px;
    height: 30px;
	margin: 0 auto;
    padding: 5px 0 0 0;
    border-radius: 10px 10px 0 0;
    text-align: center;    
	
}

.ss_heading_facebook{
	background-color: #3a5897;
    color: #fff;
	font-weight:700;
    width: 110px;
    height: 30px;
	margin: 0 auto;
    padding: 5px 0 0 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    
}

@media (max-width: 400px){
.ss_video_list ul li img {
    max-width: 89px;
    max-height: 75px;
    width: 89px;
    height: 75px;
} 
	.ss_ins_video_list ul li img {
    max-width: 89px;
    max-height: 75px;
    width: 89px;
    height: 75px;
}
}