body {
    background-color: #ffffff;
    min-height: 100vh;
}

.cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-image: url('../images/background.jpg');
    background-repeat:  no-repeat;
    background-position: center center;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container {
    width: 640px; 
    margin-left: auto; 
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#main {
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    
}
#menuContainer {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%; 
    height: 193px;
    overflow: hidden;
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#menu {
    top: 0px;
    left: 0px;
    width: 640px; 
    height: 173px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-image: url('../images/main.jpg');
    background-repeat: no-repeat;
}
.menuItem {
    position: absolute;
    top: 105px; 
    border: 0px solid blue;
    width: 120px; 
    height: 50px;
    cursor: pointer;
}

#formIframe {
    position: absolute; 
    top: 875px; 
    left: 160px; 
    border: 0px solid blue;
    width: 380px; 
    height: 150px; 
    background: none; 
    overflow: hidden;
}
#gallery {
    position: absolute; 
    top: 1560px; 
    left: 30px; 
    border: 5px solid white;
    width: 580px; 
    height: 400px; 
    background: none; 
    overflow: hidden;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}

#gallery img {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 580px; 
    height: 400px; 
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


#backUpButton {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 80px;
    top: 2160px;
    border: 0px solid blue;
    cursor: pointer;
}

#shareButtons {
    position: absolute;
    top: 130px;
    left: 15px;
    width: 400px;
    height: 60px;
    border: 0px solid red;
    overflow: hidden;
}

#tickets {
    /*
    position: absolute;
    top: 340px;
    left: 0px;
    */
    margin-top: 20px;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    
}
.ticket {
    display: none;
    width: 100%;
    cursor: pointer;
    width: 640px;        
    height: 154px;
    border: 0px solid blue;
    direction: rtl;

    background-image: url('../images/ticket.png');
    background-repeat: no-repeat;

    -webkit-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    -moz-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    -o-transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    transition: all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

}

.ticket:hover {
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.02, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
}

.ticket_last {
    background-image: url('../images/ticket_last.png');
}
.ticket_valentines {
    background-image: url('../images/ticket_valentines.png');
}
.ticket_newyear {
    background-image: url('../images/ticket_newyear.png');
}

.ticket_soldout {
    background-image: url('../images/ticket_soldout.png');
    cursor: not-allowed;
}
.ticket_soldout:hover {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}


.ticketRight {
    font-family: 'Open Sans Hebrew',Arial,sans-serif;
    width: 90px;
    height: 80px;
    position: absolute;
    border: 0px solid red;
    text-align: center;
    top: 40px;
    right: 10px;
}
.ticketDate {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    display: block;
}

.ticketDOW {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 200;
    color: #606060;
    display: block;
}
.ticketHour {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 200;
    color: #606060;
    display: block;
}

.ticketMiddle {
    font-family: 'Open Sans Hebrew',Arial,sans-serif;
    width: 290px;
    height: 100px;
    position: absolute;
    border: 0px solid red;
    text-align: right;
    top: 40px;
    right: 120px;
}
.ticketCity {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    display: block;
}
.ticketVenue {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    display: block;
}
.ticketAddress {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 200;
    color: #808080;
    display: block;
}

.ticketLeft {
    font-family: 'Open Sans Hebrew',Arial,sans-serif;
    width: 200px;
    height: 100px;
    position: absolute;
    border: 0px solid red;
    text-align: center;
    top: 32px;
    right: 430px;
}
.ticketPrice {
    font-size: 24px;
    font-weight: 800;
    color: #606060;
    /*
    display: block;
    */
    display: none;
}

.footer {
    font-family: 'Open Sans Hebrew',Arial,sans-serif;
    text-align: center;
    direction: rtl;
    font-size: 14px;
    color: #808080;
    padding: 5px;
}

.buyOptionDiv {
    font-family: 'Open Sans Hebrew',Arial,sans-serif;
    direction: rtl;
    font-size: 32px;
    text-align: center;
    padding: 20px;
}

.buyOptionDiv a, .buyOptionDiv a:active, .buyOptionDiv a:visited {
    color: white;
    text-decoration: none;
    margin-top: 30px;
    display: block;
    width: 250px;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    font-weight: bold;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
    background-color: #F46E4C;
    border-bottom: 5px solid #A64A32;
}

.blur {
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

.private {
    background-color: #ffffff;
    text-align: center;
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
    padding: 10px;
    color: #404040;
    font-size: 13px;
    direction: rtl;
    line-height: 18px;
}

.privateTop {
    margin-top: -5px;
    font-size: 15px;
}

#loading {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}