/* CSS Document */
a {
	color: #64100B;
}
span.error {
    color: #e00707;
}
div.success {
    color: green;
    text-align: center;
    font-size: 17px;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media only screen and (max-width: 767px) {
	.mobile-mt40{
		margin-top: 40px;
	}
	#ex1 .row{
		margin-top: 20px;
	}
	.box {
		margin-bottom: 20px;
	}
}