

/***********************************************
Reset & Basics
***********************************************/
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; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

article, aside, details, figcaption,
figure, footer, header, hgroup, menu,
nav, section
{ display:block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

blockquote, q
{ quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after
{ content:''; content:none; }

@font-face {
  font-family: 'Open Sans', sans-serif;
}

html {
  overflow-y:scroll;
  overflow:-moz-scrollbars-vertical;
  color: rgb(0,0,0);
  height: 100%;
}

body {
  height: 100%;
  margin:0;
  padding:0;
}

a:link { color: rgb(0,0,0); text-decoration: underline; transition: all 0.25s; }
a:visited { color: rgb(0,0,0); text-decoration: underline; }
a:hover { color: rgb(0,0,0); text-decoration: none; opacity: 0.5; }
a:active { color: rgb(0,0,0); text-decoration: underline; }

header{
  width: 100%;
  margin: 0 auto;
  padding: 25px 25px 25px 50px;
  overflow: hidden;
  background: rgb(255,255,255);
}

h1 {
  font: 2em/1.25em 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

h2 {
  font: 1.5em/1.25em 'Open Sans';
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 15px;
}

h3 {
  width: 60%;
  font: 3em/1.125em 'Open Sans';
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.025em;
  padding-top: 50px;
  text-transform: uppercase;
  color: rgb(255,255,255);
  -webkit-text-shadow: 0 0 0.5em #333;
  -moz-text-shadow: 0 0 0.5em #333;
  -o-text-shadow: 0 0 0.5em #333;
  -ms-text-shadow: 0 0 0.5em #333;
  text-shadow: 0 0 0.5em #333;
}

p {
  font: 1.5em/1.5em 'Open Sans';
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: justify;
  padding-top: 50px;
  padding-bottom: 25px;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #fff;
  -webkit-text-shadow: 0 0 0.5em #666;
  -moz-text-shadow: 0 0 0.5em #666;
  -o-text-shadow: 0 0 0.5em #666;
  -ms-text-shadow: 0 0 0.5em #666;
  text-shadow: 0 0 0.5em #666;
}

small {
  font: 1em 'Open Sans';
  font-weight: 400;
  color: #fff;
  -webkit-text-shadow: 0 0 0.5em #333;
  -moz-text-shadow: 0 0 0.5em #333;
  -o-text-shadow: 0 0 0.5em #333;
  -ms-text-shadow: 0 0 0.5em #333;
  text-shadow: 0 0 0.5em #333;
}

small a:link { color: rgb(255,255,255); text-decoration: underline; transition: all 0.25s}
small a:visited { color: rgb(255,255,255); text-decoration: underline; }
small a:hover { color: rgb(0,0,0); text-decoration: none; opacity: 1;}
small a:active { color: rgb(255,255,255); text-decoration: underline; }

.title {
  height: 100%;
  padding: 25px 25px 25px 25px;
  float: left;
}

.title p {
  font: 1.5em/1.4em 'Open Sans';
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding-top: 0px;
  color: #000;
  -webkit-text-shadow: 0 0 0;
  -moz-text-shadow: 0 0 0;
  -o-text-shadow: 0 0 0;
  -ms-text-shadow: 0 0 0;
  text-shadow: 0 0 0;
}

.black {
  height: 25px;
  background-color: rgb(0,0,0);
}

.cardboard {
  width: 100%;
  background: rgb(235,235,235) url("../images/bg.jpg") repeat;
  -webkit-box-shadow: inset 0 0 15em #333;
  -moz-box-shadow: inset 0 0 15em #333;
  -o-box-shadow: inset 0 0 15em #333;
  -ms-box-shadow: inset 0 0 15em #333;
  box-shadow: inset 0 0 15em #333;
  overflow: hidden;
  min-height: 100%;
}

.bottom {
  width: 100%;
  height: 600px;
  padding: 25px 0px 0px 0px;
  overflow: hidden;
}

.info {
  width: 60%;
  height: 100%;
  padding: 0px 0px 0px 50px;
}

.sp {
  width: 100%;
  height: auto;
  padding: 50px 0px 0px 50px;
}

.left {
  width: 60%;
  height: auto;
  padding: 0px 0px 0px 50px;
  float: left;
}

.right {
  width: 300px;
  height: auto;
  padding: 75px 0px 0px 0px;
  float: right;
}

.right p {
  font: 1em 'Open Sans';
  font-weight: 700;
  padding: 20px 0px 0px 0px;
}

.logo {
  display: block;
  height: 150px;
  float: left;
}

.map {
  position: absolute;
  display: block;
  width: 650px;
  height: 900px;
  float: right;
  background: url("../images/map.png") no-repeat;
  z-index: 100;
  top: 50px;
  left: 60%;
}

.video {
  width: 66.66%;
  height: 0;
  padding-bottom: 37.5%;
  position: relative;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sponsor {
  display: inline-block;
  width: 300px;
  padding: 0px;
  -webkit-filter: drop-shadow( 0 0 0.5em #333 );
  filter: drop-shadow( 0 0 0.5em #333 );
}

.icon {
  display: inline-block;
  height: 30px;
  margin: 0 10px 0 0;
}

.finger {
  display: inline-block;
  height: 30px;
  margin: 0 10px 0 0;
}

.portrait {
  display: block;

}

/***********************************************
Tablet (Smaller than 1280px)
***********************************************/
@media only screen and (min-width: 975px) and (max-width: 1280px) {
  .video { width: 100%; height: 0; padding-bottom: 56.25%; position: relative; }
}

/***********************************************
Mobile (landscape 959px)
***********************************************/
@media only screen and (min-width: 0px) and (max-width: 975px) {
  .map { display: none; }
  .video { width: 100%; height: 0; padding-bottom: 56.25%; position: relative; }
  .left { width: 100%; height: auto; padding: 25px 20px 0px 20px; float: none; }
  header { padding: 15px 15px 0px 25px; }
  .black { height: 15px; }
  h1 { font: 1em/1.5em 'Open Sans'; font-weight: 700; letter-spacing: 0.1em;}
  h2 { font: 1.5em/1.5em 'Open Sans'; font-weight: 700; padding-top: 25px; }
  h3 { width: 80%; font: 2em/1.25em 'Open Sans'; font-weight: 700; font-style: italic; padding-top: 25px; }
  .title { padding: 15px 15px 15px 10px; }
  .title p { font: 0.8em/1.5em 'Open Sans'; font-weight: 400; }
  .logo { height: 75px; }
  p { font: 1em/1.5em 'Open Sans'; font-weight: 400; padding-top: 15px; }
  .right { width: 100%; height: auto; padding: 25px 20px 0px 20px; float: none; }
  .info { width: 100%; height: auto; padding: 0px 20px 0px 20px; }
  .sp { width: 100%; height: auto; padding: 20px 20px 0px 20px; }
  .sponsor { width: 49%; }
  .icon { display: inline-block; height: 45px;}
  .portrait { width: 100%; }
  .bottom { height: auto; }
  .finger { display: none; }
}