

#c_insta {
    margin-top: 40px;
   
    width: 216px;
}
#c_insta .title
{
	    margin-bottom: 27px;
    text-align: center;
	
}

.c_inst_image
{
	margin-bottom:10px;
	display:block;
width:100%;

}
.c_inst_title
{
    line-height: 23px;
    font-size: 15px;
    white-space: normal;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-bottom: 24px;
}

.c_inst
{
	display:block;
	margin-bottom:27px;
}
#c_podpinsta
{
	padding-bottom:10px;
}
#c_podpinsta a
{
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    padding-top: 13px;
    height: 50px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    
}


@media only screen and (max-width: 1166px)
{
	
#c_insta {
    margin-left: 33px;
	
}

}



@media screen and (max-width: 700px)
{

	
#c_insta {
    display:none;
	
}

}