.header-box, .footer-box {
	left:0;
	max-width:1080px;
	margin: 0 auto;
	background-color:transparent
	
}

.container {
      width: 500px;
      height: 100px;
      margin-right:auto;
      margin-left:auto;
      margin-top:20px;
      margin-bottom:5px;
      font-size:11px;
      }
	  
.photo-yuki {
	margin-left: 10px;
}

.elem_ctr {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.indent30 {
	margin-left: 30%;
}
      
      
.item a img {
      float:left;
      padding:3px;
      background-color: #FFF;
      margin: 5px;
      border:1px solid #cccccc;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      -moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
      
      filter:alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      }
      
.item a:hover img, .item a:active img {
      padding:3px;
      border:1px solid #cccccc;
      filter:alpha(opacity=80);
      -moz-opacity:0.80;
      -khtml-opacity: 0.80;
      opacity: 0.80;
	  width:inherit;
      }
      
.clearfix:after{
      clear:both;
      }


#inline{
      visibility: hidden;
      color:#444;
      }
/* EndOAWidget_Instance_2648024 */

.contact-form1 {
	height: 300px;
	background-color: rgba(204,204,204,.5);
}

.formBkgd {
	background-color: transparent !important;
}


 #contact-form2 fieldset input, textarea {
}

.fanForm {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right;
	background-color: rgba(0,0,0,.6);
	width: 400px;
}

.radial-red {
	background-color: rgba(9,1,1,1);
	background-image: -moz-radial-gradient(65% 18%, circle farthest-corner, #a30000, rgba(255,255,255,1)000 56%);
	background-image: -webkit-radial-gradient(65% 18%, circle farthest-corner, #a30000, rgba(255,255,255,1)000 56%);
	background-image: -o-radial-gradient(65% 18%, circle farthest-corner, #a30000, rgba(255,255,255,1)000 56%);
	/* [disabled]background-image: -ms-radial-gradient(65% 18%, circle farthest-corner, #a30000, rgba(255,255,255,1)000 56%); */
	/* [disabled]background-image: radial-gradient(65% 18%, circle farthest-corner, #a30000, rgba(255,255,255,1)000 56%); */
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	/* [disabled]height: 100%; */
	width: 100%;
	z-index: 0;
	}

a #logoMain {
	margin-left: 30%;
	position: relative;
}

.padtitle3 {
	padding-bottom: 13px !important;
}

.yuki {
	background-image: url(/0-images/bkgd-yuki%20copy.png);
	background-repeat: no-repeat;
	background-position: 15% 100px;
	background-color: transparent !important;
	background-attachment: scroll;
	position: absolute;
	z-index: 0;
	min-height: 1000px;
}

.flipH {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.logo-yuki {
	margin-right: 10px;	
}

.box_shadow-10 {
	-moz-box-shadow: 10px 10px 5px rgba(9,1,1,.4);
-webkit-box-shadow: 10px 10px 5px rgba(9,1,1,.4);
-o-box-shadow: 10px 10px 5px rgba(9,1,1,.4);
box-shadow: 10px 10px 5px rgba(9,1,1,.4);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

img.box_shadow-10 {
}


/* Photo Gallery styles */
.gallery {
	width: 40%;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 400px;
	overflow: visible;
}
.gallery a {
    display: inline-block;
    height: 135px;
    position: relative;
    width: 180px;

    /* CSS3 Prevent selections */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.gallery a img {
    border: 8px solid rgba(255,255,255,1);
    border-bottom: 20px solid rgba(255,255,255,1);
    cursor: pointer;
    display: block;
    max-height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    max-width: 100%;
    z-index: 1;

    /* CSS3 Box sizing property */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    /* CSS3 transition rules */
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;

    /* CSS3 Box Shadow */
    -moz-box-shadow: 2px 2px 4px #444;
    -webkit-box-shadow: 2px 2px 4px #444;
    -o-box-shadow: 2px 2px 4px #444;
    box-shadow: 2px 2px 4px #444;
}

/* Custom CSS3 rotate transformation */
.gallery a:nth-child(1) img {
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.gallery a:nth-child(2) img {
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.gallery a:nth-child(3) img {
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.gallery a:nth-child(4) img {
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.gallery a:nth-child(5) img {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.gallery a:nth-child(6) img {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gallery a:nth-child(7) img {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.gallery a:nth-child(8) img {
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.gallery a:nth-child(9) img {
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.gallery a:nth-child(10) img {
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.gallery a:nth-child(11) img {
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.gallery a:nth-child(12) img {
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.gallery a:focus img {
    cursor: default;
    max-height: 550%;
    left: -150px;
    top: -100px;
    position: absolute;
    max-width: 550%;
    z-index: 25;

    /* CSS3 transition rules */
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;

    /* CSS3 transform rules */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.smVid{
	max-width:400px;
	float:left;
	
}



.visible {
	overflow: visible;
	visibility: visible;
	z-index: 100;
}
