@charset "UTF-8";
/*web.css*/

/* WEB DESIGN___________________________________ */
header ul li:nth-child(2) a {color:#390}/*menu rollout*/
#wrap {
	/*background:url(../../img/bg2.jpg) center/cover no-repeat fixed;*/
	background:url(../../img/bg2.jpg) no-repeat fixed;/*old Safari*/
	background-size:cover;/*old Safari*/
	background-position:center;/*old Safari*/}
.cellBoxIn {padding:20px 0}
.cellBoxIn:first-child {padding-top:95px}

.cellBoxIn > h1 {
	margin:1em 0 .7em;
	text-shadow:rgba(188,158,20,.3) 0 0 3px;}



/*Media-queries_____________________________________*/
@media screen and (max-height: 640px) {
/*for BG*/
#wrap {background:none}
body::before {
  content:"";
  display:block;
  position:fixed;
  width:100%;
  height:100%;/*for old Safari*/
  height:100vh;
  background:url(../../img/bg2.jpg) no-repeat;
	background-size:cover;
	background-position:center;
  -webkit-background-size:cover;/*Android4*/
  top:0;
  left:0;
  z-index:-1}
/*flashMovie off*/
section#flashMovie {display:none}
}

/*smaller than 640-----*/
@media screen and (max-width: 640px) {
#wrap {background:none}
body::before {
  content:"";
  display:block;
  position:fixed;
  width:100%;
  height:100%;/*for old Safari*/
  height:100vh;
  background:url(../../img/bg2.jpg) no-repeat;
  background-position:center;
  background-size:cover;
  -webkit-background-size:cover;/*Android4*/
  top:0;
  left:0;
  z-index:-1}

/*flashMovie off*/
section#flashMovie {display:none}
}