body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100vh;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(239, 239, 239, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}

body a {
    text-decoration: none;
}

.strong {
    font-weight: 700;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

.main-header {
    padding: 80px 0;
}

#fullscreen {
    position: fixed;
    top: 0;
    left: 0;
}
/*.main-section {
    height: 520px;
}*/

#home-page,
#photo-page,
#downloads-page,
#video-page,
#about-page {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#home #home-page,
#photo #photo-page,
#downloads #downloads-page,
#video #video-page,
#about #about-page {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: auto;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.logo-wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#home .logo-wrapper {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: auto;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.main-footer {
    padding: 32px 0;
}

.lang-selector-wrapper {
    float: left;
}

.lang-item {
    float: left;
    margin: 0 9px 0 0;
}

.lang-txt {
    display: block;
    width: 36px;
    text-align: center;
    margin: 0 0 6px 0;
    color: #aeaeae;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lang-img {
    display: block;
    width: 36px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lang-item-btn {
    cursor: pointer;
}

.lang-item-btn:hover .lang-img {
    opacity: 0.4;
}

.lang-item-btn:hover .lang-txt {
    opacity: 1;
}

.lang-item-btn:hover .lang-img,
.lang-item-btn:hover .lang-txt {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-wrapper {
    float: right;
    display: table;
    vertical-align: middle;
}

.logo-wrapper div {
    display: table-cell;
    padding: 0 0 0 50px;
    vertical-align: middle;
}

.home-page {
    position: relative;
}

.main-menu {
    position: absolute;
    z-index: 999;
    width: 306px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -153px;
}

.main-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    display: block;
    height: 28px;
    line-height: 28px;
    background-color: #ffffff;
    color: #9b9b9b;
    text-indent: 10px;
    border-left: 6px solid #fff;
    border-top: 6px solid #fff;
    border-right: 6px solid #d1d1d1;
    border-bottom: 6px solid #cbcbcb;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover {
    color: #7f0057;
    border-right: 6px solid #e8d3e1;
    border-bottom: 6px solid #dbb8cf;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li.cust-link:hover {
    color: #4aac48;
    border-right: 6px solid #d1d1d1;
    border-bottom: 6px solid #cbcbcb;
}

.main-image {
    width: 1100px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.main-image img.active {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.footer-info {
    color: #7f0057;
    text-transform: uppercase;
}

#hotel-name,
#hotel-address,
#hotel-tel,
#hotel-fax {
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    border-left: 1px solid #7f0057;
    float: left;
}

#hotel-name {
    padding: 0 10px 0 0;
    border-left: 0px;
}

.inner-page {
    background-color: #fff;
    padding: 40px;
    height: 520px;
    position: relative;
}

.about-content {
    float: left;
    width: 610px;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
}
#about-content .il ul {
    padding: 0 40px 0 0;
}

.about-content h2 {
    color: #9a0069;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 25px 0 5px 0;
}

.about-content .holiday-inn-ashkelon h2 {
    color: #4aac48;
}

.about-content p {
    margin: 0 0 15px 0;
}

.about-img {
    float: right;
    width: 390px;
}
/*#about-page .inner-page-buttons {
    padding: 65px 0 35px 0;
}*/

.inner-page-buttons {
    /*padding: 20px 0 35px 0;*/
    
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 1020px;
}
/*#about-page {
    padding: 0 0 35px 0;
}*/

.hotel-logo-download,
.hotel-logo {
    margin: 0 0 35px 0;
}

.inner-btn {
    display: block;
    float: left;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    border: 1px solid #7f0057;
    border-radius: 20px;
    background: #fff;
    color: #7f0057;
    font-size: 14px;
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-btn.purple {
    border: 1px solid #7f0057;
    background: #fff;
    color: #7f0057;
}

.inner-btn.purple:hover {
    color: #ec008c;
    border-color: #ec008c;
    background: #feebf6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-btn.grey {
    color: #757575;
    border-color: #757575;
    background: #fff;
}

.inner-btn.grey:hover {
    color: #b4b4b4;
    border-color: #b4b4b4;
    /*background: #fff;*/
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.player-wrapper {
    margin: 0 0 0 180px;
    position: relative;
    height: 372px;
}

.controls {
    position: absolute;
    top: -76px;
}

.playback-btn,
.play-btn,
.pause-btn,
.playback-btn,
.mute-btn {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    border: 1px solid #7f0057;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../img/play.png);
    background-image: url(../img/playHover.png);
    background-image: url(../img/pauseHover.png);
    background-image: url(../img/soundOnHover.png);
    background-image: url(../img/soundOffHover.png);
    background-image: url(../img/playbackHover.png);
}

.playback-btn:hover,
.play-btn:hover,
.pause-btn:hover,
.playback-btn:hover,
.mute-btn:hover {
    border: 1px solid #9e9e9e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.playback-btn {
    margin: 0 10px 0 0;
}

.play-pause-wrapper {
    position: relative;
    width: 36px;
    height: 36px;
    float: left;
    margin: 0 10px 0 0;
}

.play-btn,
.pause-btn {
    position: absolute;
    top: 0;
    left: 0;
}

.play .play-btn {
    display: block;
}

.stop .play-btn {
    display: none;
}

.play .pause-btn {
    display: none;
}

.stop .pause-btn {
    display: block
}

.controls .play-btn {
    background-image: url(../img/play.png);
}

.controls .play-btn:hover {
    background-image: url(../img/playHover.png);
}

.controls .pause-btn {
    background-image: url(../img/pause.png);
}

.controls .pause-btn:hover {
    background-image: url(../img/pauseHover.png);
}

.controls .mute-btn.on {
    background-image: url(../img/soundOn.png);
}

.controls .mute-btn.on:hover {
    background-image: url(../img/soundOnHover.png);
}

.controls .mute-btn.off {
    background-image: url(../img/soundOff.png);
}

.controls .mute-btn.off:hover {
    background-image: url(../img/soundOffHover.png);
}

.controls .playback-btn {
    background-image: url(../img/playback.png);
    background-position: 7px 9px;
}

.controls .playback-btn:hover {
    background-image: url(../img/playbackHover.png);
    background-position: 7px 9px;
}

.is-splash.flowplayer .fp-ui,
.is-paused.flowplayer .fp-ui {
    background-image: none;
}

#player-tel-aviv-beach,
#player-tel-aviv-city,
#player-haifa,
#player-jerusalem,
#player-dead-sea,
#player-eilat,
#player-holiday-inn-ashkelon,
#player-bayview-haifa {
    display: none;
}

.download-photo,
.download-video {
    line-height: 32px;
    float: right;
    font-weight: bold;
    cursor: pointer;
    color: #7f0057;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.download-photo:hover,
.download-video:hover {
    color: #ec008c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* GALLERY */

.gallery-thumbs {
    float: left;
    width: 320px;
}

.thumb-wrapper {
    width: 100px;
    height: 67px;
    float: left;
    margin: 0 8px 8px 0;
    overflow: hidden;
}

.thumb-wrapper:nth-child(3n+3) {
    margin: 0 0 8px 0;
}

.thumb-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumb-wrapper img.active,
.thumb-wrapper img:hover {
    opacity: 0.45;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-image-wrapper {
    float: right;
    width: 690px;
    position: relative;
}

.main-gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-gallery-image.active {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#about-content {
    position: relative;
    height: 330px;
}

#about-content div {
    overflow-y: auto;
    overflow-x: hidden;
    height: 330px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    width: 100%;
}

.about-txt {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

/*#about-content .fr,
#about-content .cn,
#about-content .ru,
#about-content .il {
    display: none!important;
}*/

.about-txt.active {
    opacity: 1;
    z-index: 10;
}

.download-videos,
.download-logos {
    float: left;
    width: 40%;
}

.dl-photo,
.dl-video {
    display: block;
    font-size: 16px;
    color: #808080;
    text-decoration: underline;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0 0 10px 0;
}

.dl-photo:hover,
.dl-video:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #8f206c;
}
#player .flowplayer .fp-ui {
   /* position: absolute;
    height: 0;
    top: 100%;*/
}
.flowplayer .fp-ui .fp-mute {
    /*display: none;*/
}
#player .flowplayer .fp-player:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: red;*/
    z-index: 10;
}
#player .flowplayer {
    overflow: hidden;
}
#player .flowplayer.is-mouseout .fp-timeline {
    width: 100%;
}
#player .flowplayer .fp-timeline {
    display: block;
    width: 96%;
    margin: 0 auto!important;
    z-index: 100;
    position: relative;
}
#player .flowplayer .fp-brand,
#player .flowplayer .fp-volume {
    display: none;
}
.about-img img {
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: block;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-img img.active {
    opacity: 1;
    height: auto;
    overflow: visible;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ie-warning {
    position: absolute;
    top: -30px;
    font-size: 12px;
    display: none;
    color:red;
}

.isLocalIE .ie-warning {
  display: block;
}