body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

.img_header {
	width: 100%;
}

.row_together {
	padding: 50px 0;
}

.row_together h2 {
	font-family: "Trade Gothic LT";
	font-weight: 400;
	font-size: 60px;
	margin-bottom: 30px;
	text-transform: none;
}

.row_together p {
	font-family: "Gill Sans Infant";
	font-weight: 400;
	font-size: 35px;
}

.red_bg{
	background: #DA291C;
	padding: 150px 80px 100px;
	margin: 0;
}

.row_video {
	background: #DA291C;
	position: relative;
}

.border_top {
	position: absolute;
	height: 20px;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

.border_bottom {
	position: absolute;
	height: 20px;
	background: #fff;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.row_video h3 {
	font-family: "Trade Gothic LT";
	font-weight: 400;
	font-size: 70px;
	color: #fff;
	margin-bottom: 60px;
}

.row_video p {
	font-family: "Gill Sans Infant";
	font-weight: 400;
	font-size: 35px;
	color: #fff;
}

.yt_container {
	padding: 0;
	z-index: 2;
	background: url(images/yt_background.jpg) no-repeat center center;
	background-size: cover;
}

.yt_container a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.row_video img {
    width: 100%;
}

.row_circles {
	margin: 80px 0 50px;
}

.row_circles a {
	color: #000;
}

.row_circles a:hover {
	color: #DA291C;
}

.row_circles .circle {
	display: block; 
	width: 20%;
	float: left;
	text-align: center;
}

.circle h4 {
	font-family: "Gill Sans Infant";
	font-weight: bold;
	font-size: 32px;
	margin: 40px 0 20px;
	padding: 0 15px;
}

.circle p {
	font-family: "Gill Sans Infant";
	font-weight: 400;
	font-size: 28px;
	padding: 0 15px;
}

.row_friends {
	background: #F7F6F3;
	padding: 130px 200px 100px;
}

.row_friends h2 {
	font-family: "Trade Gothic LT";
	font-size: 70px;
	color: #DA291C;
	margin-bottom: 50px; 
}

.row_friends > p {
	font-family: "Gill Sans Infant";
	font-weight: 400;
	font-size: 28px;
	padding: 0 15px;
	margin-bottom: 30px;
}

.row_friends h4 {
	font-family: "Gill Sans Infant";
	font-weight: bold;
	font-size: 32px;
	margin: 40px 0 20px;
	padding: 0 15px;
}

.row_friends .item p {
	font-family: "Gill Sans Infant";
	font-weight: 400;
	font-size: 28px;
	padding: 0 15px;
}

.owl-prev {
	display: block;
	width: 77px;
	height: 77px;
	background: url(images/owl_prev.svg) no-repeat center center !important;
	position: absolute;
	left: -130px;
	top: 50%;
	font-size: 0;
	text-indent: -9999px;
}

.owl-next {
	display: block;
	width: 77px;
	height: 77px;
	background: url(images/owl_next.svg) no-repeat center center !important;
	position: absolute;
	right: -130px;
	top: 50%;
	font-size: 0;
	text-indent: -9999px;
}

#mc_embed_signup input {
	width: 100%;
	border: 1px solid #D1CCBD;
	height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 16px;
    line-height: 1.42857;
    color: #555;
    display: block;
    margin-bottom: 15px;
}

#mc_embed_signup input[type="email"] {
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: calc(100% - 135px);
    float: left;
}

#mc_embed_signup input[type="submit"] {
	width: auto;
	padding: 4px 24px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    transition-timing-function: ease;
    background: 0 0;
    color: #DA291C;
    margin-left: -1px;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.social-icons .stc-icon.stc-icon-circle {
	width: 72px;
	height: 72px;
}

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

	.red_bg {
	    padding: 50px 80px 50px;
	}

	.yt_container {
		height: auto !important;
	}

	.yt_container a {
		position: static;
	}

	.border_top,
	.border_bottom {
		display: none;
	}

	.row_circles {
		margin-top: 50px;
	}

	.row_circles .circle {
		width: 50%;
		margin-bottom: 30px;
	}

	.row_circles .circle:last-child {
		clear: both;
	}

	.row_friends {
	    padding: 50px 100px 50px;
	}

	.owl-next {
		background-size: 45px !important;
		right: -80px;
	}

	.owl-prev {
		background-size: 45px !important;
		left: -80px;
	}
}

@media only screen and (max-width: 767px) {
	.row_together {
		padding: 30px 0;
	}

	.row_together h2 {
		font-size: 40px;
	}

	.row_together p {
		font-size: 24px;
	}

	.red_bg {
		padding: 40px;
	}

	.row_video h3 {
		font-size: 40px;
	}

	.row_video p {
		font-size: 24px;
	}

	.row_video .invisible {
		padding: 0;
	}

	.row_circles .circle {
		width: 100%;
	}

	.circle h4 {
		margin: 20px 0 10px;
		font-size: 24px;
	}
	.circle h4 {
		margin: 20px 0 10px;
		font-size: 24px;
	}

	.circle p {
		font-size: 24px;
	}

	.row_friends {
		padding: 50px 20px;
	}

	.row_friends h2 {
		font-size: 40px;
	}

	.row_friends > p {
		font-size: 24px;
	}

	.owl-next {
	    right: 0;
		bottom: -40px;
		top: auto;
	}

	.owl-prev {
	    left: 0;
		bottom: -40px;
		top: auto;
	}

	.row_friends h4 {
		font-size: 24px;
	}

	.row_friends p {
		font-size: 24px;
	}
}
