html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	color: #a49da6;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
main.wrapper {
	height: 100%;	
}
a {
	color: #e74c3c;
	text-decoration: none;
}
a,
a:focus,
a:hover,
a:active {
	outline: 0;
}
a:focus {
	text-decoration: none;
}
a:hover {
	color: #e74c3c;
	text-decoration: underline;
}

::-moz-selection {
	color: #fff;
	background: #e74c3c;
}
::selection {
	color: #fff;
	background: #e74c3c;
}
.clear {
	clear: both;
}

.chess-about-us {
	color: #fff;
	position: relative;
    overflow: hidden;
	height: 100%;
}
.chess-about-us-item {
	width: 50%;
	float: left;
	min-height: 1px;
	position: relative;
	background: #3e393f;
	position: relative;
	transition: all .3s ease-in-out;
	height: 50%;
	display: table;
}
.chess-about-us-item--dark{
	background: #383339;
}
.chess-about-us-item:hover {
	background-color: rgba(0,0,0,0.5);
}
.chess-about-us-item--1 {
	background: transparent url(../img/bg1.jpg) no-repeat 50% 0 / cover;
}
.chess-about-us-item--2 {
	background: transparent url(../img/bg2.jpg) no-repeat 50% 0 / cover;
}
/*.chess-about-us-item--2:hover {
	background: #e74c3c url(../img/2.jpg) no-repeat 50% 0 / cover;
}*/
.chess-about-us-item--3 {
	background: transparent url(../img/bg3.jpg) no-repeat 50% 0 / cover;
}
.chess-about-us-item--4 {
	background: transparent url(../img/bg4.jpg) no-repeat 50% 0 / cover;
}
.chess-about-us-item:hover:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	transition: all .4s ease-in-out;
}
.chess-about-us-inner {
	/*float: left;*/
	z-index: 2;
	position: relative;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.chess-about-us h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	line-height: 1em;
}
.chess-about-us img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -615px 0 0 -615px;
}
/*@media(max-width: 768px) {
	.chess-about-us-item,
  .chess-about-us-inner {
    width: 100%;
  }
	.chess-about-us-inner--left {
		text-align: left;
	}
	.chess-about-us-inner--left,
	.chess-about-us-inner--right {
		padding: 30px 15px;
	}
	.chess-about-us img {
		display: none;
	}
}
*/