/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/static/flexslider/images/bg_direction_nav.png?f1add56bb45a) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* --------------------------------------------- */
/* Author: http://codecanyon.net/user/CodingJack */
/* --------------------------------------------- */


/* ----------------------------------------------------------- */
/*                COLORS, FONTS and GRAPHICS                   */
/* ----------------------------------------------------------- */


/* adjust main modal background color and opacity here */
.jackbox-modal {
	
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 18px;
	background: rgba(0, 0, 0, 0.75);
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.jackbox-modal * {

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	
}

.jackbox-container img {

	max-width: none;
	
}

/* headers for descriptions and custom html */
.jackbox-modal h2,
.jackbox-modal h3 {
	
	font: 24px "Mako", sans-serif;
	font-weight: normal;
	color: #444;
	
}

/* the item titles shown beneath the content */
.jackbox-title-text {
	
	font: 14px "Mako", sans-serif;
	color: #222;
	
}

/* small thumb tooltip container */
.jackbox-thumb-tip {
	
	background: url(/static/jackbox/source/jackbox/img/graphics/ie_bg.png?6facea1a7780);
	background: rgba(0, 0, 0, 0.75);
	
}

/* small thumb tooltip text */
.jackbox-thumb-tip-text {

	font: 12px "Mako", sans-serif;
	text-transform: uppercase;
	color: #FFF;
	
}

/* item descriptions (info) background-color */
.jackbox-description-text {
	
	background-color: #FFF;
	text-align: left;
	
}

/* custom html's background-color and border */
.jackbox-html > div {
	
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	text-align: left;
	
}

/* main content container */
.jackbox-holder {
	
	background-color: #FFF;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.jackbox-container {

	background: #000;
	background: -moz-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(68, 68, 68, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(68, 68, 68, 1) 0%,rgba(0, 0, 0, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(68, 68, 68, 1) 0%, rgba(0, 0, 0, 1) 100%);
	
}

/* large prev/next buttons located on the far sides of the modal */
.jackbox-panel:hover {
	
	background-color: #333;
	
}

/* large prev button */
.jackbox-panel-left {
	
	background-image: url(/static/jackbox/source/jackbox/img/graphics/panel_left.png?6facea1a7780);
	
}

/* large next button */
.jackbox-panel-right {
	
	background-image: url(/static/jackbox/source/jackbox/img/graphics/panel_right.png?6facea1a7780);	
	
}

/* large prev button on mouse over */
.jackbox-panel-left:hover {
	
	-webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.2);
	
	border-right: 1px solid #4D4D4D;
	background-image: url(/static/jackbox/source/jackbox/img/graphics/panel_left_over.png?6facea1a7780);	
	
}

/* large right button on mouseover */
.jackbox-panel-right:hover {
	
	-webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	
	border-left: 1px solid #4D4D4D;
	background-image: url(/static/jackbox/source/jackbox/img/graphics/panel_right_over.png?6facea1a7780);	
	
}

/* prev, next, info, close and toggle-thumbs buttons */
.jackbox-button {
	
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	
}

/* previous button */
.jackbox-arrow-left {
	
	background-image: url(/static/jackbox/source/jackbox/img/graphics/left_arrow.png?6facea1a7780);
	
}

/* next button */
.jackbox-arrow-right {
	
	background-image: url(/static/jackbox/source/jackbox/img/graphics/right_arrow.png?6facea1a7780);
	
}

/* info button */
.jackbox-info {
	
	background-image: url(/static/jackbox/source/jackbox/img/graphics/info.png?6facea1a7780);
	
}

/* show thumbnails (+) */
.jackbox-show-thumbs {
	
	background-image: url(/static/jackbox/source/jackbox/img/graphics/thumbs_show.png?6facea1a7780);
	
}

/* hide thumbnails (-) */
.jackbox-hide-thumbs {
	
	background-image: url(/static/jackbox/source/jackbox/img/graphics/thumbs_hide.png?6facea1a7780);
	
}

/* close button */
.jackbox-close {
	
	background-image: url(/static/jackbox/source/jackbox/img/graphics/exit.png?6facea1a7780);
	
}

/* fullscreen button */
.jackbox-fs {

	background-image: url(/static/jackbox/source/jackbox/img/graphics/fullscreen.png?6facea1a7780);
	
}

.jackbox-ns {

	background-image: url(/static/jackbox/source/jackbox/img/graphics/normalscreen.png?6facea1a7780);
	
}

/* button over/active state */
.jb-info-inactive, 
.jackbox-button:hover {
	
	opacity: 0.6;
	
}

/* thumb strip background color and opacity */
.jackbox-thumb-panel {
	
	background: url(/static/jackbox/source/jackbox/img/graphics/ie_bg.png?6facea1a7780);
	background: rgba(0, 0, 0, 0.75);
	
}

/* the thumb panel's left arrow */
.jackbox-thumb-left {
	
	width: 20px;
	height: 20px;
	margin: -9px 0 0 -30px;
	
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-image: url(/static/jackbox/source/jackbox/img/graphics/thumb_left.png?6facea1a7780);
	
}

/* the thumb panel's right arrow */
.jackbox-thumb-right {
	
	width: 20px;
	height: 20px;
	margin: -9px 0 0 12px;
	
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-image: url(/static/jackbox/source/jackbox/img/graphics/thumb_right.png?6facea1a7780);
	
}

/* the thumb arrows, on mouse over */
.jackbox-thumb-left:hover,
.jackbox-thumb-right:hover {

	opacity: 0.70;
	
}

.jackbox-pre-outside {

	padding: 5px;
																			/* <------ first color ------>              <-- second color --> */
	background: url(/static/jackbox/source/jackbox/img/graphics/ie_preloader.gif?6facea1a7780); /* fallback gif preloader */
	background: -moz-linear-gradient(top,                                      #FFF 0%,               #FFF 25%,              #444 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(25%, #FFF), color-stop(90%, #444));
	background: -webkit-linear-gradient(top,                                   #FFF 0%,               #FFF 25%,              #444 90%);
	background: -o-linear-gradient(top,                                        #FFF 0%,               #FFF 25%,              #444 90%);
	background: -ms-linear-gradient(top,                                       #FFF 0%,               #FFF 25%,              #444 90%);
	background: linear-gradient(to bottom,                                     #FFF 0%,               #FFF 25%,              #444 90%);
	
}

/* graphic placed inside preloader to create gradient effect */
.jackbox-pre-inside {
	
	background-color: #444;
	
}


/* ----------------------------------------------------------- */
/*                   LAYOUT and POSITIONING                    */
/* ----------------------------------------------------------- */

/* This is necessary for the hover effects to work */
.jackbox {

	position: relative;
	display: inline-block;
	
}

/* the main modal */
.jackbox-modal {

	position: fixed;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	display: none;
	z-index: 9999;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

/* h2 header spacing for custom html */
.jackbox-modal h2 {
	
	margin: 0 0 12px -2px;
	
}

/* h3 header spacing for descrptions/info */
.jackbox-modal h3 {
	
	margin: 0 0 8px -2px;
	
}

/* custom html unordered list */
.jackbox-modal ul {

	margin: 0;
	padding: 0;
	
}

/* custom html unordered list items */
.jackbox-modal li {

	margin: 0 0 10px 0;
	padding: 0;
	
}

/* normalize custom html padding */
.jackbox-modal li:last-child {

	margin-bottom: -10px;
	
}

/* custom html content container */
.jackbox-html > div {
	
	padding: 16px 20px 16px 20px;
	box-sizing: border-box;

}

/* custom html content paragraphs */
.jackbox-html > div p {
	
	margin: 5px 0 0 0;
	color: #808080;
	
}

/* the title text container */
.jackbox-title-text {
	
	position: absolute;
	left: 6px;
	top: 7px;
	
	width: 100%;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	z-index: 0;
	
}

/* description text container */
.jackbox-info-text {
	
	display: inline-block;
	overflow-y: auto;
	z-index: 999;
	width: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
	
}

/* description text inner container */
.jackbox-description-text {
	
	padding: 14px 17px 19px 17px;
	
}

/* hide content initially */
.jackbox-html,
.jackbox-wrapper,
.jackbox-content,
.jackbox-description,
.jackbox-hidden-items {

	display: none;
	
}

/* new for youtube */
.jackbox-youtube {

	visibility: hidden;
	margin: 0 auto;
	
}

/* Allow overflow for html divs */
.jackbox-html {

	overflow-y: auto;
	
}

/* https://developer.mozilla.org/en-US/docs/CSS/Image-rendering */
.jackbox-modal img {

	image-rendering: optimizeQuality;
	
}

/* the main content container */
.jackbox-holder {
	
	position: absolute;
	left: 50%;
	top: 50%;
	
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	opacity: 0;
	padding: 33px 6px 34px 6px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

/* the main media container */
.jackbox-container {
	
	width: 100%;
	height: 100%;
	
	position: relative;
	overflow: hidden;
	
	z-index: 0;
	text-align: center;

}

/* gets applied to the media itself (image/iframe) */
.jackbox-content {
	
	margin: 0 auto;
		
}

/* when non-native fullscreen video is activated, gets applied to html/body tags */
.jackbox-overflow {
	
	overflow: hidden !important;
	
}

/* main thumbstrip container */
.jackbox-thumb-holder {
	
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	
}

/* inner thumbstrip container */
.jackbox-thumb-panel {
	
	position: absolute;
	left: 50%;
	
	overflow: hidden;
	white-space: nowrap;
	padding: 2px 2px 0 2px;
	
}

/* final thumbstrip container */
.jackbox-thumb-strip {
	
	position: relative;
	
}

/* thumbnail container */
.jackbox-thumb {
	
	overflow: hidden;
	position: absolute;
	top: 0;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

/* thumbnail image */
.jackbox-thumb img {
	
	cursor: pointer;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	
	-webkit-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: opacity 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

/* gets added when the thumbnail loads */
.jb-thumb-fadein img {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	opacity: 0.5;
	
}

/* gets applied to an active thumb item */
.jb-thumb-active img {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	opacity: 1;
	
}

/* thumbnail mouse over */
.jb-thumb-hover img:hover {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	opacity: 1;
	
}

/* removes the pointer cursor for an active thumbnail */
.jb-thumb-active img {
	
	cursor: auto;
	
}

/* the thumbstrip arrows */
.jackbox-thumb-left,
.jackbox-thumb-right {
	
	cursor: pointer;
	position: absolute;
	display: none;
	
}

/* the content header */
.jackbox-top {
	
	position: absolute;
	top: 7px;
	left: 5px;
	
}

/* cross-browser fix for background */
.jackbox-top:after {
	
	content: "";
	position: absolute;
	top: 26px;
	left: 1px;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	display: block;
	z-index: 999;
	
}

/* the content footer */
.jackbox-bottom {
	
	position: relative;
	white-space: nowrap;
	z-index: 99;
	
}

/* the social widget */
.jackbox-social {
	
	position: absolute;
	
}

/* the header's button container (the close button) */
.jackbox-top-icons {
	
	position: absolute;
	right: -1px;
	
}

/* the footer's button container */
.jackbox-bottom-icons {
	
	position: absolute;
	right: 0px;
	top: 7px;
	
}

/* the prev/next button container */
.jackbox-controls {
	
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 1;
	
}

/* gets applied to header/footer buttons */
.jackbox-button {
	
	cursor: pointer;
	display: inline-block;
	
}

/* the next item button */
.jackbox-arrow-right {
	
	margin-left: 6px;
	
}

/* show/hide, fullscreen/normalscreen buttons */
.jackbox-button-margin {

	margin-left: 6px;
	
}

/* toggle the fullscreen buttons while in fullscreen */
:-webkit-full-screen .jackbox-fs {
	
	display: none !important; 
  
}

/* toggle the fullscreen buttons while in fullscreen */
:-moz-full-screen .jackbox-fs {

	display: none !important; 
	
}

/* toggle the fullscreen buttons while in fullscreen */
:-webkit-full-screen .jackbox-ns {
	
	display: inline-block !important; 
  
}

:-moz-full-screen .jackbox-ns {

	display: inline-block !important; 
	
}

/* large prev/next buttons located on the far sides of the modal */
.jackbox-panel {
	
	display: block;
	cursor: pointer;
	visibility: hidden;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 38px 38px;
	
	width: 58px;
	height: 100%;
	
	position: absolute;
	top: 0;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	
	-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

/* large prev button */
.jackbox-panel-left {

	left: 0;
	
}

/* large next button */
.jackbox-panel-right {

	right: 0;
	
}

/* the main preloader container */
.jackbox-preloader {
	
	position: fixed;
	left: 50%;
	top: 50%;
	visibility: hidden;
	
	width: 20px;
	height: 20px;
		
	margin: -15px 0 0 -15px;
	z-index: 9999;
	
}

/* only gets added when the preloader is shown */
.jackbox-spin-preloader {
	
	visibility: visible;
	
	-webkit-animation: rotator 1s linear infinite;
	-moz-animation: rotator 1s linear infinite;
	-ms-animation: rotator 1s linear infinite;
	-o-animation: rotator 1s linear infinite;
	animation: rotator 1s linear infinite;
	
}

.jackbox-pre-outside {

	width: 20px;
	height: 20px;
	
	display: inline-block;
	position: relative;
	
	top: -25%;
	left: -25%;
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
}

.jackbox-pre-inside {
	
	display: none;
	width: 20px;
	height: 20px;
	
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: background-color 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

/* small thumb tooltip container */
.jackbox-thumb-tip {
	
	display: block;
	position: fixed;
	overflow: hidden;
	
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
	pointer-events: none;
	padding: 5px 10px 5px 10px;
	
	-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

/* small thumb tooltip text */
.jackbox-thumb-tip-text {

	white-space: nowrap;
	display: inline-block;
	text-transform: uppercase;
	
	-webkit-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: width 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

/* CSS3 Preloader */
@-webkit-keyframes rotator {
	
	from { 
		-webkit-transform: rotate(0deg); 
	}
	
	50%  { 
		-webkit-transform: rotate(180deg);
	}
	
	to   { 
		-webkit-transform: rotate(360deg);
	}
	
}

/* CSS3 Preloader */
@-moz-keyframes rotator {
	
	from { 
		-moz-transform: rotate(0deg); 
	}
	
	50%  { 
		-moz-transform: rotate(180deg);
	}
	
	to   { 
		-moz-transform: rotate(360deg);
	}
	
}

/* CSS3 Preloader */
@-o-keyframes rotator {
	
	from { 
		-o-transform: rotate(0deg); 
	}
	
	50%  { 
		-o-transform: rotate(180deg);
	}
	
	to   { 
		-o-transform: rotate(360deg);
	}
	
}

/* CSS3 Preloader */
@-ms-keyframes rotator {
	
	from { 
		-ms-transform: rotate(0deg); 
	}
	
	50%  { 
		-ms-transform: rotate(180deg);
	}
	
	to   { 
		-ms-transform: rotate(360deg);
	}
	
}

/* CSS3 Preloader */
@keyframes rotator {
	
	from { 
		transform: rotate(0deg); 
	}
	
	50%  { 
		transform: rotate(180deg);
	}
	
	to   { 
		transform: rotate(360deg);
	}
	
}

/* ----------------------------------------------------------- */
/*                         SMARTPHONE                          */
/* ----------------------------------------------------------- */

@media screen and (max-width: 600px) {
	
	.jackbox-panel,
	.jackbox-thumb-holder {
		
		display: none !important;
		
	}
	
	.jackbox-show-thumbs,
	.jackbox-hide-thumbs {
	
		width: 0;
		margin-left: 0;
		overflow: hidden;
		
	}
	
}

/* ----------------------------------------------------------- */
/*                        RETINA ICONS                         */
/* ----------------------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
	
	/* previous button */
	.jackbox-arrow-left {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/left_arrow@2x.png?6facea1a7780);
		
	}
	
	/* next button */
	.jackbox-arrow-right {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/right_arrow@2x.png?6facea1a7780);
		
	}
	
	/* info button */
	.jackbox-info {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/info@2x.png?6facea1a7780);
		
	}
	
	/* show thumbnails (+) */
	.jackbox-show-thumbs {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/thumbs_show@2x.png?6facea1a7780);
		
	}
	
	/* hide thumbnails (-) */
	.jackbox-hide-thumbs {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/thumbs_hide@2x.png?6facea1a7780);
		
	}
	
	/* close button */
	.jackbox-close {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/exit@2x.png?6facea1a7780);
		
	}
	
	/* fullscreen button */
	.jackbox-fs {
	
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/fullscreen@2x.png?6facea1a7780);
		
	}
	
	.jackbox-ns {
	
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/normalscreen@2x.png?6facea1a7780);
		
	}
	
	/* the thumb panel's left arrow */
	.jackbox-thumb-left {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/thumb_left@2x.png?6facea1a7780);
		
	}
	
	/* the thumb panel's right arrow */
	.jackbox-thumb-right {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/thumb_right@2x.png?6facea1a7780);
		
	}
	
	/* large prev button */
	.jackbox-panel-left {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/panel_left@2x.png?6facea1a7780);
		
	}
	
	/* large next button */
	.jackbox-panel-right {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/panel_right@2x.png?6facea1a7780);	
		
	}
	
	/* large prev button on mouse over */
	.jackbox-panel-left:hover {

		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/panel_left_over@2x.png?6facea1a7780);	
		
	}
	
	/* large right button on mouseover */
	.jackbox-panel-right:hover {
		
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/panel_right_over@2x.png?6facea1a7780);	
		
	}

}





















/* --------------------------------------------- */
/* Author: http://codecanyon.net/user/CodingJack */
/* --------------------------------------------- */

/* thumbnail hover container */
.jackbox-hover {
				
	width: 100%;
	height: 100%;
	
	display: block;
	position: absolute;
	
	background-position: center 75%;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	
	-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

.jackbox-hover * {

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	
}

.jackbox-hover:visited {

	text-decoration: none !;
	
}

/* black background */
.jackbox-hover-black {

	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	
}

/* white background */
.jackbox-hover-white {
	
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.9);
	
}

/* magnify icon */
.jackbox-hover-magnify {

	background-image: url(/static/jackbox/source/jackbox/img/graphics/hover_magnify.png?6facea1a7780);
	
}

/* video play icon */
.jackbox-hover-play {

	background-image: url(/static/jackbox/source/jackbox/img/graphics/hover_play.png?6facea1a7780);
	
}

/* document icon */
.jackbox-hover-document {

	background-image: url(/static/jackbox/source/jackbox/img/graphics/hover_document.png?6facea1a7780);
	
}

/* The shade for the blur effect */
.jackbox-hover-blur {

	background-color: #000;
	background-color: rgba(255, 255, 255, 0.25);
	
}

/* The html5 canvas blur */
.jackbox-canvas-blur {

	position: absolute;
	top: 0;
	left: 0;
	
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	
	-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

/* on mouse over */
.jackbox:hover > .jackbox-hover {
	
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	
	background-position: center center;
	
}

/* on mouse over blur */
.jackbox:hover > .jackbox-canvas-blur {

	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	
}

/* black bg, blur text color */
.jackbox > .jackbox-hover-black,
.jackbox > .jackbox-hover-blur,
.jackbox:visited > .jackbox-hover-black,
.jackbox:visited > .jackbox-hover-blur {

	color: #EEE;	
	
}

/* white bg text color */
.jackbox > .jackbox-hover-white,
.jackbox:visited > .jackbox-hover-white {

	color: #333;
	
}

/* text reset */
.jackbox {

	font: 14px "Mako", sans-serif;
	text-decoration: none;
	line-height: 0;
	
}

/* hover text container */
.jackbox-hover p {
	
	margin: 0;
	text-align: left;
	padding: 10px 10px 0 10px;
	line-height: normal;
	
}

/* large thumb tooltip */
.jackbox-tooltip {

	position: absolute;
	display: inline-block;
	pointer-events: none;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	border: 1px solid #FFF;
	border-bottom: none;
	
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
	
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	
	-webkit-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

/* large thumb tooltip text */
.jackbox-tooltip p {

	font: 14px "Mako", sans-serif;
	line-height: normal;
	white-space: nowrap;
	
	padding: 6px 10px 7px 10px;
	margin: 0;
	
	color: #444;
	text-shadow: 1px 1px 0 #FFF;
	
}

/* large thumb tooltip arrow */
.jackbox-tooltip p:after {
	
	width: 0; 
	height: 0; 
	content: "";
	
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #E5E5E5;
	
	position: absolute;
	bottom: -10px;
	left: 65%;
	
}

/* ----------------------------------------------------------- */
/*                        RETINA ICONS                         */
/* ----------------------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 

	/* magnify icon */
	.jackbox-hover-magnify {
	
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/hover_magnify@2x.png?6facea1a7780);
		
	}
	
	/* video play icon */
	.jackbox-hover-play {
	
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/hover_play@2x.png?6facea1a7780);
		
	}
	
	/* document icon */
	.jackbox-hover-document {
	
		background-image: url(/static/jackbox/source/jackbox/img/graphics/retina/hover_document@2x.png?6facea1a7780);
		
	}

}





































