.align-center {
    text-align: center;
}

.floatleft,
.floatLeft {
    float: left !important;
}

.floatright,
.floatRight {
    float: right !important;
}

content {
	font-family: Arial, sans-serif;
}

/*********************************************************************/

.bgContainer {
	width: 100%;
	background: #fff url("../image/bg.jpg") no-repeat center -130px;
}

.section-1 {
	text-align: center;
	padding-top: 680px;
}

.section-1 .semiTransBg {
	background: url("../image/semiTransparentDot.png");
}


.section-1 h1,
.section-1 h2 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 42px;
	color:#eb2127;
}


.section-1 h2 {
	font-weight: bold;
	text-transform: uppercase;
}

.section-1 .txtContent {
	padding:64px;
}

.section-1 .txtPara {
	padding: 0 3.5rem;
}

.section-1 .ytVideo {
	width: 100%;
    margin: 50px auto 30px;
}


.section-1 .ytVideo iframe {
    width: 100%;
    display: block;
    width:100%;
    height:100%;
}

.section-1 .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
    max-width: 100%;
}

.section-1 .embed-container iframe,
.section-1 .embed-container object,
.section-1 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottomSection {
	padding-bottom: 100px;
}

.section-1 .social p {
	margin: 0;
	padding: 0;
}

.section-1 .social b {
	position: relative;
	top:2px;
	padding-right: 5px;
}

.section-1 .partners {
	display: inline-block;
	text-align: left;
	float: left;
}

.section-1 .social {
	float: right;
	text-align: right;
}

/*********************************************************************/

@media screen and (max-width: 768px) {
    content {
        margin-top: 3.9rem;
    }
}