html > body > div.site > div.wrapper .site-content100 .entry-content {
	margin-left: 0;
	margin-right: 0;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../font/BebasNeueRegular.eot');
	src: url('../font/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('../font/BebasNeueRegular.woff') format('woff'),
		url('../font/BebasNeueRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html > body > div.site {
	background: url(../img/top-img.jpg) no-repeat 50% 103px,
				url(../img/bottom-img.jpg) no-repeat 50% bottom #fff;
}
header.post-title h1 {
	display: none;
}


.ff-b {
	max-width: 720px;
	position: relative;
	margin: 0 auto 70px;
}
.ff-b__top-text {
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	padding: 20px 0;
	color: #407087;
	font-family: Ubuntu;
	/*background: url(../img/ff-b__top-text.png) repeat-y 50% 0;*/
	margin-bottom: 40px;
}
.ff-b__top-text div {
	max-width: 460px;
	margin: 0 auto;
}
.ff-b canvas {
	max-width: 100%;
	height: auto; 
}
.canvas-container {
	max-width: 100%;
	border: 2px solid #4b78bb;
	margin-bottom: 20px;
}
.btns-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.btns-row > div {
	width: 30%;
}
html > body > div.site > div.wrapper .site-content100 .entry-content {
	padding-top: 450px;
}

.change-img {
	display:  flex;
	justify-content: center;
	margin: 24px 0 36px;
}
.change-img i {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #4b78bb;
	margin: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.change-img i.select {
	background: #4b78bb;
	cursor: default;
}

.upload-btn {
	text-align: center;
	font-size: 29px;
	text-transform: uppercase;
	width: 280px;
	height: 66px;
	border:  2px solid #4b78bb;
	color: #4b78bb;
	display: block;
	margin: 0 auto;
	line-height: 68px;
	cursor: pointer;
	margin-bottom: 14px;
	font-family: 'Bebas Neue';
}
.btn {
	text-align: center;
	font-size: 29px;
	text-transform: uppercase;
	width: 100%;
	height: 68px;
	border:  2px solid #4b78bb;
	/*background: #4b78bb;*/
	color: #4b78bb;
	display: block;
	margin: 0 auto;
	line-height: 74px;
	cursor: pointer;
	font-family: 'Bebas Neue';
}
.btn:hover {
	border-color: #34517b;
	color: #34517b;
}
.ff-b__disc {
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	color: #727375;
}



.rdr2-share {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.rdr2-share span {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #4b78bb;
	margin: 0 15px;
	font-family: 'Bebas Neue';
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-size: 25px;
}

.ff-bottom-b {
	background: url(../img/ff-bottom-b.jpg) no-repeat;
	height: 596px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
}
.ff-bottom-b__text {
	font-size: 16px;
	line-height: 23px;
	color: #081e35;
	padding: 18px 55px;
	max-width: 610px;
	background: url(../img/ff-bottom-b__text.png) repeat-y;
}
.ff-bottom-b__text b {
	font-weight: 800;
}
.ff-bottom-b__btn {
	position: absolute!important;
	right: 50px;
	bottom: 40px;
	display: block;
	width: 281px;
	height: 83px;
	border: 2px solid #fff!important;
	box-shadow: none!important;
	text-align: center;
	color: #fff!important;
	font-size: 35px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 83px;
	background: rgba(40,44,126,0.7);
}
.ff-bottom-b__btn:hover {
	opacity: 0.7;
}
.ff-disc {
	font-size: 16px;

}
.ff-disc b {
	font-weight: 800;
}
.ff-disc span {
	color: #a50000;
}
.header_wrap,
.under_nav {
	display: none!important;
}
.ff-b-header {
	border-bottom: 4px solid #262a78;
	display: flex;
	align-items: center;
	height: 100px;
	margin: -40px -20px -40px;
	padding: 0 15px;
}
.ff-b-header ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.ff-b-header ul li {
	margin: 12px;
}
.ff-b-header ul a {
	text-transform: uppercase;
	font-size: 22px;
	color: #232323;
	text-decoration: none;
	    font-family: 'Cuprum', sans-serif;
}
.add-text-popup {
	position: absolute;
	width: 720px;
	padding: 0 0px;
	box-sizing: border-box;
	top: 366px;
}
.add-text-popup input {
	width: 90%;
	height: 50px;
	display: block;
	background: rgba(255,255,255,0.7);
	margin-bottom: 50px;
	margin: 0 auto 48px;
	text-align: center;
	font-size: 20px;
	border: 2px solid #bebebe
}
.add-text-popup .btn {
	background: #4b78bb;
	color: #fff;
}
.add-text-popup .btn:hover {
	background: #34517b;
}


@media (max-width: 600px) {
	.ff-b-header {
		display: block; 
		background: #fff;
		text-align: center;
		height: auto;
	}
	.ff-b-header .logo {
		display: block;
		margin: 0 auto;
	}
	.ff-b-header ul a {
		font-size: 14px;
	}
	html > body > div.site {
	    background: url(../img/top-img.jpg) no-repeat 78% 163px, url(../img/bottom-img.jpg) no-repeat 50% bottom #fff;
	}
	html > body > div.site > div.wrapper .site-content100 .entry-content {
	    padding-top: 262px;
	}
	.ff-b canvas{
		height: auto!important;
	}
	.canvas-container {
	    height: 52vw!important;
	}
	.btn {
		font-size: 13px;
		height: 36px;
		line-height: 40px;
	}
	.add-text-popup {
		width: 100%;
		top: 117px;
	}
}