/*
Theme Name: Wazer English.
Theme URI: http://www.wazer.ly
Author: Wazer
Author URI: http://www.wazer.ly
*/


@import "css/reset.css";

@font-face {
	font-family: GSTM;
	src: url('fonts/gest.otf');
}



html, body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-width: 100%;
}

html {
	background-image: url(img/home_bg.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-size: cover;
}

body {
	background-image: url(img/home_pattern.png);
	background-repeat: repeat;
}

#logos_holder {
	margin: auto;
	top: 40%;
	width: 778px;
	height: 101px;
	background: #FFF url(img/logos.jpg) center center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #333;
}

.button {
	display: block;
	width: 90px;
	height: 34px;
	border-radius: 3px;
	line-height: 34px;
	font-family: GSTM;
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: -17px;
	text-decoration: none;
}

.red { background: #94111e; left: 150px; }
.blue {background: #224d9a; right: 150px;}

.button:hover {
	background: #333;
}