body{
    margin:0;
}

#flowerBgImg{-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden; }

.videoHolder{
	height:auto;
	display:none;
	position:absolute;
	z-index:0;
	opacity:0;
	width:100%;
}

#navigation{
	background: rgba(255, 100, 200, 0.2) none repeat scroll 0 0;
    color: rgb(215, 115, 175);
    font-family: georgia;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 1px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 1s ease-in-out 0s;
    width: 11%;
    z-index: 999;
	transform: translate(-100px,0px);
}



.fadeIn{
	opacity:1 !important;
	transform: translate(0px,0px) !important;
}

.topNavMenuItem{margin-top:0 !important;}

.preHide{display:none;}

.navMenuItems{   
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    margin-top: 10px;
    padding: 20px;
    cursor: pointer;
    transition: all 1s ease-in-out 0s;
}


#container{
	position: relative;
	top: -14px; width: 80%;
	margin:40px auto 0;
	box-shadow: 2px 4px 5px -1px rgba(255, 0, 200, 0.35);
}



#navVidContainer{
	overflow: hidden;
	position: relative;
    width: 990px;
    max-width:95%;
    margin:0 auto;
    margin-bottom:20px;
}

.mainChannel{
    position: absolute;
    z-index: -1;
    width:100%;
}


#allCanvasVidoes{
	z-index: 3;

	position:absolute;
    transform-origin: 0 0;
}

#allCanvasVidoes2{
    z-index: 3;
    width:100%;
    height:auto;
    position:absolute;
}



#weddingSelectionOverlay{
	transition: all .75s ease-in-out;
	opacity: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 11;
    visibility:hidden;
}

.verticalAlign{
   text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

.WSO{
	background: rgba(255, 51, 153, 0.5) none repeat scroll 0 0;
    color: white;
    font-size: 130%;
    height: 27%;
    text-align: center;
    text-shadow: 0 0 5px white;
    width: 27%;
    position: absolute;
    cursor:pointer;
}

#WS1{
    margin-left: 4%;
    margin-top: 3%;
}

#WS2{
    margin-left: 36.5%;
    margin-top: 3%;
}

#WS3{
    margin-left: 69%;
    margin-top: 3%;
}

#WS4{
    margin-left: 4%;
    margin-top: 20.3%;
}

#WS5{
    margin-left: 36.5%;
    margin-top: 20.3%;
}

#WS6{
    margin-left: 69%;
    margin-top: 20.3%;
}

#ytvideos{    
	height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

#annjessie{
    margin: 12% auto 0;
}

.responsiveVideo {
    overflow: hidden;
    padding-bottom: 38.25%;
    padding-top: 30px;
    position: relative;
    width: 84%;
    z-index: -1;
}
 
.responsiveVideo iframe,
.responsiveVideo object,
.responsiveVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fullscreen{  
	cursor:pointer;
    opacity: 0.8;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    z-index: 99;
}

#fullscreen:hover{
	opacity:1 !important;
}

#homeMenuButton{
	transition: all 1s ease-in-out;
	opacity: 0;
 	background: rgba(200, 75, 165, 0.25) none repeat scroll 0 0;
    bottom: -1px;
    color: white;
    font-family: "athelasregular", serif;
    padding-top:5px;
    padding-bottom:5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 3px white;
    width: 100%;
    z-index: 99;
    cursor:pointer;
}

#weddingMenuButton{
	transition: all 1s ease-in-out;
	opacity: 0;
 	background: rgba(200, 75, 165, 0.25) none repeat scroll 0 0;
    bottom: -1px;
    color: white;
    font-family: "athelasregular", serif;
    padding-top:5px;
    padding-bottom:5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 3px white;
    width: 100%;
    z-index: 99;
    cursor:pointer;
}

.loader {
  	margin: 20% auto 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
    display: none;
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 50px auto;
    background: #ffddff;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}


#content{  
 	background: white url("../images/text-bg.png") repeat scroll 0 0;
    box-shadow: 0 0 10px 0 white;
    color: #cd77a6 ;
    font-family: "athelasregular",serif;
    font-size: 21px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 950px;
    padding: 20px;
    width: 70%;
    text-shadow:0 0 2px #ffddff;
}


.cursive-title2{
        color: #f55781;
        display: block;
        font-family: "great_vibesregular";
        font-size: 33px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        text-shadow: 0 0 3px white;
    }



@media only screen and (max-width: 800px) {
    .cursive-title{
        color: red;
        display: block;
        font-family: "great_vibesregular";
        font-size: 33px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        text-shadow: 0 0 3px white;
    }
}

@media only screen and (min-width: 800px) {
    .cursive-title{
        color: red;
        display: block;
        font-family: "great_vibesregular";
        font-size: 47px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        text-shadow: 0 0 3px white;
        width:800px;
        max-width:95%;
        margin:0 auto;
        background:rgba(255,255,255,.7);
        margin-bottom:15px;
        border-radius:20px;
    }
}


.video-container {
    position: relative;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    box-shadow: 2px 4px 5px 2px rgba(255, 255, 255, 0.25) inset;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 79%;
}