/**
* Font face
*/
@font-face {
	font-family: 'bouda-rajdhaniregular';
	src: url('fonts/rajdhani-regular-webfont.eot');
	src: url('fonts/rajdhani-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/rajdhani-regular-webfont.woff2') format('woff2'),
	url('fonts/rajdhani-regular-webfont.woff') format('woff'),
	url('fonts/rajdhani-regular-webfont.ttf') format('truetype'),
	url('fonts/rajdhani-regular-webfont.svg#rajdhaniregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/**
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #FFFFFF;
	min-height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/*
* Site structure
*/
html, body {
	height: 100%;
	width: 100%;
}
.page {
	font-family: bouda-rajdhaniregular, sans-serif;
	text-align: center;
	height: 100%;
}
.page .wrapper {
	margin: 0 auto;
	max-width: 1150px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 2em;
	box-sizing: border-box;
}
.page .logo {
	width: 66.2608%;
	margin: 0 auto;
	box-sizing: border-box;
}
.page .logo img {
	width: 100%;
	max-width: 762px;
	height: auto;
}
.page .slogan {
	text-transform: uppercase;
	font-size: 30px;
	font-size: 3em;
	line-height: 1.5;
	margin-top: 1em;
}
.page .phone {
	font-size: 20px;
	font-size: 2em;
	line-height: 1.5;
	margin-top: 1em;
}
@media all and (max-width: 1150px) {
	.wrapper {
		padding: 1em;
		box-sizing: border-box;
	}
}