.cbb-nav * {
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.cbb-nav .is-sticky nav {
  z-index: 9999;
}
.admin-bar .is-sticky .cbb-nav nav {
  z-index: 9999;
  top: 0;
}
.cbb-nav .navbar-header {
  justify-content: flex-end;
}
.cbb-nav .navbar-default {
  border: none;
  margin-bottom: 0;
  -webkit-transition: top 500ms;
  -o-transition: top 500ms;
  transition: top 500ms;
}
.cbb-nav .navbar-default .navbar-brand {
  padding: 15px;
}
.cbb-nav .navbar-default .nav > li > a,
.cbb-nav .navbar-default a#festi-cart.festi-cart.festi-cart-customize {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px;
  line-height: 1.4;
  background: transparent;
}
.cbb-nav .navbar-default .nav > li > a i.fa {
  margin: 0 6px 0 0;
}
.cbb-nav .navbar-default .nav > li.active > a,
.cbb-nav .navbar-default .nav > li.active > a:hover,
.cbb-nav .navbar-default .nav > li.active > a:focus {
  background: transparent;
}
.cbb-nav .navbar-default .nav > li .dropdown-menu {
  border-top: 0;
  font-size: 1em;
}
.cbb-nav .navbar-default .navbar-toggle {
  border-color: transparent;
}
.cbb-nav .navbar-default .navbar-collapse,
.cbb-nav .navbar-default .navbar-form {
  border: none;
}
@media (min-width: 830px) {
  .cbb-nav .cbb-nav-vertical {
    max-width: 300px;
  }
  .cbb-nav .cbb-nav-vertical .nav > li > a .caret {
    transform: rotate(-90deg);
  }
  .cbb-nav .cbb-nav-vertical .nav .dropdown-menu {
    left: 100% !important;
    top: 3px;
  }
}

/*# sourceMappingURL=navigation_frontend.css.map */

/*------------------------------------------------------------*/
/* Carousel */
.jsn-bootstrap3 .carousel {
    max-width: 100%;
}
.jsn-bootstrap3 .carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 25px 35px 25px;
    text-shadow: none;
    left: 10%;
    right: 10%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.jsn-bootstrap3 .carousel .carousel-caption i {
    margin: 0 15px 0 0;
}
.jsn-bootstrap3 .carousel .carousel-caption p {
    color: #AAA;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 19px;
}
.jsn-bootstrap3 .carousel .carousel-content {
    padding: 0 50px;
}
.jsn-bootstrap3 .carousel .carousel-control {
    background: none;
}
.jsn-bootstrap3 .carousel .carousel-control span {
    position: absolute;
    display: inline-block;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    font-size: 15px;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 0px;
}
.jsn-bootstrap3 .carousel .carousel-indicators {
    bottom: 20px;
}
.jsn-bootstrap3 .carousel .carousel-indicators li {
    margin: 1px 3px;
}
.jsn-bootstrap3 .carousel .carousel-indicators .active {
    margin: 0 2px;
}
.jsn-bootstrap3 .carousel .carousel-control span.fa-chevron-left {
    left: 5px;
}
.jsn-master .jsn-bootstrap3 .carousel .carousel-control span.fa-chevron-right {
    right: 5px;
}

.st-element-carousel .carousel-inner > .item > img, .carousel-inner > .item > a > img
{ margin: 0 auto; }
.wp-video {
    margin: 0 auto;
}
.jsn-bootstrap3 .carousel .carousel-content {
    padding-bottom: 40px;
}
/*------------------------------------------------------------*/
.cb-popup-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 9999999;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.lt-ie9 .cb-popup-modal { top: 0; left: 0;  }

.cb-popup-hidefix { display: none; }

.cb-popup-show {
	visibility: visible;
}

.cb-popup-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999999;
	opacity: 0;
	/*background: rgba(143,27,15,0.8);*/
	background: #8D1C15;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cb-popup-overlay.cb-popup-overlay-show {
	opacity: 0.8;
	visibility: visible;
}

.lt-ie9 .cb-popup-overlay.cb-popup-overlay-show { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

/* Content styles */
.cb-popup-content {
	color: #fff;
	background: #e74c3c;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	overflow: auto;
}

.cb-popup-content h3.cb-popup-heading {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.cb-popup-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.cb-popup-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.cb-popup-content > div ul li {
	padding: 5px 0;
}

.cb-popup-content > div > p:last-of-type { margin-bottom: 0; }

.cb-popup-content button.cb-popup-close {
	display: block;
	margin: 10px auto 0;
	font-size: 0.8em;
	clear: both;
}

.cb-popup-content a.cb-popup-close {
	position: absolute;
    top: 2px;
    right: 8px;
    font-size: 20px;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.cb-popup-effect-1 .cb-popup-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cb-popup-show.cb-popup-effect-1 .cb-popup-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.cb-popup-effect-2 .cb-popup-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.cb-popup-show.cb-popup-effect-2 .cb-popup-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.cb-popup-effect-3 .cb-popup-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cb-popup-show.cb-popup-effect-3 .cb-popup-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.cb-popup-effect-4 .cb-popup-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-4 ~ .cb-popup-overlay,
.cb-popup-effect-4 .cb-popup-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.cb-popup-show.cb-popup-effect-4 .cb-popup-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.cb-popup-effect-5.cb-popup-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.cb-popup-effect-5 .cb-popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-5 .cb-popup-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* Effect 6: side fall */
.cb-popup-effect-6.cb-popup-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.cb-popup-effect-6 .cb-popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-6 .cb-popup-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.cb-popup-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cb-popup-effect-7 .cb-popup-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-7 .cb-popup-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.cb-popup-effect-8.cb-popup-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.cb-popup-effect-8 .cb-popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-8 .cb-popup-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.cb-popup-effect-9.cb-popup-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.cb-popup-effect-9 .cb-popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-9 .cb-popup-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.cb-popup-effect-10.cb-popup-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.cb-popup-effect-10 .cb-popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cb-popup-show.cb-popup-effect-10 .cb-popup-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.cb-popup-effect-11 .cb-popup-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cb-popup-show.cb-popup-effect-11 .cb-popup-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.cb-popup-effect-12 .cb-popup-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cb-popup-show.cb-popup-effect-12 ~ .cb-popup-overlay {
	background: #e74c3c;
} 

.cb-popup-effect-12 .cb-popup-content h3,
.cb-popup-effect-12 .cb-popup-content {
	background: transparent;
}

.cb-popup-show.cb-popup-effect-12 .cb-popup-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.cb-popup-effect-13.cb-popup-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.cb-popup-effect-13 .cb-popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-13 .cb-popup-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* Effect 14:  3D Rotate from bottom */
.cb-popup-effect-14.cb-popup-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.cb-popup-effect-14 .cb-popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cb-popup-show.cb-popup-effect-14 .cb-popup-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.cb-popup-effect-15.cb-popup-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.cb-popup-effect-15 .cb-popup-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cb-popup-show.cb-popup-effect-15 .cb-popup-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.cb-popup-show.cb-popup-effect-16 ~ .cb-popup-overlay {
	background: rgba(180,46,32,0.5);
}

.cb-popup-show.cb-popup-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.cb-popup-effect-16 .cb-popup-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-16 ~ .container,
.cb-popup-effect-16 .cb-popup-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cb-popup-show.cb-popup-effect-16 .cb-popup-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.cb-popup-show.cb-popup-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}	

.cb-popup-show.cb-popup-effect-17 ~ .container,
.cb-popup-show.cb-popup-effect-17 ~ .cb-popup-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cb-popup-effect-17 .cb-popup-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.cb-popup-show.cb-popup-effect-17 .cb-popup-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.cb-popup-show.cb-popup-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.cb-popup-show.cb-popup-effect-18 ~ .cb-popup-overlay {
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.cb-popup-show.cb-popup-effect-18 ~ .container,
.cb-popup-show.cb-popup-effect-18 ~ .cb-popup-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}

.cb-popup-effect-18 .cb-popup-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-18 .cb-popup-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.cb-popup-show.cb-popup-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.cb-popup-show.cb-popup-effect-19 ~ .cb-popup-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.cb-popup-show.cb-popup-effect-19 ~ .container,
.cb-popup-show.cb-popup-effect-19 ~ .cb-popup-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.cb-popup-effect-19 .cb-popup-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.cb-popup-show.cb-popup-effect-19 .cb-popup-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
