/* ---------- css reset ---------- */

* 
{
	padding: 0px;
	margin: 0px;
	border:none;
}

ol,ul,li{
	list-style-type: none;
}

 /* ---------- fonts ---------- */

@font-face {
  font-family: 'open sans';
  src: url('../fonts/opensanshebrew-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensanshebrew-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensanshebrew-regular-webfont.svg#265e1bf8eadfa92b8d955acd546bd2c3') format('svg'); /* Legacy iOS */      
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'open sans bold';
  src: url('../fonts/opensanshebrew-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensanshebrew-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensanshebrew-bold-webfont.svg#8b4b25a9e6dee2304c08fefb363a9190') format('svg'); /* Legacy iOS */   
  font-style:   normal;
  font-weight:  700;
}


/* ---------- basic layout styling  ---------- */
body,html{
	height: 100%;
	width: 100%;
	font-family: open sans;
	direction:rtl;
}

a{color: #6b6b6b;text-decoration: none;}
h1{font-size: 60px;color:#fff; font-family: open sans bold;font-weight: bold;}
h3{font-size: 30px;color:#fff; font-family: open sans bold;font-weight: bold;}
h4{font-size: 30px; color:#fff; font-family: open sans;}

#header-fw{
	position: fixed;
	z-index: 9999;
	top:0;
	width:100%;
	height:70px;
	font-size:16px;
	background-color: #fff;
}

.header-grid{
	max-width: 1200px;
	min-width: 1000px;
	height: 70px;
	margin: 0 auto;
}

#menu{
	overflow: hidden;

}

#logo {
	padding-top:8px;
	float: right;
	height:55px;
}

#menu ul {
	overflow: hidden;
	padding-right: 60px;
}

#menu ul li {
	float: right;
}

#menu ul li a {
	line-height: 70px;
	display: inline-block;
	padding: 0px 20px 0px 20px;

}

.menu-active{
    font-weight: bold;
    color:#06a6b0;
}

#arrow-scroll-wrapper{
    /*border: 1px solid #000;*/
    position:fixed;
    right:1%;
    bottom:370px;
    z-index: 9100;
    width: 50px;
    padding:4px;
    height: auto;
}



#up{
    /*border: 1px solid #000;*/
    z-index: 200;
    cursor: pointer;
    position: fixed;
    bottom:0px;
    left:0px;
    margin:15px;
    padding:5px;
    font-size:30px;
    color:white;
    display: none;
}



/* ---------- full screen settings ---------- */

#home-fs{background-color: #d7b564; width: 100%; min-height:100%;}
#about-fs{background-color: #16b69d; width: 100%; min-height:100%; position: relative; z-index: 10;}
#gibush-fs{background-color: #3e6390; width: 100%; min-height:100%; position: relative; z-index: 20;}
#ravakot-fs{background-color: #8f44ad; width: 100%; min-height: 100%; position: relative; z-index: 30;}
#hugim-fs{background-color: #cf5c53; width: 100%; min-height: 100%; position: relative; z-index: 40;}
#birthday-fs{background-color: #ff9900; width: 100%; min-height: 100%; position: relative; z-index: 50;}
#private-fs{background-color: #75606f; width: 100%; min-height: 100%; position: relative; z-index: 60;}
#game-fs{background-color: #2a9fa6; width: 100%; min-height: 100%; position: relative; z-index: 70;}
#contact-fs{background-color: #c16895; width: 100%; min-height: 100%; position: relative; z-index: 80;}


.grid{
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	min-height: 100vh;
	align-items:center;
	display: flex;
	padding-top: 70px;
    /*border: 1px solid #000;*/
}

.flex-wrap{
	width:100%;
	position: relative;
	z-index: 13;
	/*border: 1px solid #fff;*/
}





/* ---------- home page slide ---------- */

.carousel-outer{
    position: fixed;
    -webkit-transform: translateZ(0); 
    width: 100%;
    height: 100%;
    text-align: center;
}

.carousel-inner{
    width: 100%;
    height: 100%;
    position: relative;
}

.img-fs{width: 100%; height:100%; position: relative;}
.img1{background-image: url(../images/homeslide/1.jpg); background-size: cover;}
.img2{background-image: url(../images/homeslide/2.jpg); background-size: cover;}
.img3{background-image: url(../images/homeslide/3.jpg); background-size: cover;}
.img4{background-image: url(../images/homeslide/4.jpg); background-size: cover; background-position: 0px -64px;}


.image-shown{
    display: inline-block;
}

.image-hidden{
    display: none;
}


#right-arrow{
	cursor: pointer;
	position: absolute;
	right:35px;
	top:50%;
	width: 68px;
	height: 68px;
	background-color: rgba(48, 175, 183, 0.7);
	background-image: url(../images/homeslide/right-arrow.png);
    background-size: 30px 43px;
	background-repeat: no-repeat;
	background-position: 23px center;
    z-index: 6;
}

#left-arrow{
	cursor: pointer;
	position: absolute;
	left:27px;
	top:50%;
	width: 68px;
	height: 68px;
	background-color: rgba(48, 175, 183, 0.7);
	background-image: url(../images/homeslide/left-arrow.png);
    background-size: 30px 43px;
	background-repeat: no-repeat;
	background-position: 17px center;
    z-index: 6;
}


#slider-desc{
	width: 100%;
	text-align: center;
	position: absolute;
	margin-bottom: 20px;
	bottom:0;
	margin-bottom: 70px;
    z-index: 6;
}



#slider-desc span{
	color:#fff;
	font-size: 24px;
	padding:11px 50px 11px 50px;
	background-color: rgba(48, 175, 183, 0.7);
}



/* ---------- about page ---------- */

#about-wrapper{
	padding-top: 45px;
	padding-bottom: 60px;
	width: 100%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	
}

#about-wrapper h3 {
    padding-bottom: 15px;
}

#about-right{
	text-align: justify;
	float: right;
	width:52%;
	padding:14px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
}

#about-left{
	text-align: justify;
	float: left;
	width:48%;
	padding:14px;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
}

#about-left h3{text-align: left;}

#profile{
	position: absolute;
	width: 197px;
	left:40.5%;
	top: -100px;
}










/* ---------- gibush page ---------- */

#gibush-text{
	width: 500px;
	float: right;
	position: relative;
	z-index: 22;
	top:7vh;
}


#gibush-text h1{
	padding-bottom: 1vh;
}

#gibush-text h4{
	padding-bottom: 2vh;
}

#gibush-left{
	padding-bottom:140px;
	/*overflow: hidden;*/
	background-image: url(../images/gibush_shadow.png);
	background-repeat: no-repeat;
	background-position: -246px -301px;
	background-color: #3e6390;
	background-blend-mode: multiply;
	float: left;
	width: 500px;
	position: relative;
	z-index: 21;
	top:6vh;
}


#gibush-left object{
	float: left;
	position: relative;
	z-index: 18;
	width: 364.046px;
	height: 354.621px;
}







#smoke-wrapper{
	width: 150px;
	height: 80px;
	position: relative;
    z-index: 15;
	right:130px;
	/*border: 1px solid #000;*/

}

#s1{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    margin-top: 50px;
    -webkit-animation: smokeL 5s 0s ease-out infinite;
    -moz-animation: smokeL 5s 0s ease-out infinite;
    -ms-animation: smokeL 5s 0s ease-out infinite;
    -o-animation: smokeL 5s 0s ease-out infinite;
       animation: smokeL 5s 0s ease-out infinite;
}

#s2{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeR 5s 0.5s ease-out infinite;
    -moz-animation: smokeR 5s 0.5s ease-out infinite;
    -ms-animation: smokeR 5s 0.5s ease-out infinite;
    -o-animation: smokeR 5s 0.5s ease-out infinite;
       animation: smokeR 5s 0.5s ease-out infinite;
}

#s3{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeL 5s 1s ease-out infinite;
    -moz-animation: smokeL 5s 1s ease-out infinite;
    -ms-animation: smokeL 5s 1s ease-out infinite;
    -o-animation: smokeL 5s 1s ease-out infinite;
       animation: smokeL 5s 1s ease-out infinite;
}

#s4{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeR 5s 1.5s ease-out infinite;
    -moz-animation: smokeR 5s 1.5s ease-out infinite;
    -ms-animation: smokeR 5s 1.5s ease-out infinite;
    -o-animation: smokeR 5s 1.5s ease-out infinite;
       animation: smokeR 5s 1.5s ease-out infinite;
}

#s5{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeL 5s 2s ease-out infinite;
    -moz-animation: smokeR 5s 1.5s ease-out infinite;
    -ms-animation: smokeR 5s 1.5s ease-out infinite;
    -o-animation: smokeR 5s 1.5s ease-out infinite;
       animation: smokeR 5s 1.5s ease-out infinite;
}

#s6{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeR 5s 2.5s ease-out infinite;
    -moz-animation: smokeR 5s 2.5s ease-out infinite;
    -ms-animation: smokeR 5s 2.5s ease-out infinite;
    -o-animation: smokeR 5s 2.5s ease-out infinite;
       animation: smokeR 5s 2.5s ease-out infinite;
}

#s7{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeL 5s 3s ease-out infinite;
    -moz-animation: smokeL 5s 3s ease-out infinite;
    -ms-animation: smokeL 5s 3s ease-out infinite;
    -o-animation: smokeL 5s 3s ease-out infinite;
       animation: smokeL 5s 3s ease-out infinite;
}

#s8{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeR 5s 3.5s ease-out infinite;
    -moz-animation: smokeR 5s 3.5s ease-out infinite;
    -ms-animation: smokeR 5s 3.5s ease-out infinite;
    -o-animation: smokeR 5s 3.5s ease-out infinite;
       animation: smokeR 5s 3.5s ease-out infinite;
}

#s9{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeL 5s 4s ease-out infinite;
    -moz-animation: smokeL 5s 4s ease-out infinite;
    -ms-animation: smokeL 5s 4s ease-out infinite;
    -o-animation: smokeL 5s 4s ease-out infinite;
       animation: smokeL 5s 4s ease-out infinite;
}

#s10{
    text-align: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius:40px;    
    margin: 0 auto;
    -webkit-animation: smokeR 5s 4.5s ease-out infinite;
    -moz-animation: smokeR 5s 4.5s ease-out infinite;
    -ms-animation: smokeR 5s 4.5s ease-out infinite;
    -o-animation: smokeR 5s 4.5s ease-out infinite;
       animation: smokeR 5s 4.5s ease-out infinite;
}

@-webkit-keyframes smokeL{
    0%{-webkit-transform: scale(1) translate(0, 0); opacity:0.5;}
    10%{-webkit-transform: scale(1) translate(0, -5px) ;}
    100%{-webkit-transform: scale(1.8) translate(-10px, -130px); opacity:0;}   
} 

@-webkit-keyframes smokeR{
    0%{-webkit-transform: scale(1) translate(0, 0);opacity:0.5;}
    10%{-webkit-transform: scale(1) translate(0, -5px);}
    100%{-webkit-transform: scale(1.8) translate(10px, -130px);opacity:0;}   
} 

@-moz-keyframes smokeL{
    0%{-moz-transform: scale(1) translate(0, 0); opacity:0.5;}
    10%{-moz-transform: scale(1) translate(0, -5px) ;}
    100%{-moz-transform: scale(1.8) translate(-10px, -130px); opacity:0;}   
} 

@-moz-keyframes smokeR{
    0%{-moz-transform: scale(1) translate(0, 0);opacity:0.5;}
    10%{-moz-transform: scale(1) translate(0, -5px);}
    100%{-moz-transform: scale(1.8) translate(10px, -130px);opacity:0;}   
} 

@-ms-keyframes smokeL{
    0%{-ms-transform: scale(1) translate(0, 0); opacity:0.5;}
    10%{-ms-transform: scale(1) translate(0, -5px) ;}
    100%{-ms-transform: scale(1.8) translate(-10px, -130px); opacity:0;}   
} 

@-ms-keyframes smokeR{
    0%{-ms-transform: scale(1) translate(0, 0);opacity:0.5;}
    10%{-ms-transform: scale(1) translate(0, -5px);}
    100%{-ms-transform: scale(1.8) translate(10px, -130px);opacity:0;}   
} 

@-o-keyframes smokeL{
    0%{-o-transform: scale(1) translate(0, 0); opacity:0.5;}
    10%{-o-transform: scale(1) translate(0, -5px) ;}
    100%{-o-transform: scale(1.8) translate(-10px, -130px); opacity:0;}   
} 

@-o-keyframes smokeR{
    0%{-o-transform: scale(1) translate(0, 0);opacity:0.5;}
    10%{-o-transform: scale(1) translate(0, -5px);}
    100%{-o-transform: scale(1.8) translate(10px, -130px);opacity:0;}   
} 

@keyframes smokeL{
    0%{transform: scale(1) translate(0, 0); opacity:0.5;}
    10%{transform: scale(1) translate(0, -5px) ;}
    100%{transform: scale(1.8) translate(-10px, -130px); opacity:0;}   
} 

@keyframes smokeR{
    0%{transform: scale(1) translate(0, 0);opacity:0.5;}
    10%{transform: scale(1) translate(0, -5px);}
    100%{transform: scale(1.8) translate(10px, -130px);opacity:0;}   
} 










/*#bubbles{
	width: 150px;
	position: relative;
    z-index: 15;
	right:85px;
	
}

.bubble {
	text-align: center;
    width: 30px;
    height: 30px;
    background: #ffb200;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
 
}

.x1 {
	left:10px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
    left:0px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.3;
    -webkit-animation: moveclouds 13s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 13s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 13s linear infinite, sideWays 5s ease-in-out infinite alternate;
}

.x3 {
    left:-10px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.3;
    -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x4 {
    left:-6px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.35;
    -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.x5 {
    left:-4px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3; 
    -webkit-animation: moveclouds 11s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 11s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -o-animation: moveclouds 11s linear infinite, sideWays 1s ease-in-out infinite alternate;
}









@-webkit-keyframes moveclouds { 
    0% { 
        top: 25px;
    }
    100% { 
        top: -100px;
        opacity: 0;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes moveclouds {     
    0% { 
        top: 25px;
    }

    100% { 
        top: -100px;
		opacity: 0;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
@-o-keyframes moveclouds {
    0% { 
        top: 25px;
    }
    100% { 
        top: -100px;
        opacity: 0;
    }
}

@-o-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}

*/








/* ---------- ravakot page ---------- */
#ravakot-text{
	width: 580px;
	position: relative;
	float: left;
	z-index: 31;
	top:3vh;
}

#ravakot-text h1{
	padding-bottom: 1vh;
}

#ravakot-text h4{
	padding-bottom: 1.6vh;
}

#ravakot-text p{
	padding-bottom: 30px;
}

#ravakot-right{
	float: right;
	width: 530px;
	top:2vh;
	position: relative;
	z-index: 32;
	background-image: url(../images/cocktail_shadow.png);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	background-color: #8f44ad;
	background-blend-mode: multiply;
	top:4vh;
	left:8vw;
	
}


#ravakot-right #cocktail{
	float: left;
	position: relative;
}

#ravakot-right #umbrella{
	position: relative;
	right: 360px;
	top:-85px;
	-webkit-animation: umbrella-animate 1.5s ease-in-out infinite alternate, umbrella-rotate 1.5s infinite alternate ease-in-out;
	-moz-animation: umbrella-animate 1.5s ease-in-out infinite alternate, umbrella-rotate 1.5s infinite alternate ease-in-out;
	-ms-animation: umbrella-animate 1.5s ease-in-out infinite alternate, umbrella-rotate 1.5s infinite alternate ease-in-out;
	-o-animation: umbrella-animate 1.5s ease-in-out infinite alternate, umbrella-rotate 1.5s infinite alternate ease-in-out;
  	   animation: umbrella-animate 1.5s ease-in-out infinite alternate, umbrella-rotate 1.5s infinite alternate ease-in-out;
}


/*umbrella-animate*/
@-webkit-keyframes umbrella-animate { 
    0% {top:-85px; right:360px;}
    100% {top:-83px; right:385px;}
}

@-moz-keyframes umbrella-animate { 
    0% {top:-85px; right:360px;}
    100% {top:-83px; right:385px;}
}

@-ms-keyframes umbrella-animate { 
    0% {top:-85px; right:360px;}
    100% {top:-83px; right:385px;}
}

@-o-keyframes umbrella-animate { 
    0% {top:-85px; right:360px;}
    100% {top:-83px; right:385px;}
}

@keyframes umbrella-animate { 
    0% {top:-85px; right:360px;}
    100% {top:-83px; right:385px;}
}


/*umbrella-rotate*/
@-webkit-keyframes umbrella-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(10deg);}
}

@-moz-keyframes umbrella-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(10deg);}
}

@-ms-keyframes umbrella-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(10deg);}
}

@-o-keyframes umbrella-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(10deg);}
}

@keyframes umbrella-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(10deg);}
}



#ravakot-right #straw{
	position: absolute;
	left: 197px;
	top:-52px;
    -webkit-animation: straw-animate 1.5s ease-in-out 1.5s infinite alternate, straw-rotate 1.5s ease-in-out 1.5s infinite alternate;
    -moz-animation: straw-animate 1.5s ease-in-out 1.5s infinite alternate, straw-rotate 1.5s ease-in-out 1.5s infinite alternate;
    -ms-animation: straw-animate 1.5s ease-in-out 1.5s infinite alternate, straw-rotate 1.5s ease-in-out 1.5s infinite alternate;
    -o-animation: straw-animate 1.5s ease-in-out 1.5s infinite alternate, straw-rotate 1.5s ease-in-out 1.5s infinite alternate;
       animation: straw-animate 1.5s ease-in-out 1.5s infinite alternate, straw-rotate 1.5s ease-in-out 1.5s infinite alternate;
}


/*straw-animate*/
@-webkit-keyframes straw-animate { 
    0% {left: 209px;}
    100% {top:-30px;}
}

@-moz-keyframes straw-animate { 
    0% {left: 209px;}
    100% {top:-30px;}
}

@-ms-keyframes straw-animate { 
    0% {left: 209px;}
    100% {top:-30px;}
}

@-o-keyframes straw-animate { 
    0% {left: 209px;}
    100% {top:-30px;}
}

@keyframes straw-animate { 
    0% {left: 209px;}
    100% {top:-30px;}
}

/*straw-rotate*/
@-webkit-keyframes straw-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(15deg);}
}

@-moz-keyframes straw-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(15deg);}
}


@-ms-keyframes straw-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(15deg);}
}


@-o-keyframes straw-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(15deg);}
}

@keyframes straw-rotate { 
    0% {transform:rotate(0deg);}
    100% {transform:rotate(15deg);}
}









/* ---------- hugim page ---------- */

#hugim-text{
	width: 500px;
	margin-top: 4vh;
	float: right;
	position: relative;
	z-index: 41;
	top:7vh;
}

#hugim-text h1{padding-bottom: 1.4vh;}
#hugim-text h4{padding-bottom: 2.4vh;}
#hugim-text p{
	padding-bottom: 30px;
}

#hugim-left{
	padding-bottom:140px;
	background-blend-mode: multiply;
	background-color: #cf5c53;
	background-image: url(../images/hugim_shadow.png);
	background-position: 7px 10px;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	position: relative;
	width: 500px;
	z-index: 42;
	top:6vh;
}

#hugim-left object{
	float: left;
	width: 349px;
	height: 359.021px;
}


/*right lights*/
.bottom-right-light,.middle-right-light,.top-right-light{
	-webkit-animation: rightLights 1.5s ease-in 1.5s infinite alternate;
	-moz-animation: rightLights 1.5s ease-in 1.5s infinite alternate;
	-ms-animation: rightLights 1.5s ease-in 1.5s infinite alternate;
	-o-animation: rightLights 1.5s ease-in 1.5s infinite alternate;
	   animation: rightLights 1.5s ease-in 1.5s infinite alternate;
	fill:#495a7f;
}

/*right lights animation*/
@-webkit-keyframes rightLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}

@-moz-keyframes rightLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}

@-ms-keyframes rightLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}

@-o-keyframes rightLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}

@keyframes rightLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}


/*left lights*/
.bottom-left-light,.middle-left-light,.top-left-light {
	-webkit-animation: leftLights 1.5s ease-in infinite alternate;
	-moz-animation: leftLights 1.5s ease-in infinite alternate;
	-ms-animation: leftLights 1.5s ease-in infinite alternate;
	-o-animation: leftLights 1.5s ease-in infinite alternate;
	   animation: leftLights 1.5s ease-in infinite alternate;
	fill:#495a7f;
}



@-webkit-keyframes leftLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}

@-moz-keyframes leftLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}


@-ms-keyframes leftLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}


@-o-keyframes leftLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}


@keyframes leftLights { 
    0% {fill: #495a7f;}
    100% {fill: #fae25a;}
}




/* ---------- birthday page ---------- */

#birthday-text{
	width: 570px;
	margin-top: 4vh;
	float: left;
	position: relative;
	z-index: 51;
	top:8vh;
}

#birthday-text h1{
	padding-bottom: 1vh;
}

#birthday-text h4{
	padding-bottom: 3vh;
}

#birthday-text p{
	padding-bottom: 20px;
}

#birthday-left{
	width: 500px;
	float: right;
	position: relative;
	top:11vh;
	left:130px;
	z-index: 52;
	padding-bottom:140px;
	overflow: hidden;
	background-image: url(../images/birthday_shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 31px;
	background-color: #ff9900;
	background-blend-mode: multiply;
}

#birthday-left object{
	float: left;
	width: 348px;
	height: 367px;
}



#flame1,#flame2,#flame3,#flame4,#flame5,#flame6{
	position: relative;
	-webkit-animation: flame 1.4s infinite alternate;
	-moz-animation: flame 1.4s infinite;
	-ms-animation: flame 1.4s infinite;
	-o-animation: flame 1.4s infinite;
	   animation: flame 1.4s infinite;

}





/*@keyframes flame {
    0% {
    	transform: skewX(-2deg);
    }

	25% {
		transform: skewX(2deg);
	}

	30%{
		transform: skewX(-2deg);
	}

	40%{
		transform: skewX(2deg);
	}

	50%{
		transform: skewY(0.4deg);
	}

	100% {
         transform: rotateY(5deg); 
	}
}
*/

/*@-webkit-keyframes flame {
  0%   {transform: rotate(-1deg);}
  20%  {transform: rotate(1deg);}
  40%  {transform: rotate(-1deg);}
  60%  {transform: rotate(1deg) }
  80%  {transform: rotate(-2deg) }
  100% {transform: rotate(1deg);}
}*/


@-webkit-keyframes flame {
  0%   {transform: rotate(1deg);}
  20%  {transform: rotate(0deg);}
  40%  {transform: rotate(1deg);}
  60%  {transform: rotate(0deg) }
  80%  {transform: rotate(-1deg) }
  100% {transform: rotate(2deg);}
}

@-moz-keyframes flame {
  0%   {transform: rotate(1deg);}
  20%  {transform: rotate(0deg);}
  40%  {transform: rotate(1deg);}
  60%  {transform: rotate(0deg) }
  80%  {transform: rotate(-1deg) }
  100% {transform: rotate(2deg);}
}



/* ---------- private page ---------- */

#private-text{
	width: 590px;
	margin-top: 9vh;
	position: relative;
	float: right;
	z-index: 61;
	top:2vh;
}

#private-text h1{
	padding-bottom: 1.7vh;
}

#private-text h4{
	padding-bottom: 2.7vh;
}

#private-text p{
	padding-bottom: 30px;
}

#private-left{
	width: 500px;
	position: relative;
	z-index: 62;
	top:8vh;
	float: left;
	padding-bottom:140px;
	overflow: hidden;
	background-image: url(../images/private_shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #75606f;
	background-blend-mode: multiply;
}

#private-left object{
	float: left;
}


#welcome{
    position: absolute;
    left:34px;
    color:#6b6b6b;
    font-size: 40px;
    top:38px;
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;

}

#vip{
    position: absolute;
    left:122px;
    color:#6b6b6b;
    font-size: 40px;
    top:105px;
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}



@-webkit-keyframes pulse {
 0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }

}




























/* ---------- game page ---------- */



#card-wrapper{
	width: 99%;
	overflow: hidden;
	/*border: 1px solid #000;*/
}

.card-container{
	-webkit-perspective: 700px;
	-moz-perspective: 700px;
	 perspective:700;
	 /*width: 200px;*/
	 width: 17.3%;
	 height: 200px;
	 float: right;
	 margin-left: 2vw;
	 margin-bottom: 3.4vh;
	 /*border: 1px solid #000; */
}

.c5{margin-left: 0vw;}
.c10{margin-left: 0vw;}


.card{
	position: relative;
	color:#fff;
	transition:all 0.6s ease;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
		 transform-style:preserve-3d;
		 /*border: 1px solid #000;*/
}
		

.front, .back{
	border-radius: 8px;
	background-image: url(../images/card-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 200px;
	top:0;
	left:0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
}


.card-container input[type="radio"]{
    margin-right: 5px;
}


.back{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
         transform:rotateY(180deg);
         color:#6b6b6b;
}

.card-container:hover .card{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
		 transform:rotateY(180deg);
}



.front{
	display: table;
	text-align: center;
}

.front p{
	display: table-cell;
	color:#6b6b6b;
	font-size: 26px;
	vertical-align: middle;
}


.back-headline{
	background-color: #e08080;
	border-radius: 8px 8px 0px 0px;
	color:#fff;
	padding: 5px;
	text-align: center;
}


.card form input[type=radio]{
	/*display: block;*/
	margin-left:5px;
	margin-right:5px;
}


.card form {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
}


.return-icon{
	font-size: 110% !important;
	color:#e08080;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 13px;
}


#find-yourself-btn{
	margin: 0 auto;
cursor: pointer;
margin-top: 2.5vh;
margin-bottom: 1.5vh;
width: 20%;
background-color: #e08080;
color: #fff;
display: block;
font-family: open sans;
padding: 1%;
border-radius: 8px;
font-size: 27px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-shadow: 0 3px #bb6b6b;
top: 2px;
border: none;
outline: none;
position: relative;
left:10px;
-webkit-transition: all 0.05s;
-moz-transition: all 0.05s;
transition: all 0.05s;
}

#find-yourself-btn:active{
	box-shadow: 0 0 #4c8d6c;
	top: 5px;
}




.backJQ{
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
         transform:rotateY(0deg);
         color:#6b6b6b;
}

.backJQA{
    border-radius: 8px;
    background-image: url(../images/card-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 200px;
    top:0;
    left:0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
}


.card-container:hover .cardJQ{
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
         transform:rotateY(0deg);
}

.frontJQ {
border-radius: 8px;
background-image: url(../images/card-shadow.png);
background-repeat: no-repeat;
background-position: bottom;
background-color: #fff;
position: absolute;
width: 100%;
height: 200px;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}


.frontJQA {
border-radius: 8px;
background-image: url(../images/card-shadow.png);
background-repeat: no-repeat;
background-position: bottom;
background-color: #fff;
position: absolute;
width: 100%;
height: 200px;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}




.card-container a{
    cursor: pointer;
}

.ui-widget{font-family: open sans !important;}
.ui-button{color:#fff !important;}
.modal-comment{font-size: 12px !important;position: absolute;bottom: 0px;left: 21px;}
.ui-dialog-buttonpane .ui-dialog-buttonset {float: none !important;text-align: center;margin-left: 33px;margin-top: 6px;}




/*.modal-black{
    margin: auto;
    width: 50%;
    height: 50%;
    border-radius: 10px;
    background-color: #ccc;
    position: absolute;
    z-index: 4329492345;
    top: calc(100% - 75%);
    left: calc(100% - 75%);
}
*/






















/* ---------- contact page ---------- */


form{
	padding-top: 45px;
}



#form-detail-wrap{
	width: 100%;
	overflow: hidden;
}

#form-detail{
	float: right;
	width: 75%;
}

input,select,textarea{
	font-family: open sans;
    color:#6b6b6b;
	padding: 10px;
	border-radius: 8px;
	font-size: 27px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

input[type=text]{
	width: 48.1%;
	margin-left: 25px;
	margin-bottom: 3vh;
}

input[type=email]{
	width: 48.3%;
}

input[type=tel]{
    width: 48.3%;
    margin-left: 25px;
}
select{
	/*display: block;*/
	/*width: 100%;*/
    width: 48.3%;
	color:#6b6b6b;

}

#phone-wrap{
    /*border: 1px solid #fff;*/
	float: right;
	padding-right: 4vw;
}

#roie-haski{
	letter-spacing:1.1px;
	font-size: 22px;
}


#write-box-wrap{
	overflow: hidden;
	width: 100%;
	margin-top: 3vh;
}


#textarea-wrap{
	width: 75%;
	float: right;
	height: 26vh;
}

textarea{
	width: 100%;
	height: 100%;
	
}

#contact-btn{
	cursor:pointer;
	margin-top: 2.5vh;
	margin-bottom: 1.5vh;
	width:20%;
	background-color: #68c194;
	color:#fff;
	display: inline-block;
	font-family: open sans;
	padding: 1%;
	border-radius: 8px;
	font-size: 27px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-shadow: 0 3px #4c8d6c;
	top: 2px;
	border: none;
	outline: none;
	position: relative;
	-webkit-transition: all 0.05s;
	-moz-transition: all 0.05s;
	transition: all 0.05s;

}

#contact-btn:active{
	box-shadow: 0 0 #4c8d6c;
	top: 5px;
}

#contact-btn span{
	padding-left:17px;
}

#social-wrapper{
	float: right;
	padding-right: 4vw;
	height: 26vh;
}

#search-me{
	letter-spacing:1.1px;
	font-size: 22px;
	padding-top: 0.8vh;
	padding-bottom: 2vh;
}

.my-icon-size{
	font-size: 230% !important;
}

/*#social-wrapper div{
	margin-bottom: 2vh;
}*/

#social-wrapper a{
	margin-left: 1.0vw;
	/*vertical-align:8px;	*/
    color:#fff;
    /*display: inline-block;*/
}

#social-wrapper a:hover{
    position: relative;
    top:1.4px;
 
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #6b6b6b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #6b6b6b;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #6b6b6b;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #6b6b6b;
}



#btn-err-wrapper{

}

#error{
    font-size: 21px;
    margin: 10px;
    padding-right: 28px;
}


/* ---------- animation ---------- */
.animate-rtl{
	-ms-animation: ani-rtl 1.6s;
	-moz-animation: ani-rtl 1.6s;
    -webkit-animation: ani-rtl 1.6s;
    		animation: ani-rtl 1.6s;
    -ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
    		animation-fill-mode: forwards;
    -ms-animation-timing-function:ease-in-out;
    -moz-animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out;
     		animation-timing-function:ease-in-out;


}

@-webkit-keyframes ani-rtl {
    from {opacity: 0; right:40px;}
    to {opacity: 100; right:0px;}
}


@keyframes ani-rtl {
    from {opacity: 0; right:40px;}
    to {opacity: 100; right:0px;}
}



.animate-ltr{
	-ms-animation: ani-ltr 1.6s;
	-moz-animation: ani-ltr 1.6s;
    -webkit-animation: ani-ltr 1.6s;
    		animation: ani-ltr 1.6s;
    -ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
    		animation-fill-mode: forwards;
    -ms-animation-timing-function:ease-in-out;
    -moz-animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out;
     		animation-timing-function:ease-in-out;

}

@-webkit-keyframes ani-ltr {
    from {opacity: 0; left:40px;}
    to {opacity: 100; left:0px;}
}


@keyframes ani-ltr {
    from {opacity: 0; left:40px;}
    to {opacity: 100; left:0px;}
}




