* {
    box-sizing: border-box;
}

div, ul, li , header, footer, section {
    position: relative;
}

html, body {

}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight:500;
    color: #000000;
    line-height: 1.8em;
    padding: 0;
    background:#000000;
}


#page-loader.isMobile {

}


#mobileBackground {
    position: fixed !important;
    z-index: -1;
    background-image: url(../images/bg.jpg);
    background-position:  center;
    background-repeat: no-repeat;

    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;


    background-size: cover;

    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;

}




body.loading #mobileBackground {
    opacity: 0;
}

a {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
}

a:hover {
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: 4px;
   font-family: 'Lato', sans-serif;
}

h1.extra-large {
    font-size: 68px;
    font-weight: bold;
}

.margin-5 {
    margin-bottom: 5px;
}

.margin-10 {
    margin-bottom: 10px;
}

.margin-15 {
    margin-bottom: 15px;
}

.margin-20 {
    margin-bottom: 20px;
}

.margin-25 {
    margin-bottom: 25px;
}

.margin-35 {
    margin-bottom: 35px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-50 {
    padding: 50px;
}


.height-100 {
    height: 100px;
}

.height-200 {
    height: 200px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-450 {
    height: 450px;
}

.padding-top-25 {
    padding-top: 25px;
}

.large-padding-bottom {
    padding-bottom: 150px;
}

.an {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    -ms-transition: all 0.75s;
    transition: all 0.75s;
}

.an.medium {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
}

.an.fast {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.remove-padding {
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

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

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.display-inline-block {
    display: inline-block !important;
}


span.bitmap-icon {
    display: block;
    background-size: contain;
    background-position: center;
}

span.bitmap-icon.d20 {
    width: 20px;
    height: 20px;
}

span.bitmap-icon.d40 {
    width: 40px;
    height: 40px;
}

span.bitmap-icon.d60 {
    width: 60px;
    height: 60px;
}


span.bitmap-icon.heart {
    background-image: url(../images/iconmonstr-favorite-7-240.png);
}

span.bitmap-icon.d20 {
    width: 20px;
    height: 20px;
}

header {
    position: fixed;
    height: 50px;
    width: 100%;

    z-index: 999;

}


#header-like {
    padding-top: 12px;
    padding-right: 15px;
    text-align: right;
}

header {
    background-color: rgba(255,255,255,.95);
}

header #logo {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    background-position: center;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
}

header div {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
}



header.logo-hidden #logo {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

header.logo-hidden .col-md-2 {
    width: 0px;
    padding: 0px;
}

header nav.header-nav > ul {
    display: block;
    float: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

nav.header-nav li {
    float: none;
    display: inline-block;
}

nav.header-nav li a {
    display: block;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
}

 nav.header-nav > ul > li a:hover {
    color: #ffffff;
    background-color: #79c99e;
    text-decoration: none;
}


nav.header-nav > ul > li a span {
    display: block;
    position: absolute;
    bottom: 7px;

}

nav.header-nav > ul > li a span.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    background-color: #063A38;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all 0.85s;
    -moz-transition: all 0.85s;
    -o-transition: all 0.85s;
    -ms-transition: all 0.85s;
    transition: all 0.85s;
}


nav.header-nav > ul > li a span.line {
    width: 40%;
    left: 50%;
    margin-left: -20%;
    height: 2px;
    background-color: #063A38;
    bottom: 9px;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);

    -webkit-transition: all 0.65s;
    -moz-transition: all 0.65s;
    -o-transition: all 0.65s;
    -ms-transition: all 0.65s;
    transition: all 0.65s;
}

nav.header-nav > ul > li a:hover span.line {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

nav.header-nav > ul > li a:hover span.dot {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


img {
    width: 100%;
    height: auto;
}


img.noscale {
    width: inherit;
    height: inherit;
}

hr {
    display: block;
    position: relative;
    border: none;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,.5);
}


hr:before {
    content: '';
    display: block;
    position: absolute;
    width: 30%;
    height: 5px;
    left: 0px;
    top: 0px;
    background-color: #79c99e;
    -ms-transform: skewX(40deg); /* IE 9 */
    -webkit-transform: skewX(40deg); /* Safari */
    transform: skewX(40deg);


    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
}


hr.small {
    height: 1px;
}

hr.small:before {
    content: '';
    display: block;
    position: absolute;
    width: 10%;
    height: 2px;
    left: 0px;
    top: 0px;
    background-color: #79c99e;
    -ms-transform: skewX(40deg); /* IE 9 */
    -webkit-transform: skewX(40deg); /* Safari */
    transform: skewX(40deg);
}



a:hover hr:before {
    -ms-transform: skewX(40deg) translate(25px,0px);
    -webkit-transform: skewX(40deg) translate(25px,0px);
    transform: skewX(40deg) translate(25px,0px);
    width: 50%;
}

#wrapper,
#page-loader {

}


#page-loader {
    -webkit-transition: all 0.65s;
    -moz-transition: all 0.65s;
    -o-transition: all 0.65s;
    -ms-transition: all 0.65s;
    transition: all 0.65s;
    opacity: 1;
}

#page-loader.loading {
    opacity: .1;
}

section.page.small-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.page .container,
.big-quote .container {
    z-index: 10;
}

section.page {
    padding-top: 120px;
    padding-bottom: 80px;
}


section.page.extra-padding {
    padding-top: 160px;
}

/*
section.page.blue {
    background-color: #79c99e;
}
*/

section.page.purple {
    background-color: rgba(68,5,75,.4);
}

section.page.gray {
    background-color: #404040;
}

.page.page-full-height {
    height: 100%;
}

/*
.page.overlay {
    background-image: url(../images/overlay.png);
}

*/


section.page.skew:before {
    display: block;
    position: absolute;
    content: '';
    background-color: #79c99e;
    width: 30%;
    height: 6px;
    top: -3px;
    left: 0px;
    -ms-transform: skewX(80deg); /* IE 9 */
    -webkit-transform: skewX(80deg); /* Safari */
    transform: skewX(80deg);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;

}

section.page.skew:after {
    display: block;
    position: absolute;
    content: '';
    background-color: #79c99e;
    width: 30%;
    height: 6px;
    bottom: -3px;
    right: 20px;
    -ms-transform: skewX(80deg); /* IE 9 */
    -webkit-transform: skewX(80deg); /* Safari */
    transform: skewX(80deg);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;
}

section.page.skew.inView:before {
    opacity: 0.5;
}

section.page.skew.inView:after {
    opacity: 0.5;
}

section.page.blue.skew:before {
    background-color: #000000;
}

section.page.blue.skew:after {
    background-color: #000000;
}


section.page.page-11 {
    background-color: #000000;
}

.page-13 .page-parallax-layer,
.page-15 .page-parallax-layer {
    background-image: url(../images/color-bg1.jpg);
}

#footer {
    position: fixed;
    height: 50px;
    width: 100%;
    bottom: 0px;
    background-color: rgba(255,255,255,.95);
    padding-top: 10px;
    z-index: 999;
    border-top: #05302E 1px solid;
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 120%;
    min-height: 120%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-40%);
    -moz-transform: translateX(-50%) translateY(-40%);
    -webkit-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-40%);
    background-size: cover;
}

#logo-animated {
    position: relative;
    width: 100%;
}

h1.large-headline {
    padding: 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 120px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
    line-height: 90px;
    padding-top: 10px;
    color: #ffffff;
    padding-bottom: 10px;
}

h1.large-headline span.subtitle {
    display: block;
    font-size: 16px;
    padding: 0px !important;
    margin: 0px;
}

h1.large-headline:before {
    display: block;
    content:'';
    position: absolute;
    width: 35px;
    height: 80%;
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
    /*background-color: rgba(255,255,255,.3); */
}


h1.large-headline strong {
    font-weight: bold;
    color: #79c99e;
}

span.white {
    color: #ffffff;
}

h1.large-headline.with-icon:before {
    width: 50px;
}


.label-container {
    border-top: #000000 2px solid;
}

.label-container .glass {
    margin-top: 30px;
}

.label-container .container-label {
    top: 0px;
    right: 15px;
}


h1.large-headline hr:last-child:before {
    width: 10%;
}

.i-round {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #ffffff;

}

.i-round.white i {
    color: #ffffff;
}

.i-round.w30 {
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
}

.i-round.w40 {
    width: 40px;
    height: 40px;
}


.hover-image .image {
    overflow: hidden;
}

.hover-image .image img {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-image:hover .image img {

    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

.hover-image .headline {
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
}

.hover-image:hover .date {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-image:hover .headline {
    letter-spacing: 1px;
}

span.image.glossy {
    display: block;
    position: relative;
}

span.image.glossy:after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/glossy.png);
    background-size: 100% 100%;
    background-position: right center;
}


span.date {
    display: block;
    text-align: right;
    background-color: #79c99e;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;
    padding-left: 30px;
    padding-right: 5px;
    padding-bottom: 0px;
}


span.date:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #79c99e;
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
    left: -20px;
    width: 40px;
    top: 0px;
}

span.date span {
    color: #ffffff;
    line-height: 1px;
}


span.date span.day {
    display: inline-block;
    font-size: 12px;
    background-color: #79c99e;
    text-transform: uppercase;
    font-weight: bold;
}

span.date span.month {
    font-size: 14px;
}

span.date span.year {
    font-size: 14px;
}

.event-list-item .date {
    position: absolute;
    right: 16px;
    bottom: 1px;
}

.event-list-item .image {
    border:1px solid #353535;
}

.animated-elem {
    position: absolute;
    z-index: 1;
    opacity: .4;
}

.svg-animated{
    display: none;
}


.animated-elem.left-top {
    width: 20%;
    height: 20%;
    left: 5%;
    top: 30%;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.animated-elem.full-left {
    width: 20%;
    height: 20%;
    left: 2%;
    top: 30%;

    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.animated-elem.right-bottom {
    width: 20%;
    height: 20%;
    right: 5%;
    bottom: 30%;
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.animated-elem.center {
    width: 22%;
    height: 25%;
    left: 53%;
    top: 3%;
    margin-left: -12%;
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}


.animated-elem.center.large {
    width: 40%;
    height: 40%;
    margin-left: -22%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.big-quote {
    padding-top: 100px;
    padding-bottom: 100px;
}


.big-quote span {
    text-align: center;
    display: block;
    font-size: 68px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 1.45s;
    -moz-transition: all 1.45s;
    -o-transition: all 1.45s;
    -ms-transition: all 1.45s;
    transition: all 1.45s;
    letter-spacing: 20px;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.46);
}

.big-quote.inView span {
    letter-spacing: 16px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.big-quote span.small {
    font-size: 30px;
}


.text-enjoy-moment .bitmap-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -20px;
}


.page-parallax-layer,
.page-grid-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


.page-grid-layer {
    background-image: url(../images/overlay.png);
}

.parallax {
    background-attachment: fixed;
    background-position: center;
}


.gallery a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: rgba(255,255,255,.4) 1px solid;
    border-bottom: rgba(255,255,255,.4) 1px solid;
}


.gallery .date {
    position: absolute;
    right: 15px;
    bottom: 26px;
}

.headline {
    color: white;
    display: block;
    position: relative;
    font-size: 18px;
}

.headline > span {
}

.headline:before {
    display: block;
    content:'';
    position: absolute;
    width: 0px;
    height: 80%;
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
    background-color: rgba(255,255,255,.2);
}

.page-link a {
    display: block;
    position: relative;
    min-height: 130px;
}

.page-link .image-skew {
    position: absolute;
    width: 100%;
    min-height: 100%;
    display: block;
    top: 0px;
    left: 0px;

    background-color: #000000;

    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(1) skewX(20deg);
    -moz-transform: scale(1) skewX(20deg);
    -ms-transform: scale(1) skewX(20deg);
    -o-transform: scale(1) skewX(20deg);
    transform: scale(1) skewX(20deg);

    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;

    border: #000000 1px solid;


    overflow: hidden;
}

.page-link .image-skew .image {
    position: absolute;
    width: 120%;
    height: 120%;

    left: -10%;
    top: -10%;

    -webkit-transform: scale(1) skewX(-20deg);
    -moz-transform: scale(1) skewX(-20deg);
    -ms-transform: scale(1) skewX(-20deg);
    -o-transform: scale(1) skewX(-20deg);
    transform: scale(1) skewX(-20deg);

}


.page-link .headline {
    text-shadow: 1px 1px #000000;
}

.sub-link-skew-elem {
    position: absolute;
    width: 80px;
    height: 150px;
    background-color: rgba(135,14,141,0.4);
    top: -10px;
    left: 50px;

    -webkit-transform: scale(1) skewX(-20deg);
    -moz-transform: scale(1) skewX(-20deg);
    -ms-transform: scale(1) skewX(-20deg);
    -o-transform: scale(1) skewX(-20deg);
    transform: scale(1) skewX(-20deg);


    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -o-transition: all 0.45s;
    -ms-transition: all 0.45s;
    transition: all 0.45s;

}

.sub-link-skew-elem.skewX-2 {
    left: 100px;
    background-color: rgba(135,14,141,0.3);
}

.sub-link-skew-elem.skewX-3 {
    left: 150px;
    background-color: rgba(135,14,141,0.2);
}

.page-link a:hover .sub-link-skew-elem.skewX-1 {
    -webkit-transform: scale(1) skewX(-20deg) translate(-50px,0px);
    -moz-transform: scale(1) skewX(-20deg) translate(-50px,0px);
    -ms-transform: scale(1) skewX(-20deg) translate(-50px,0px);
    -o-transform: scale(1) skewX(-20deg) translate(-50px,0px);
    transform: scale(1) skewX(-20deg) translate(-50px,0px);
}

.page-link a:hover .sub-link-skew-elem.skewX-2 {
    -webkit-transform: scale(1) skewX(-20deg) translate(-25px,0px);
    -moz-transform: scale(1) skewX(-20deg) translate(-25px,0px);
    -ms-transform: scale(1) skewX(-20deg) translate(-25px,0px);
    -o-transform: scale(1) skewX(-20deg) translate(-25px,0px);
    transform: scale(1) skewX(-20deg) translate(-25px,0px);
}

.page-link a:hover .sub-link-skew-elem.skewX-3 {
    -webkit-transform: scale(1) skewX(-20deg) translate(-10px,0px);
    -moz-transform: scale(1) skewX(-20deg) translate(-10px,0px);
    -ms-transform: scale(1) skewX(-20deg) translate(-10px,0px);
    -o-transform: scale(1) skewX(-20deg) translate(-10px,0px);
    transform: scale(1) skewX(-20deg) translate(-10px,0px);
}


.page-link:hover .image-skew {
    -webkit-transform: scale(1) skewX(20deg) translate(20px,0px);
    -moz-transform: scale(1) skewX(20deg) translate(20px,0px);
    -ms-transform: scale(1) skewX(20deg) translate(20px,0px);
    -o-transform: scale(1) skewX(20deg) translate(20px,0px);
    transform: scale(1) skewX(20deg) translate(20px,0px);
}


.page-link .headline {
    z-index: 5;
    padding-top: 35px;
    padding-left: 20px;
    font-size: 28px;
}

#loader {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 20px;
    top: 50%;
    margin-top: -2px;
    background-color: #0C0C0C;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.6);
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
}


#loader > span {
    display: block;
    width: 300px;
    height: 100%;
    position: absolute;
    background-color: #44054B;
    -webkit-animation: loaderMove 1s linear infinite alternate forwards;
    animation: loaderMove 1s linear infinite alternate forwards;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

#loader > span:last-child {
    -webkit-animation-direction: alternate-reverse;
}

@keyframes loaderMove {
    0% {
        left: -300px;
        -webkit-transform: scale(0.5,1);
        -moz-transform: scale(0.5,1);
        -ms-transform: scale(0.5,1);
        -o-transform: scale(0.5,1);
        transform: scale(0.5,1);
    }
    50% {
        background-color: #79c99e;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }
    100% {
        left: 100%;
        background-color: #44054B;
        -webkit-transform: scale(0.5,1);
        -moz-transform: scale(0.5,1);
        -ms-transform: scale(0.5,1);
        -o-transform: scale(0.5,1);
        transform: scale(0.5,1);

    }
}


.image-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background-color: #000000;

    background-position: center;
    background-size: cover;

    -webkit-transition: all 1.55s;
    -moz-transition: all 1.55s;
    -o-transition: all 1.55s;
    -ms-transition: all 1.55s;
    transition: all 1.55s;

    opacity: 0;

    z-index: 8;

}


.image-bg.visible  {
    opacity: 1;
}

.page-header {
    height: 400px;
    background-position: center;
    background-size: cover;
    margin: 0px;
    border-bottom: none;
    z-index: 9;
}


.page-header.h-250 {
    height: 250px;
}

.glass {
    padding: 10px;
    color: #ffffff;
    background-color: rgba(0,0,0,.6);
}

.label.blue {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    background-color: #79c99e;
    margin-right: 10px;
}

#event-image,
.video {
    display: block;
    border: rgba(255,255,255,.1) 1px solid;
}


#fb-chart {
    display: inline-block;
    text-align: center;
}

#fb-chart .percent {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0px;
    font-size: 36px;
    text-align: center;
}


.btn-primary {
    color: #fff;
    background-color: #79c99e;
    border-color: transparent;
}
.btn {
    border-radius: 0px;
}

#subheader {
    height: 300px;
}


#subheader.gallery-header {
    background-image: url(../images/gallery-header.jpg);
    background-position: center;
}

#subheader .header-image {
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
    z-index: 9;
}

.parallax-page-12 {
    background-image: url(../images/gallery-bg.jpg);
}

.jp-playlist,
.jp-gui {
    display: inline-block;
}

/* address */
/* ------------------------------ */
address{
    margin:0;
    margin-top:20px;
}
address span {
    display: block;
    border-bottom:solid 1px #222;
    padding-bottom:5px;
    margin-bottom:5px;
    font-weight:300;
}

.de_light .widget_text address span {
    border-bottom:solid 1px #ddd;
}

address span strong {
    display: inline-block;
    width: 60px;
}

address span{
    border-bottom-color:#222;
}

address span i{
    margin-top:5px;
    margin-right:20px;
    float:none;
}

address span strong {
    display: inline-block;
}

address span a{
    color:#000000;
}

.de_light #sidebar .widget address span{
    border-bottom:solid 1px #ddd;
}

.de_light #sidebar .widget address a{
    color:#333;
}


.dark-round {
    border-radius: 10px;
    display: inline-block;
    background-color: #1F1F1F;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


footer {
    padding-top: 60px;
    background-position: center;
    background-color: #ffffff;
    background-attachment: fixed;
    border-top: #C4C4C4 1px solid;
    z-index: 9;
}

footer > .container {
    padding-bottom: 20px;
}

.subfooter {
    background-color: #DDDDDD;
    padding-top: 10px;
    color: #000000;
}

.form-control {
    padding: 10px;
    margin-bottom: 5px;
    color: #fff;
    border: solid 1px rgba(102, 114, 114, 0.4);
    background: rgba(190, 190, 190, 0.6);
    border-radius: 0 !important;
    height: auto;
}

.fix-height-image {
    height: 91px;
    overflow: hidden;
    text-align: center;
    background-color: #000000;
}

.fix-height-image img {
    width: auto !important;
}

#area-gallery a {
    display: inline-block;
    margin-right: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 9%;
    background-color: #ffffff;
}

.booking-lounge {
    position: absolute;
}

.booking-lounge .info {
    display: none;
}

.booking-lounge a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.container-label {
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    top: 20px;
    right: 0px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 15px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
}

.container-label.white {
    background-color: #ffffff;
    color: #000000;
}

.container-label.small {
    font-size: 18px;
}

.booking-lounge.status-2 a{
    background-color: #4f4f4f;
}

.booking-lounge.status-3 a {
    background-color: #ee162d;
}

.booking-lounge.status-1 a {
    background-color: #009926;
}

.booking-lounge.status-4 a {
    background-color: #ffeb41;
}

.booking-lounge .status-label {
    display: inline !important;
}

.booking-lounge .status-label.status-1 {
    color: #009926;
}

.booking-lounge .status-label.status-2 {
    color: #4f4f4f;
}

.booking-lounge .status-label.status-3 {
    color: #ee162d;
}

.booking-lounge .status-label.status-4 {
    color: #ffeb41;
}


.booking-lounge .info {
    display: none;
    position: absolute;
    left: 10px;
    top: -10px;
    padding: 10px;
    background-color: #111111;
    z-index: 999;
}


.booking-lounge .info .thumb {
    width: 100px;
    float: left;
    overflow: hidden;
    padding-right: 10px;
}


.booking-lounge .info .name {
    font-weight: bold;
    color: rgb(199,98,203);
}

.booking-lounge .info span {
    display: block;
}


.booking-lounge .info .description span {
    display: inline;
}

.booking-lounge a:hover .info,
.booking-lounge a.hover .info {
    display: block;
}


.lounge-info {
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    background-color:#000000;
}

.lounge-info .image {
    display: block;
    overflow: hidden;
    max-height: 100px;
}


.alert-danger, .alert-error {
    background-color: #E56C69;
}

.alert, .alert h4 {
    color: #000000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(0,0,0,.8);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


ul.dropdown-menu > li {
    display: block;
}

ul.dropdown-menu > li > a {
    display: block;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
}

ul.dropdown-menu > li > a span {
    display: none !important;
}

ul.dropdown-menu > li > a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {




    .large-headline .container-label {
        display: none;
    }


    html,body {

        overflow-x: hidden;

    }


    h1.large-headline {
        padding: 0px;
        margin: 0px;
        font-family: 'Lato', sans-serif;
        font-size: 36px;
        line-height: 40px;
    }



    h1.large-headline.with-icon:before {
        width: 20px;
    }

    h1.large-headline.with-icon span {

    }

    .big-quote {
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .big-quote span {
        text-align: center;
        display: block;
        font-size: 42px;
        font-family: 'Lato', sans-serif;
        -webkit-transition: all 1.45s;
        -moz-transition: all 1.45s;
        -o-transition: all 1.45s;
        -ms-transition: all 1.45s;
        transition: all 1.45s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;

        letter-spacing: 20px;

        opacity: 0;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.46);
    }

    .big-quote.inView span {
        letter-spacing: 10px;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }


    .animated-elem.center {
        width: 80%;
        height: 100%;
        left: 21%;
        top: 0%;
        margin-left: -12%;
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    h1.large-headline span.subtitle {
        display: block;
        font-size: 16px;
        padding: 0px !important;
        margin: 0px;
        line-height: normal;
        /* padding-top: 25px; */
        margin-top: 10px;
    }


    .page-parallax-layer {
        position: fixed;
    }

    .page-parallax-layer.noMobileFix {
        display: none;
    }


    .image-bg {
        -webkit-filter: blur(0px) grayscale(50%);
        filter: blur(0px) grayscale(50%);
        filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
        opacity: 0;
        z-index: 8;
    }


    .image-bg.visible  {
        opacity: .4;
    }



    .page-parallax-layer {
        background-color: #000000;
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        -o-transition: all 0.45s;
        -ms-transition: all 0.45s;
        transition: all 0.45s;
        opacity: 0;
    }

    .page-parallax-layer.visible {
        opacity: 1;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .page-link .image-skew .image {
        position: absolute;
        width: 120%;
        height: 120%;
        left: -10%;
        top: -10%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transform: scale(1) skewX(-20deg);
        -moz-transform: scale(1) skewX(-20deg);
        -ms-transform: scale(1) skewX(-20deg);
        -o-transform: scale(1) skewX(-20deg);
        transform: scale(1) skewX(-20deg);
    }

    section.page {
        padding-top: 70px;
        padding-bottom: 0px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    td, th {
        display: block;
    }

    #area-gallery a {
        width: 45%;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 1000px) {
    nav.header-nav > ul > li a:hover {
        color: #ffffff;
        background-color: #79c99e;
        text-decoration: none;
    }
}



div#mobileTapbar {
    position: fixed;
    width: 35%;
    left: 10px;
    top: 10px;
    height: 40px;
    z-index: 99;
    background-color: #ffffff;
}

#mobileOpen {
    display: block;
    padding: 5px;
    padding-left: 10px;
    font-size: 24px;
}

#mobileLogo {
    display: inline-block;
    margin: 5px;
    width: 40px;
}

div#mobileNavigation {
    border: #000000 1px solid;
    position: fixed;
    left: 10px;
    right: 30%;
    bottom: 20px;
    top: 60px;
    z-index: 9999;
    overflow: auto;
    background-color: rgba(0,0,0,.8);

    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -o-transition: all .45s;
    -ms-transition: all .45s;
    transition: all .45s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;


    -ms-transform: translateX(-200%) translateY(0%) rotate(20deg);
    -moz-transform: translateX(-200%) translateY(0%) rotate(20deg);
    -webkit-transform: translateX(-200%) translateY(0%)rotate(20deg);
    transform: translateX(-200%) translateY(0%) rotate(20deg);
}

div#mobileNavigation.visible {
    -ms-transform: translateX(0%) translateY(0%) rotate(0deg);
    -moz-transform: translateX(0%) translateY(0%) rotate(0deg);
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
    transform: translateX(0%) translateY(0%) rotate(0deg);
}

div#mobileNavigation .navbar-nav {
    padding: 0px;
    margin: 0px;
}

div#mobileNavigation .navbar-nav a {
    display: block;
    padding: 10px;
    padding-left: 15px;
    font-size: 18px;
   font-family: 'Lato', sans-serif;
    color: #ffffff;
    background-color: rgba(83, 127, 126, 0.8);
}


div#mobileNavigation .navbar-nav > li {

    padding-bottom: 1px;
}

div#mobileNavigation .navbar-nav .dropdown-menu {
    position: relative;
    float: none;
    background-color: #000000;
    display: block;
    border: none;
    box-shadow: none;
}

div#mobileNavigation .navbar-nav .dropdown-menu a {
    font-size: 16px;
    border-left: #79c99e 5px solid;
    background-color: #2B4645;
}


.jp-interface > div {
    display: inline-block;
}

.jp-interface .jp-progress {
    width: 90px;
    height: 10px;
    margin-left: 10px;
    background-color: #0e0e0e;
}

.jp-interface .jp-seek-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height:100%;
}

.jp-interface .jp-play-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79c99e+86,00f2de+94 */
    background: #79c99e; /* Old browsers */
    background: -moz-linear-gradient(left, #79c99e 86%, #00f2de 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #79c99e 86%,#00f2de 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #79c99e 86%,#00f2de 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c99e', endColorstr='#00f2de',GradientType=1 ); /* IE6-9 */
}


.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.ui-datepicker {
    width: 100%;

}

.ui-widget-content {
    border: none;
    background-color: rgba(0,0,0,.4);
    color: #f2dede;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    color: #f2dede;
}

.ui-widget-header {
    border: none;
    background: none;
    background-color: #080808;
    color: #222;
    font-weight: bold;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #000000;
    background: none;
    color: #737373;
    background-color: #222222;
    font-weight: normal;
}

.event-calender-highlight > a {
    background-color: #91b428 !important;
    color: #000000 !important;
}