html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  	font-family:sans-serif; 
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
p{

}
body {
  line-height: 1; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%; }

body .cont {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%; }

body .cont .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top:0px;
  left: 0px; }

.r {
  width: 100%;
  height: 100%;
  background-size: 22%;
  position: absolute;
  background-image: url(../img/r.png);
  overflow: hidden; }

.b {
  width: 100%;
  height: 100%;
  background-size: 22%;
  position: absolute;
  background-image: url(../img/b.png);
  overflow: hidden; }

.g {
  width: 100%;
  height: 100%;
  background-size: 22%;
  position: absolute;
  background-image: url(../img/g.png);
  overflow: hidden; }

.box {
  width: 360px;
  height: 620px;
  padding: 20px;
  background-color: white;
  opacity: 0.6;
  border-radius: 6px;
  position: absolute;
  margin: auto;
  bottom: 50px;
  right: 30px;
  height: 660px; }

.box p {
  font-size: 12px;
  line-height: 1.5em; }

.box a {
  color: #696969;
  border: none;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.9; }

.box a:hover {
  color: #696969;
  text-decoration: none;
  opacity: 1;
  text-decoration: underline; }

.box p.info {
  margin-top: 20px; }

.box h2 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5em; }

.box h3 {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.5em; }
@media screen and (max-height: 720px) {
	  .box {
     position: static;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px; 
    margin-right:  30px;
    height: 660px;}
}
@media screen and (max-width: 480px) {
  body {
     }

  .box {
 
    width: 260px;
    height: 620px;
    padding: 20px;
    background-color: white;
    opacity: 0.6;
    float: none;
    border-radius: 6px;
    position: static;
    margin: auto;
    height: 700px;
    margin-bottom: 30px; }

  .box p {
    font-size: 12px;
    line-height: 1.5em; }

  .box a {
    color: #696969;
    border: none;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.9; }

  .box a:hover {
    color: #696969;
    text-decoration: none;
    opacity: 1;
    text-decoration: underline; }

  .box p.info {
    margin-top: 20px; }

  .box h2 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5em; }

  .box h3 {
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 1.5em; } 
    .r {
  width: 100%;
  height: 100%;
  background-size: 50%;
  position: absolute;
  background-image: url(../img/r.png);
  overflow: hidden; }

.b {
  width: 100%;
  height: 100%;
  background-size: 50%;
  position: absolute;
  background-image: url(../img/b.png);
  overflow: hidden; }

.g {
  width: 100%;
  height: 100%;
  background-size: 50%;
  position: absolute;
  background-image: url(../img/g.png);
  overflow: hidden; }
    }
