@font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    src: local('Philosopher'), local('OpenSans'), url('philosopher_400.ttf') format('woff');
}
@font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 700;
    src: local('Philosopher Bold'), local('OpenSans-Semibold'), url('philosopher_700.ttf') format('woff');
}

body, html {
	height: 100%;
}
body {
	margin: 0 auto;
	font-size: 16px;
	color: #2e2e2e;
	font-family: 'Philosopher', sans-serif;
    background: #f8ebd7 url('../img/bg-pattern.png') top center repeat;
	font-weight: 300;
}

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

input,select,option,p,form,ul,li,h1,h2,h3,h4,h5,h6,td,img,table {
	margin: 0;
	padding: 0;
	border: 0;
}
::selection {
	background: #707070;
	color: white;
}
::-moz-selection {
	background: #707070;
	color: white;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

img {
	vertical-align: middle;
}

a:link,
a:visited {
	color: #676767;
	text-decoration: underline;
	font-size: 1em;
	cursor: pointer;

	transition: color 0.3s ease;
}
a:hover,
a:active {
	color: #999999;
}

body > div.main-wrapper {
	overflow: hidden;
	min-height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
    background: url(../img/welcome.png) center top no-repeat;
}

body > div.main-wrapper > section {
	display: table-cell;
	vertical-align: middle;
}
body > div.main-wrapper > section > div {
	width: 500px;
	padding: 20px;
    min-height: 500px;
    background: url(../img/welcome-logo.png) 50% 0 no-repeat;
    position: relative;
    z-index: 1;
    margin: 30px auto 0;
}
/*body > div.main-wrapper > section > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: rgba(183, 47, 0, 0.2);
    border-radius: 100%;
    z-index: -1;
}*/
div#logo {
    display: none;
    width: 153px;
    height: 153px;
	float: none!important;
}
h3 {
	text-align: center;
	color: #2e2e2e;
	font-size: 0.875em;
	font-weight: 300;
    max-width: 120px;
    margin: 66px auto 0;
}
nav.buttons {
	margin-top: 20px;
	text-align: center;
}

a.button {
	background: #f57700;
    background: linear-gradient(to top, #f57700, #f89400);
    width: 118px;
	height: 118px;
    line-height: 118px;
	color: #fffefe;
	font-size: 1.5em;
	font-family: 'Philosopher', sans-serif;
	cursor: pointer;
	-webkit-appearance: none;
	display: block;
    margin: 0 auto 20px;
    text-shadow: 0 1px 2px rgba(188, 57, 0, 0.8);
    border-radius: 100%;
    text-decoration: none;
}
a.button:hover {
	background: #f89400;
	text-decoration: none;
}
a.exit {
	color: #000000;
    text-decoration: underline;
    font-size: 0.875em;
}
a.exit:hover {
	color: #333;
}

div.message,
div.cp {
	text-align: center;
}
div.message {
	line-height: 22px;
	margin-top: 195px;
    color: #373737;
    font-size: 0.875em;
}
div.cp {
	margin: 35px 0 20px;
    color: #676767;
    font-size: 0.85em;
}

/*** TABLET VIEW ***/

/*** TABLET VIEW END ***/

/*** MOBILE VIEW ***/
@media screen and (max-width: 498px) {

    body > div.main-wrapper > section > div {
        width: 100%;
    }
    body > div.main-wrapper > section > div:after {
        display: none;
    }
}
/*** MOBILE VIEW END ***/

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    body > div.main-wrapper > section > div {
        background-image: url(../img/@2x/welcome-logo.png);
        background-size: contain;
    }
}
/*** PIXEL RATIO 1.5 END ***/
