/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300);

body,html {
	height: 100%;
}

body {
	font-family:"Source Sans Pro", sans-serif; font-weight: 400;
	background-color: #FBDED2;
}

a:link {
	color: #ff0000 !important;
	text-decoration: none;
	text-align:left;
	vertical-align:middle;
}

a:visited {
	color: #ff0000 !important;
	text-decoration: none;
	text-align:left;
	vertical-align:middle;
}

a:hover {
	color: #000000 !important; 
	text-decoration: underline;
	text-align:left;
	vertical-align:middle;
}

a.links2:active {
	color: #000000;
	text-align:left;
	margin-top:6px;
	margin-bottom:2px;
	margin-left:2px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 12px;
	vertical-align:middle;
}

.rectangle {
	position: fixed;
	left: 70px;
	top: 40px;
	padding-right: 80px;
	width: auto\9; /* ie8 */
	z-index: 2;
}

.wrapper {
	position: fixed;
	padding-right: 80px;
	margin: 0 auto;
	clear: both;
	float: none;
	width: 90%;
	z-index: 1000;
	height: auto;
}

.title {
	position: relative;
	margin-left: 90px;
	margin-top: 20px;
	width: auto\9; /* ie8 */
}

.links {
	position: relative;
	margin-top: 10px;
	margin-left: 90px;
	font-size: 20px;
	line-height: 0px;
	width: auto\9;
}



h1 {
	font-family: 'Playfair Display', serif; font-style: italic; font-weight: 900; font-size: 75px; color: #000;
	line-height: 80px;
}

.amazon {
	margin-top: 15px;
	font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; font-size: 35px; color: #000;
	line-height: 50px;
	color:fff;
}

.search {
	margin-top: 25px;
	font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-size: 20px; font-weight: 400; color: #000;
	margin-bottom: -5px;
	line-height: 50px;
	color:fff;
}

.soon, .contact {
	font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: 600; color: #000;
	line-height: 20px;
	font-size: 17px;
	position: fixed;
	z-index: 85;
	letter-spacing: 0.03em;
	-webkit-transform: rotate(90deg);	
	transform: rotate(90deg);
	z-index: 100;
}

.contact {
	height: 20px;
	position: fixed;
	top: 640px;
	right: 40px;
	color: #000;
	text-decoration: underline;
	margin: 0;
	-webkit-transform-origin: 600px 0;
	transform-origin: 600px 0px;
	width: 600px;
	text-align: left;
}

.soon {
	top: 40px;
	height: 20px;
	left: 60px;
	color: #000;
	margin: 0;
	text-decoration: none;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
	width: 600px;
	text-align: left;
}

.objectwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 1;
}

.loaded.objectwrap {
	opacity: 0.7;
}

.object {
	position: absolute;
	max-width: 40%;
	max-height: 40%;
	top: 0;
	left: 0;
	z-index: 2;	
}

.object.object_3 {
	z-index: 1;
}

.object.object_4 {
	z-index: 3;
}

.object.object_9 {
	max-width: 70%;
	max-height: 70%;
	z-index: 20;
}

#submit {
	border:0px solid;
	width:50px;
	height:50px;
	background:url("../img/go.svg") no-repeat;
	background-position: 0px 0px;
	background-size: 50px;
	cursor: hand;
}

#keyword {
	margin-bottom: 50px;
}

#submit:hover {
	width:50px;
	height:50px;
	background:url("../img/go.svg") no-repeat;
	background-position: 0px -50px;
	background-size: 50px;
	cursor: hand;
}
.form {
	position: absolute;
	height: auto;
	width: 250px;
	/*border:1px solid;*/
}
.input {
	width: 190px;
	float: left;
	/*border:1px solid;*/
}
.send {
	width: 50px;
	margin-top: 55px;
	float: right;
	/*border:1px solid;*/
}

/*------------------------------------ phone viewport ---------------------------------*/

@media screen and (max-width: 480px) {  

	.wrapper {
		top:10px;
		margin-left: -15px;
	}

	h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.special-text {
		margin-top:30px;
		font-size: 20px;
	}

	.description {
		position: fixed;
		width: 200px;
	}

	.amazon {
	font-weight: 600; font-size: 20px; color: #000;
	line-height: 22px;
	color:red;
	}

	.search {
	margin-top: 25px;
	font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-size: 15px; font-weight: 600; color: #000;
	margin-bottom: -5px;
	line-height: 50px;
	color:fff;
	}

	.soon, .contact {
	font-size: 15px;
	}

	.soon {
		height: 20px;
		bottom: 0;
		left: 50px;
	}

	.contact {
		width: 400px;
		height: 20px;
		top: 440px;
		right: 30px;
		-webkit-transform-origin: 400px 0;
		transform-origin: 400px 0px;
	}

	.object {
		max-width: 40%;
		max-height: 70%;
		z-index: 0;
	}				
}

/*------------------------------------ border ---------------------------------*/

.border-articles * {
    background-color: #fff;
    z-index: 1500;
    -webkit-transition: all .7s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all .7s cubic-bezier(.23, 1, .32, 1);
    ms-transition: all .7s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .7s cubic-bezier(.23, 1, .32, 1);
    transition: all .7s cubic-bezier(.23, 1, .32, 1)
}

.border-articles .borderL {
    width: 15px;
    height: 100%;
    position: fixed;
    left: -5px;
    top: 0
}

.border-articles.open .borderL {
    left: 0
}

.border-articles .borderT {
    width: 100%;
    height: 15px;
    position: fixed;
    top: -5px;
    left: 0
}

.border-articles.open .borderT {
    top: 0
}

.border-articles .borderR {
    width: 15px;
    height: 100%;
    position: fixed;
    right: -5px;
    top: 0
}


.border-articles .borderB {
    width: 100%;
    height: 15px;
    position: fixed;
    bottom: -5px;
    left: 0
}

.border-articles.open .borderB {
    bottom: 0
}