@charset "UTF-8";
*
{
	margin: 0;
	padding: 0;
	outline: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body
{
	font-family: "Gopher Text W05 Regular", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
    line-height: 27px;
}

body, html
{
	background: #e8d2c8;
	color: #2b5355;
	position: relative;
	overflow-x: hidden;
}

a, a:visited
{
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid #2b5355;
}
	a:hover
	{
		
	}

h1, h2, h3, h4, h5
{
	font-family: "Gopher Display W05 Bold", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 128px;
	line-height: 122px;
	margin-bottom: 30px;
}
h2
{
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 30px;
}
h3
{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 30px;
}
p
{
	margin-bottom: 30px;
}

strong
{
	font-family: 'Gopher Text W05 Bold';
	font-weight: normal;
}

::selection
{
	color: #fff;
	background: #000;
}

img, iframe
{
	display: block;
}

/*
	common styles
*/

.left
{
	float: left;
}
.right
{
	float: right;
}
.hidden
{
	display: none;
}
.fs
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.centered
{
	position: inherit;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.middle
{
	position: inherit;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.transition
{
	transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*
	fonts

	font-family:'Gopher Display W05 Bold';
	font-family:'Gopher Text W05 Regular';
	font-family:'Gopher Text W05 Bold';


@font-face {
    font-family: "Santral";
    src: url('fonts/Santral-Medium.woff') format("woff");
    font-style: normal;
    font-weight: 400;
}

*/


/*
	other
*/

.goog-te-banner-frame.skiptranslate
{
    display: none !important;
}

/*
	clearfix
*/

.clearfix:after
{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix
{
	display: block;
}
