@charset "UTF-8";
/* CSS Document */

.row-program {
    display: flex;
    flex-wrap: wrap;
}

.row-program > [class*='col-'] {
    margin-bottom: 30px;
}

#social_sidebar {
	text-align: center;
	margin-top: 25px;
}

#social_sidebar p {
	font-size: 12px;
	color: #8c8c8c;
}

#social_sidebar ul {
	margin: 0;
	padding: 0 0 3px 0;
	text-align: center;
}

#social_sidebar ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

#social_sidebar ul li a {
	color: #fe3164;
	text-align: center;
	line-height: 35px;
	display: block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#social_sidebar ul li a:hover {
	background: #fe3164;
	color: #fff;
}

.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}

#social_content {
	text-align: center;
	padding-top: 2px;
	margin-top: 4px;
}

#social_content p {
	font-size: 12px;
	color: #8c8c8c;
}

#social_content ul {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#social_content ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

#social_content ul li a {
	color: #fff;
	background-color: #fe3164;
	text-align: center;
	line-height: 35px;
	display: block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#social_content ul li a:hover {
	background: #fff;
	color: rgb(255, 0, 0);
}