header {
	width: 100%;
	height: 156px;
	background-image: url("../img/header-bg.png");
	border-bottom: 3px solid #0098a6;
	text-align: center;
}

footer {
	text-align: center;
    padding-bottom: 35px;
    margin-top: 50px;
}

.img-wrapper {
	width: 720px;
	display: inline-block;
	margin: 0 auto;
}

.one {
	margin-top: 65px;
}

body {
	background-image: url("../img/background.png");
	color: #fff;
}

.content {
	width: 100%;
	min-height: 760px;
}

.left,
.right {
	width: 49.8%;
	display: inline-block;
}

.left img {
	position: relative;
    float: right;
    right: 10%;
    margin-top: 100px;
}

.left span {
	display: block;
    float: right;
    clear: both;
    font-size: 30px;
    right: 28%;
    position: relative;
    top: 13px;
}

.right img {
	float: left;
    position: relative;
    left: 10%;
    margin-top: 100px;
}

.right span {
	display: block;
    float: left;
    clear: both;
    font-size: 30px;
    left: 31%;
    position: relative;
    top: 13px;
}

.left img:hover,
.right img:hover {
	cursor: pointer;
	opacity: 0.9;
}

/*@media screen and (min-width: 1375px) and (max-width: 900px) {*/
@media screen and (max-width: 1375px) {
	.left,
	.right {
		width: 100%;
		text-align: center;
	}

	.left img,
	.right img {
	    position: unset;
	    float: unset;
	    display: inline-block;
	    margin: 100px auto 0 auto;
	}

	.left span,
	.right span {
	    float: unset;
	    clear: both;
	    position: unset;
	    margin-top: 13px;
	    font-size: 20px;
	}

	.right {
		/*margin-bottom: 100px;*/
	}
}

@media screen and (max-width: 780px) {
	.img-wrapper {
		padding: 0 27px;
	}

	.img-wrapper,
	.one {
	    width: 100%;
	}

	.one {
		margin-top: 20px;
	}

	header {
		height: 95px;
	}

	.left img,
	.right img {
		width: 90%;
		margin : 30px auto 0 auto;
	}

	.left span,
	.right span {
	    margin-top: 3px;
	    font-size: 20px;
	}
}

/*@media screen and (max-width: 630px) {
	.left img,
	.right img {
		width: 93%;
	}
}*/