* {
	outline: none;
	margin: 0;
	padding: 0; 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
    margin: 0;
	padding: 0;
    font-family: 'Underdog', cursive;
    font-size: 36px;
    /*background: url(../img/bg.jpg) no-repeat center top, #021e15;
    background-size: 1800px 994px;*/
    color: #86340e;
}
a, a:hover {
    text-decoration: none;
    color: #fff;
}
header {
    height: 605px;
    background: url(../img/header-bg.jpg) no-repeat center top, #021e15;
}
header .center {
    height: 605px;
}
.center {
    position: relative;
    width: 970px;
    margin: 0 auto;
}
.logo {
    width: 104px;
    margin: 0px auto 25px;
    padding-top: 15px;
    text-align: center;
}
.logo img {
    display: block;
}
header .title {
    margin-bottom: 50px;
}
.title {
    text-align: center;
    text-transform: uppercase;
}
.title-title {
    
}
.title-title.text {
    padding: 0 50px 25px;
    color: #164935;
}
.title-title:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 34px;
    margin-right: 15px;
    background: url(../img/title-left.png);
    transform: translateY(6px);
}
.title-title.text:before {
    background: url(../img/title-left-g.png);
}
.title-title.text:after {
    background: url(../img/title-right-g.png);
}
.title-title:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 34px;
    margin-left: 15px;
    background: url(../img/title-right.png);
    transform: translateY(6px);
}
.img-container {
    text-align: center;
}
.img-container img {
    display: block;
    margin: 0 auto;
}
section.games {
    padding: 95px 0 50px;
    background: #e1dcd5;
}
.games-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items:  stretch;
    align-items: stretch;
}
.game-cont {
    position: relative;
    width: 316px;
    height: 231px;
    overflow: hidden;
}
.game-cont img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.game-cont .game-btm-contein {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    /*top: -100%;
    left: -100%;*/
    top:0;
    left:0;
    opacity: 0;
    background: rgba(0, 57, 59, .9);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.game-cont:hover .game-btm-contein {
    /*top:0;
    left:0;*/
    opacity: 1;
}
/*.game-cont .game-btm-contein {
    top:0;
    left:0;
}*/
.game-cont .game-btm-contein a {
    display: inline-block;
    width: 168px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #00675a;
    border-radius: 5px;
    background: #e4ef0b;
    box-shadow: 0px 2px 0px #28f351;
    transform: translate(-145%, -311%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.game-cont:hover .game-btm-contein a {
    transform: translate(0, 0);
    opacity: 1;
}

.btn {
    position: absolute;
    bottom: -85px;
    left: calc(50% - 255px);
	width: 509px;
	height: 213px;
	display: block;
	margin: 10px auto 0;
	background: url(../img/btn.png) no-repeat center top;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
			transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	   -moz-transition-property: -webkit-transform;
		-ms-transition-property: -webkit-transform;
         -o-transition-property: -webkit-transform;
			transition-property: transform;
	
}
.btn:hover {
	/*background: url(../img/btn_reg.png) no-repeat center -120px;*/
    background-position: center bottom;
	-webkit-transform: scale(1.02);
	   -moz-transform: scale(1.02);
		-ms-transform: scale(1.02);
         -o-transform: scale(1.02);
			transform: scale(1.02);
}
.welcome {
    height: 501px;
    padding-top: 30px;
    border-bottom: 3px solid #1b141d;
    background: url(../img/welcome-bg.jpg) no-repeat center, #006761;
}
.welcome .title-title {
    font-size: 60px;
    color: #f0ef04;
    transform: translateY(-2px);
}
.welcome .title-title:after,
.welcome .title-title:before {
    transform: translateY(-2px);
}
footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 80px;
    background: #272129;
    border-top: 2px solid #3b363f;
}


@media (max-width: 829px) {
    .center {
        height: 100vh;
        background: url(../img/bg.jpg) no-repeat center top;
        background-size: 1800px 994px;
    }
    .fire-container {
        z-index: 0;
    }
}