@charset "UTF-8";
/* CSS Document */
@font-face {font-family: "Caslon Ionic Web Regular Regular";
  src: url("../fonts/312bc9a47884bcb79a743e8cc6c357cf.eot"); /* IE9*/
  src: url("../fonts/312bc9a47884bcb79a743e8cc6c357cf.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/312bc9a47884bcb79a743e8cc6c357cf.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/312bc9a47884bcb79a743e8cc6c357cf.woff") format("woff"), /* chrome、firefox */
  url("../fonts/312bc9a47884bcb79a743e8cc6c357cf.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/312bc9a47884bcb79a743e8cc6c357cf.svg#Caslon Ionic Web Regular Regular") format("svg"); /* iOS 4.1- */
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  padding: 0;
  margin: 0;
  background-color: #1d1d1d;
  color: #E6E6E6;
  font-family: "Caslon Ionic Web Regular Regular";
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 22px;
}
a {
  color: #E6E6E6;
  text-decoration: none;
  display: block;
}
.noise {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: url('../img/general/noise.gif');
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.06;
  z-index: 1;
}
.t-close:before, .t-close:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #E6E6E6;
  top: 9px;
}
.t-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -2px;
}
.t-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -2px;
}
.t-footer a {
  padding: 0;
  margin: 0 0 15px 0;
  border-bottom: 2px #E6E6E6 solid;
  display: inline-block;
	text-transform: uppercase;
	line-height:16px;font-size: 0.7rem;
}
.t-footer p {
  padding: 0;
  margin: 0;
  line-height: 18px;
}
/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px)
{
.wrapper{
margin: 4vh;
height:92vh;
}
.part1{
width:100%;
height:auto;
max-width:600px;
}
.t-picholder {
position:relative;
width:100%;
max-width:92vh;
height:auto;
margin: 4vh 0 4vh 0;
top: 0;
transform: translateY(0);
right:0;
}
.t-close {
margin-left:-20px;
right:4vh;
top:4vh;
width: 20px;
height: 20px;
position: absolute;
z-index: 3;
}
.t-footer {
  position: absolute;
  left: 4vh;
  bottom: 4vh;
  z-index: 2;
  font-size: 0.7rem;
}
}
 
/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px)
{
.wrapper{
margin: 4vh;
height:92vh;
}
.part1{
width:100%;
height:auto;
max-width:600px;
}
.t-picholder {
position:relative;
width:100%;
max-width:92vh;
height:auto;
margin: 4vh 0 4vh 0;
top: 0;
transform: translateY(0);
right:0;
}
.t-close {
margin-left:-20px;
right:4vh;
top:4vh;
width: 20px;
height: 20px;
position: absolute;
z-index: 3;
}
.t-footer {
position: absolute;
left: 4vh;
bottom: 4vh;
z-index: 2;
font-size: 0.7rem;
}
}
 
/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px)
{
.wrapper{
margin: 4vh 6vh 0 6vh;
height:88vh;
}
.part1{
width:100%;
height:auto;
max-width:600px;
}
.t-picholder {
position:relative;
width:100%;
max-width:88vh;
height:auto;
margin: 0 0 1vh 0;
top: 0;
transform: translateY(0);
right:0;
}
.t-close {
margin-left:-20px;
right:6vh;
top:6vh;
width: 20px;
height: 20px;
position: absolute;
z-index: 3;
}
.t-footer {
position: absolute;
left: 6vh;
bottom:3vh;
z-index: 2;
font-size: 0.7rem;
}
}
 
/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px)
{
.wrapper{
margin: 4vh;
height:92vh;
}
.part1{
width:40%;
height:100%;
max-width:600px;
}
.t-picholder {
position:absolute;
width:60%;
max-width:90vh;
height:auto;
margin: 0;
top: 50%;
transform: translateY(-50%);
right:4vh;
}
.t-close {
margin-left:-20px;
right:4vh;
top:4vh;
width: 20px;
height: 20px;
position: absolute;
z-index: 3;
}
.t-footer {
position: absolute;
left: 4vh;
bottom:4vh;
z-index: 2;
font-size: 0.7rem;
}
}
 
/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px)
{
.wrapper{
margin: 5vh;
height:90vh;
}
.part1{
padding: 30vh 0 0 0;
width:50%;
height:50vh;
max-width:600px;
}
.t-picholder {
position:absolute;
width:60%;
max-width:90vh;
height:auto;
margin: 0;
top: 50%;
transform: translateY(-50%);
right:5vh;
}
.t-close {
margin-left:0;
left:5vh;
top:5vh;
width: 20px;
height: 20px;
position: absolute;
z-index: 3;
}
.t-footer {
position: absolute;
left: 5vh;
bottom:5vh;
z-index: 2;
font-size: 0.7rem;
}
}