/* General styling *************************************************************/
@font-face {
    font-family: 'HelveticaNeue Condensed';
	src: url('../fonts/helvetica-neue-cond-webfont.eot');
	src: url('../fonts/helvetica-neue-cond-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helvetica-neue-cond-webfont.woff2') format('woff2'),
		 url('../fonts/helvetica-neue-cond-webfont.woff') format('woff'),
		 url('../fonts/helvetica-neue-cond-webfont.ttf') format('truetype'),
		 url('../fonts/helvetica-neue-cond-webfont.svg#helveticaneuecondregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeue ThinCond';
	src: url('../fonts/helveticaneue-thincond-webfont.eot');
	src: url('../fonts/helveticaneue-thincond-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneue-thincond-webfont.woff2') format('woff2'),
		 url('../fonts/helveticaneue-thincond-webfont.woff') format('woff'),
	 	 url('../fonts/helveticaneue-thincond-webfont.ttf') format('truetype'),
		 url('../fonts/helveticaneue-thincond-webfont.svg#helvetica_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue BoldCond';
    src: url('../fonts/HelveticaNeue-CondensedBold.otf');
}

html {
    height: 100%;
    width: 100%;
}

body {
    background: rgba(0,0,0,1);
    color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'HelveticaNeue Condensed';
    overflow: hidden;
	-ms-overflow-style: none; /* hide IE scrollbar */
}

a {
    color: #40a3ff;
}

button span {
    color: #bfbfbf;
}

p {
    color: rgba(255,255,255,.9);
}

blockquote {
	border-left: 0;
	font-size: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none;
	background-color:transparent;
	width: 0;
	border: 0;
}


/* Footer **********************************************************************/
.footer {
    /*position: absolute;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    float: left;
    background: #000;
    z-index: 20;
}
footer {
    float: left;
    width: 100%;
    margin-top: 24px;
    padding-left: 20px;
    font-size: 12px;
}
footer p {
    margin: 0 0 10px 0;
}
footer a {
    text-decoration: none;
}

.mode-xs button {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  text-align: left;
}


/* Menu 	********************************************************************/
.menu .navbar-default {
    /*    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#262626), to(#050505), color-stop(.6,#161616));
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#262626), to(#050505), color-stop(.6,#161616));*/

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #262626 0%, #191919 40%, #050505 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #262626 0%, #191919 40%, #050505 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #262626 0%, #191919 40%, #050505 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(0.4, #191919), color-stop(1, #050505));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #262626 0%, #191919 40%, #050505 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #262626 0%, #191919 40%, #050505 100%);

    /*    height: 48px;
        line-height: 48px;*/
    padding: 0;
    margin: 0;
    border: 0px;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 18px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    border-right: 2px solid #fff;
    background: url('../images/white-arrow.svg') no-repeat center right rgba(255,255,255,.1);
}
.navbar-collapse {
    padding: 0px;
}
#janimation-menu {
    width: 100%;
    /*margin: 0px 0px 0px -7px;*/
    margin: 0;
    padding: 0px;
}
#janimation-menu li {
    width: 20%;
    height: 50px;
    line-height: 48px;
}
#janimation-menu li a {
    border-right: 2px solid #000;
    background: url('../images/default-arrow.svg') no-repeat center right -1px;
}
#janimation-menu li:hover a {
    background: url('../images/white-arrow.svg') no-repeat center right rgba(255,255,255,.1) !important;
    border-right: 2px solid #fff;
}
#janimation-menu li a {
    color: #fff;
    padding-left: 24px;
}
.brand img {
    position: absolute;
    bottom: -19px;
}

/*.brand a:hover img {
    top: -75px;
}*/
.brand a:hover {
    height: 50px;
}
#janimation-menu li.active a {
    background: url('../images/white-arrow.svg') no-repeat center right rgba(255,255,255,.1) !important;
    border-right: 2px solid #fff;
}

/* Content 		****************************************************************/
.wrapper, .content-area {
    height: 100%;
    width: 100%;
}

.page-content {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.simple-page-content {
	float: left;
	margin: 10px 2%;
}
.simple-page-content p {
	padding-right: 24px;
	text-align: justify;
}

.site-content {
    /*    padding-top: 20px;*/
}

.mode-lg .wrapper {
    max-height: 100%;
    height: auto !important;
    height: 100%;
    /* margin: 0 auto -100px; */
    /*    overflow: hidden;*/
}

.col {
    /*width: 19.84%;*/
    width: 19.99%;
    display: inline;
    float: left;
    height: 100%;
}

.col.category {
    overflow: hidden;
}
.category.col img.pull-right {
    margin-top: 15px;
    margin-right: 24px;
}
.category.col:last-child .category-heading h3 {
    color: #ed1f24;
}
.category.col:nth-child(4) .category-heading h3 {
    color: #2aa9ff;
}
.category.col:nth-child(3) .category-heading h3 {
    color: #f0f000;
}
.category.col:nth-child(2) .category-heading h3 {
    color: #f89200;
}
.category.col:first-child .category-heading h3 {
    color: #47de39;
}

.janim-page-intro {
	/*
    margin-top: 68px;
    margin-bottom: 22px;
	*/
/*	margin-top: 68px;*/
	margin-top: 40px;
	margin-bottom: 22px;
	float: left;
	width: 100%;
}
.janim-page-intro h1 {
	padding: 0px 24px 0px 24px;
	font-family: 'HelveticaNeue ThinCond';
	font-size: 30px;
	color: #b2b2b2;
	margin: 0;
}
.janim-page-intro h3 {
    margin: 0;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: normal;
}
.janim-page-intro p {
    margin-bottom: 0px;
}

.janim-row {
    float: left;
    width: 100%;
    padding-left: 24px;
    margin-bottom: 24px;
}
.janim-row.client {
    margin: 0px 24px;
    padding: 0;
}
.janim-row h4 {
    font-size: 18px;
    font-weight: bold;
}
.client h4 {
    font-weight: normal;
}
.janim-row.client a, .janim-row.client span {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.janim-row.client a:focus, .janim-row.client a:hover {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.clients .mCSB_container {
    width: 100% !important;
}
.mode-md .clients .category-heading {
	margin-bottom: 24px;
}
.janim-row.client span:hover .logo-preview,
.janim-row.client span:focus .logo-preview {
	outline: 1px solid transparent;
	border-color: transparent;
	box-shadow: none;
}
.logo-preview {
  float: left;
  /* width: 100%; */
  width: 20%;
  min-height: 1px;
  height: 130px;
  text-align: center;
  outline: 1px solid transparent;
  border-color: transparent;
  vertical-align: top;
}
.logo-preview img {
	/*	height: 100%;*/
}

#game-client-list .janim-row.client span:hover {
  color: #47de39;
}
#commercial-client-list .janim-row.client span:hover {
  color: #f89200;
}
#corporate-client-list .janim-row.client span:hover {
  color: #f0f000;
}
#film-television-client-list .janim-row.client span:hover {
  color: #2aa9ff;
}
#agency-client-list .janim-row.client span:hover {
  color: #ed1f24;
}

.page-description {
	float: right;
  	width: 80%;
  	padding-top: 30px;
}
.janim-page-content {
	float: left;
	width: 100%;
}
.slimScrollDiv {
	float: left;
}

.mode-xs .category-heading h3 {
	background: #343434;
	margin-top: 12px;
	margin-bottom: 12px;
}
.not-mobile.mode-xs .category-heading h3 {
	margin: 0;
}



/* Home page 		************************************************************/
.decadeImageOuter:first-child {
  margin-top: 48px;
}
.home-page .categories {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.category {
    height: 100%;
/*    border-right: 2px solid #000;*/
}

/*
.draggable {
    position: absolute;
    width: 19.99%;
    cursor: -webkit-grabbing;
    z-index: 10;
}
*/

.home-page .category.col {
/*    position: absolute;*/
}
.home-page .col-content {
/*    position: absolute;*/
/*    top: 50px;*/
/*    width: 100%;*/
}
/*
.home-page .category.col:last-child {
    left: 0;
}
.home-page .category.col:nth-child(2) {
    left: 20%;
}
.home-page .category.col:nth-child(3) {
    left: 40%;
}
.home-page .category.col:nth-child(4) {
    left: 60%;
}
.home-page .category.col:nth-child(5) {
    left: 80%;
}
*/
.home-page .category.col:last-child .category-heading h3 {
    color: #ed1f24;
    background: url('../images/red-arrow.svg') no-repeat center right;
}
.home-page .category.col:nth-child(4) .category-heading h3 {
    color: #2aa9ff;
    background: url('../images/blue-arrow.svg') no-repeat center right;
}
.home-page .category.col:nth-child(3) .category-heading h3 {
    color: #f0f000;
    background: url('../images/yellow-arrow.svg') no-repeat center right;
}
.home-page .category.col:nth-child(2) .category-heading h3 {
    color: #f89200;
    background: url('../images/orange-arrow.svg') no-repeat center right;
}
.home-page .category.col:first-child .category-heading h3 {
    color: #47de39;
    background: url('../images/green-arrow.svg') no-repeat center right;
}
/*
.home-page .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0px;
}
*/
/*

.first:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #47de39;
    margin-left: -7px;
}
*/
/*
.home-page .col:first-child {
    border-right: 2px solid #47de39;
}
.home-page .category.second, .home-page .col:nth-child(2) {
    border-right: 2px solid #f89200;
}
.home-page .category.third, .home-page .col:nth-child(3) {
    border-right: 2px solid #f0f000;
}
.home-page .category.fourth, .home-page .col:nth-child(4) {
    border-right: 2px solid #2aa9ff;
}
.home-page .category.fifth, .home-page .col:last-child {
    border-right: 2px solid #ed1f24;
}
*/
/*
.home-page .janim-page-intro {
    display: none;
    margin: 0;
    padding: 0;
}
*/
/*
.home-page .janim-row {
    margin: 0;
    padding: 0;
}
*/
/*
.home-page .category-heading {
    width: 100%;
    margin: 0;
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(0.4, #191919), color-stop(1, #050505));
    background-image: -webkit-linear-gradient(top, #262626 0%, #191919 40%, #050505 100%);
    background-image: linear-gradient(to bottom, #262626 0%, #191919 40%, #050505 100%);
}
*/
.home-page .col:first-child .category-heading {
    /*    border-right: 2px solid #47de39;*/
}
.home-page .col:nth-child(2) .category-heading {
    /*    border-right: 2px solid #f89200;*/
}
.home-page .col:nth-child(3) .category-heading {
    /*    border-right: 2px solid #f0f000;*/
}
.home-page .col:nth-child(4) .category-heading {
    /*    border-right: 2px solid #2aa9ff;*/
}
.home-page .col:last-child .category-heading {
    /*    border-right: 2px solid #ed1f24;*/
}
.home-page .site-content,
.news-page .site-content {
/*
    padding: 0;
    position: absolute;
    left:0;
    top:0;
    right:0;
*/
}
.home-page .janim-row:hover .portfolio {
/*    background: rgba(0,0,0,0.2);*/
}
.home-page #janimation-menu li.brand a {
    border-right: 2px solid #fff;
    background: url('../images/white-arrow.svg') no-repeat center right rgba(255,255,255,.1);
}
.home-page #janimation-menu li.brand {
    height: 50px;
    line-height: 50px;
}
#janimation-menu li.brand a {
    height: 100%;
	padding-left: 17px;
}
#janimation-menu li.brand:hover, #janimation-menu li.brand:focus, #janimation-menu li.brand:active {
    height: 50px;
}
.portfolio-thumbnail img,
.news-thumbnail img {
    width: 100%;
    height: auto;
}
.portfolio-description,
.news-description {
    float: left;
    width: 100%;
    min-height: 54px;
    position: absolute;
	/*margin-top: -84px;*/
    padding: 12px;
    background: rgba(255,255,255,0.8);
    color: #000;
    display: none;
/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
*/
	bottom: 0;
}
.portfolio-type {
  display: block;
  text-transform: uppercase;
  width: 100%;
/*
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
*/
}
.page-featured-img.portfolio-img {
  margin-top: 40px;
}
.portfolio-content {
  margin-top: 40px;
  margin-bottom: 60px;
}
.portfolio-content p {
  padding: 0 24px;
}

.img-bordered {
  border: 2px solid rgba(255,255,255,.7);
}

/* Clients page		**********************************************************/
.clients .category-heading {
	position: relative;
}
/*****************************************************************************/

/* Search page 		**********************************************************/
.search .modal-body {
	float: left;
	width: 100%;
}
.search #hp-modal-title {
	width: 92%;
	text-transform: uppercase;
	font-size: 18px;
}
.screen-reader-text, #searchsubmit {
    display: none;
}
#searchform input[type="text"] {
    background: transparent;
    color: #fff;
    outline: none;
}
.janim-search {
    width: 100%;
    margin: 0px;
}
.janim-search #searchform {
  margin: 0;
  color: #b2b2b2;
}
.janim-search input[type='text'],
.janim-search #searchform input[type='text'] {
	width: 100%;
	background: transparent;
	color: #b2b2b2;
	padding: 6px 12px;
	font-style: italic;
	border-radius: 0px;
	margin-bottom: 12px;
}
.janim-search input[type='text']:hover,
 .janim-search input[type='text']:focus {
    outline: none;
}
.search-col ul {
    margin: 0;
    padding: 0;
}
.search-col ul li {
    color: #b2b2b2;
    font-size: 18px;
}
.janim-search .janim-row {
    margin: 0;
    padding: 0;
    border: 0;
}
.search .janim-page-intro {
    display: none;
}
.search .janim-page-intro h1 {
    margin: 0px;
    padding: 12px 24px;
}
.search h1 {
  margin-top: 10px;
}
.search h1, .search h2 {
    font-family: 'HelveticaNeue ThinCond';
    font-size: 30px;
    color: #b2b2b2;
    text-transform: uppercase;
}
.search #content {
    padding: 0;
    margin: 0;
}
.search-col {
    padding: 0px 24px;
}
.search .search-col ul li {
    list-style: none;
    text-transform: uppercase;
}
.search-results {
	float: left;
	width: 80%;
	border-right: 2px solid #47de39;
	overflow-y: scroll;
	height: 100%;
}
.search-results .title {
	/*padding: 12px 0px 12px 24px;*/
	/*	padding: 20px 0px 20px 24px;*/
	padding: 10px 0px 10px 24px;
    font-family: 'HelveticaNeue ThinCond';
    font-size: 18px;
    font-weight: normal;
    color: #47de39;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(0.4, #191919), color-stop(1, #050505));
    background-image: -webkit-linear-gradient(top, #262626 0%, #191919 40%, #050505 100%);
    background-image: linear-gradient(to bottom, #262626 0%, #191919 40%, #050505 100%);
    width: 100%;
    margin-top: 0;
}
.search-results .title img {
    margin-top: 5px;
	margin-right: 0;
}
.search-results .col {
    width: 25%;
}
.search .search-col li .jfactive,
.search .search-col li:hover {
	color: #fff;
}
.search .search-col ul li.design:hover span,
.search .search-col ul li.design span.jfactive {
/*	color: rgb(234, 45, 124) !important;*/
	font-weight: normal;
}
.search .search-col ul li.h-game:hover span,
.search .search-col ul li.h-game span.jfactive {
	color: #47de39 !important;
	font-weight: normal;
}
.search .search-col ul li.h-commercial:hover span,
.search .search-col ul li.h-commercial span.jfactive {
	color: #f89200 !important;
	font-weight: normal;
}
.search .search-col ul li.h-corporate:hover span,
.search .search-col ul li.h-corporate span.jfactive {
	color: #f0f000 !important;
	font-weight: normal;
}
.search .search-col ul li.h-character-design:hover span,
.search .search-col ul li.h-character-design span.jfactive {
	color: #2aa9ff !important;
	font-weight: normal;
}
.search .search-col ul li.h-live-action span:hover,
.search .search-col ul li.live-action span.jfactive,
.search .search-col ul li.h-live-action span.jfactive {
	color: #ed1f24 !important;
	font-weight: normal;
}
.search .search-col ul li.live-action:hover span ul li span,
.search .search-col ul li.h-live-action:hover span ul li span {
	color: initial !important;
}
/*
.search .search-col ul li.live-action:hover,
.search .search-col ul li.live-action ul li span:hover,
.search .search-col ul li.live-action ul li span.jfactive,
.search .search-col ul li.h-live-action:hover,
.search .search-col ul li.h-live-action:hover span,
.search .search-col ul li.h-live-action ul li span:hover,
.search .search-col ul li.h-live-action ul li span.jfactive {
	color: #8236D4 !important;
	font-weight: normal;
}
*/
.search .search-col ul li.print:hover span,
.search .search-col ul li.print span.jfactive {
/*	color: #70BED0 !important;*/
	font-weight: normal;
}
/*
.search .search-col ul li.h-live-action span:hover,
.search .search-col ul li.h-live-action span.jfactive {
	color: pink !important;
	font-weight: normal;
}
*/
.search .search-col ul li.visual-effects:hover span,
.search .search-col ul li.visual-effects span.jfactive {
/*	color: blue !important;*/
	font-weight: normal;
}
.search .search-col ul li.comedy,
.search .search-col ul li.david-jellison,
.search .search-col ul li.richard-krall {
/*	display: none;*/
}
.search .search-col ul li > ul li.comedy,
.search .search-col ul li > ul li.david-jellison,
.search .search-col ul li > ul li.richard-krall {
	display: block !important;
/*	color: #B177E0;*/
}
.search .search-col ul li > ul li:hover {
/*	font-weight: bold;*/
}
#search-categories .jfilter {
  cursor: pointer;
}

.janim-cell {
  cursor: pointer;
}

.tt-dropdown-menu {
	background: #000;
	width: 78%;
  	padding: 4px 6px;
  	border: 1px solid #ccc;
	border-radius: 4px;
}
.tt-dropdown-menu [class^="tt-dataset-"] span {
	margin-top: 5px;
}
.tt-dropdown-menu [class^="tt-dataset-"] span:hover {
	background: rgba(255,255,255,.2);
}


/* Contact page 	**********************************************************/
.contact-sections .category-heading {
	position: relative;
}
.contact-sections .col .col-content {
  padding: 0 24px;
}
.mode-md .category-heading {
    margin-bottom: 24px;
    /*border-right: 2px solid #000;*/
}
.category-heading h3 {
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 24px;
    background: #343434;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
}
.col.first .category-heading h3 {
    color: #47de39;
}
.col.second .category-heading h3 {
    color: #f89200;
}
.col.third .category-heading h3 {
    color: #f0f000;
}
.col.fourth .category-heading h3 {
    color: #2aa9ff;
}
.col h4, .col h3 {
    margin: 0px;
}
.col .phone {
    font-family: 'HelveticaNeue Condensed';
    font-size: 24px;
    color: #bfbfbf;
}
.contact .janim-row h4 {
    font-family: 'HelveticaNeue BoldCond';
    font-size: 18px;
    font-weight: normal;
    color: #bfbfbf;
    margin-bottom: 6px;
}
.contact .janim-row h3 {
    font-family: 'HelveticaNeue Condensed';
    font-size: 18px;
    font-weight: normal;
    color: #bfbfbf;
    margin-bottom: 3px;
}
.contact .col span {
    font-size: 18px;
}
.contact .col a {
    font-size: 18px;
}
.member-image, .member-info {
    float: left;
}
.member-image {
	width: 22%;
	margin-right: 12px;
}
.member-info {
	white-space: normal;
	float: left;
	width: 70%;
}
.contact .mapp-layout {
    width: 98% !important;
}

#customer-chat-iframe {
	width: 100%!important;
}

/* Studio page 		**********************************************************/
.studio .nav-tabs {
    border: 0px;
    height: 48px;
}
.studio .tab-content > .active {
    display: block;
    visibility: visible;
    height: auto;
	text-align: justify;
}
.studio .nav-tabs li {
    color: #b2b2b2;
}
.studio .nav-tabs li .category-heading a > h3 {
    color: #b2b2b2;
}
.studio .nav.nav-tabs li {
    width: 20%;
    border-right: 2px solid #000;
}
.studio .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    /*	width: 100%!important;*/
}
.studio .nav.nav-tabs .col:first-child.active .category-heading h3 {
    border-right: 2px solid #47de39;
    color: #47de39;
    background: url('../images/green-arrow.svg') no-repeat rgb(13,13,13) center right;
}
.studio .nav.nav-tabs .col:nth-child(2).active .category-heading h3 {
    border-right: 2px solid #f89200;
    color: #f89200;
    background: url('../images/orange-arrow.svg') no-repeat rgb(13,13,13) center right;
}
.studio .nav.nav-tabs .col:nth-child(3).active .category-heading h3 {
    border-right: 2px solid #f0f000;
    color: #f0f000;
    background: url('../images/yellow-arrow.svg') no-repeat rgb(13,13,13) center right;
}
.studio .nav.nav-tabs .col:nth-child(4).active .category-heading h3 {
    border-right: 2px solid #2aa9ff;
    color: #2aa9ff;
    background: url('../images/blue-arrow.svg') no-repeat rgb(13,13,13) center right;
}
.tab-content-second .tab-pane.active {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}
.studio .nav.nav-tabs.tabs-left {
    width: 18%;
/*    width: 238px !important;*/
	  width: 89% !important;
    float: left;
    /*margin: 12px 0px 12px 24px;*/
    margin: 0px 0px 12px 24px;
}
.studio .nav.nav-tabs.tabs-left li {
    width: 100%;
}
ul.nav.nav-tabs.tabs-left img {
    width: 100%;
    height: auto;
}
.studio .tab-content.second {
    width: 58%;
/*    width: 77%;*/
    float: left;
/*    margin: 24px 0px 24px 24px;*/
	margin: 0px 0px 24px 24px;
	padding-right: 12px;
}
.studio .nav-tabs > li.active > a, .studio .nav-tabs > li.active > a:hover, .studio .nav-tabs > li.active > a:focus {
    color: #b2b2b2;
}
.studio .nav-tabs > li > a {
    font-size: 18px;
    text-transform: uppercase;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0px;
    border-radius: 0px;
}
.studio .nav.nav-tabs.tabs-left li a {
    background: transparent;
    padding: 4px 12px;
	text-align: left;
}
.nav.nav-tabs > li > a {
    padding: 10px 24px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: url('../images/white-arrow.svg') no-repeat center right rgba(255,255,255,.1);
    border-right: 2px solid #fff;
    border-radius: 0px;
}
.studio .nav-tabs > li > a {
    border: 0px;
    border-right: 2px solid #000;
    border-radius: 0;
    color: #fff;
    background: -webkit-gradient(linear, 0% 75%, 0% 93%, from(#1C1C1C), to(#000000), color-stop(.3,#0F0F0F));
    background: -webkit-gradient(linear, 0% 65%, 0% 84%, from(#0F0F0F), to(#000000), color-stop(.3,#0F0F0F));
    background: -webkit-gradient(linear, 0% 43%, 0% 84%, from(#0F0F0F), to(#000000), color-stop(1,#0F0F0F));
    background: -webkit-gradient(linear, 0% 43%, 0% 84%, from(#0F0F0F), to(#000000), color-stop(.2,#0F0F0F));
    background: -webkit-gradient(linear, 0% 56%, 0% 90%, from(#0F0F0F), to(#000000), color-stop(.2,#0F0F0F));
    background: -webkit-gradient(linear, 0% 75%, 0% 108%, from(#0F0F0F), to(#000000), color-stop(.4,#0F0F0F));
}
.studio .nav.nav-tabs li.active:first-child > a {
    color: #47de39;
    border-right: 2px solid #47de39;
}
.studio .nav.nav-tabs li.active:nth-child(2) > a {
    color: #f89200;
    border-right: 2px solid #f89200;
}
.studio .nav.nav-tabs li.active:nth-child(3) > a {
    color: #f0f000;
    border-right: 2px solid #f0f000;
}
.studio .nav.nav-tabs li.active:nth-child(4) > a {
    color: #2aa9ff;
    border-right: 2px solid #2aa9ff;
}
.tabs-left>li {
    /*margin-bottom: 12px;*/
}
.studio .nav-tabs.tabs-left {
    height: auto;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
}
.studio .nav.nav-tabs.tabs-left li {
    border: 0;
    min-height: 33px;
    /*margin-bottom: 12px;*/
    margin-bottom: 2px;
    float: left;
    width: 100%;
    height: auto;
}
.studio .nav-tabs.category-heading a.active {
    width: 100%;
    height: 100%;
    float: left;
    border-right: 2px solid #fff;
}
.studio .category-heading.active {
    background: rgba(255,255,255,.1);
}
.studio #about-the-studio .nav-tabs > li > a {
    color: #47de39;
    background: url('../images/green-arrow.svg') no-repeat center right rgb(13,13,13);
    border-right: 2px solid #47de39;
}
.studio #capabilities .nav-tabs > li.active > a,
.studio #capabilities .nav-tabs > li:hover > a,
.studio #capabilities .nav-tabs > li.active > a:hover,
.studio #capabilities .nav-tabs > li:focus > a,
.studio #capabilities .nav-tabs > li.active > a:focus {
    color: #f89200;
    background: url('../images/orange-arrow.svg') no-repeat center right rgb(13,13,13);
    border-right: 2px solid #f89200;
}
.studio #press-releases .nav-tabs > li.active > a,
.studio #press-releases .nav-tabs > li:hover > a,
.studio #press-releases .nav-tabs > li:focus > a {
    color: #f0f000;
    background: url('../images/yellow-arrow.svg') no-repeat center right rgb(13,13,13);
    border-right: 2px solid #f0f000;
}
.studio #jobs .nav-tabs > li.active > a,
.studio #jobs .nav-tabs > li:hover > a,
.studio #jobs .nav-tabs > li:focus > a {
    color: #2aa9ff;
    background: url('../images/blue-arrow.svg') no-repeat center right rgb(13,13,13);
    border-right: 2px solid #2aa9ff;
}
.studio-images {
    width: 100%;
}
.studio-image {
    width: 31.3%;
    float: left;
    margin-top: 24px;
    margin-right: 24px;
}
.studio-image:last-child {
    margin-right: 0px;
}
.studio-image img {
    width: 100%;
}

/* Playlist 		**********************************************************/
.janim-playlist-content {
    float: left;
    width: 100%;
}
.janim-playlist ul {
    /*width: 100%;*/
    /*text-align: center;*/
    padding: 0;
}
.janim-playlist ul li {
    display: inline;
    list-style: none;
    margin: 0 12px;
}
.lhs {
    float: left;
    width: 30%;
    padding: 0px 20px;
    border-right: 2px solid #000;
}
.janim-menu.lhs .janim-search input[type='text'] {
    width: 80%;
}
.rhs {
    float: right;
    width: 70%;
    padding: 0px;
}
.demo-playlist {
    /*background: #323232;*/
}
.demo-playlist .janim-page-intro {
    display: none;
}
.demo-playlist .site-content {
    margin: 0px;
    padding: 0px;
}
.playlist-menu {
    float: left;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(0.4, #191919), color-stop(1, #050505));
    background-image: -webkit-linear-gradient(top, #262626 0%, #191919 40%, #050505 100%);
    background-image: linear-gradient(to bottom, #262626 0%, #191919 40%, #050505 100%);
	border: 0;
}
.playlist-menu ul.dropdown-menu.inner.selectpicker {
  max-height: 400px!important;
}
.playlist-menu ul.dropdown-menu.inner.selectpicker::-webkit-scrollbar {
	width: 1;
}
.playlist-menu ul.dropdown-menu.inner.selectpicker::-webkit-scrollbar-track {
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}
.playlist-menu ul.dropdown-menu.inner.selectpicker::-webkit-scrollbar-track-piece {
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}
.playlist-menu ul.dropdown-menu.inner.selectpicker::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,.8);
	outline: 1px solid #fff;
	width: 4;
	height: 4;
	border-radius: 4px;
}
.janim-playlist a {
    color: #fff;
}
.janim-playlist-content.rhs {
    padding: 0px;
}
.janim-submenu {
    border-bottom: 2px solid #000;
    float: left;
}
.janim-submenu > ul {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding-left: 0px;
}
.janim-submenu > ul li {
	list-style: none;
	display: inline;
	margin-right: 36px;
	float: left;
}
.janim-submenu > ul li a {
	color: #fff;
}
.janim-playlist-container {
    width: 100%;
	float: left;
	margin-top: 36px;
}
.janim-playlist-container .lhs {
    padding: 0;
    height: 100%;
}
.janim-playlist-container .title {
    margin: 20px;
}
.janim-playlist .bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(0.4, #191919), color-stop(1, #050505));
    background-image: -webkit-linear-gradient(top, #262626 0%, #191919 40%, #050505 100%);
    background-image: linear-gradient(to bottom, #262626 0%, #191919 40%, #050505 100%);
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 30%;
}
.janim-playlist .bottom img {
    margin-top: -74px;
    margin-left: auto;
    margin-right: auto;
}
.janim-playlist .janim-selectbox-options ul {
    text-align: left;
}
.janim-drive-content {
    float: left;
    width: 100%;
    /*height: 100%;*/
    background: #000;
}
.janim-drive-content p {
    padding: 24px;
}
.janim-thumbnails {
    bottom: 0;
    float: left;
    width: 100%;
    position: absolute;
    margin: 6px;
}
.navbar-header {
	padding-left: 36px;
	padding-right: 36px;
}
.navbar-header a {
	line-height: 48px;
	color: #fff;
}
.navbar-form button.dropdown-toggle.selectpicker.btn {
  	background: transparent;
	outline: 0!important;
}
.navbar-form button.dropdown-toggle.selectpicker.btn span {
	color: #fff;
	float: left;
	width: auto;
}
.navbar-form button.dropdown-toggle.selectpicker.btn span.filter-option {
	max-width: 84%;
}
.navbar-form button.dropdown-toggle.selectpicker.btn span.caret {
	position: relative;
	margin-right: 0;
	margin-top: 10px;
	margin-left: 20px;
}
.dropdown-menu {
	background: #000;
	border: 1px solid #ccc;
}
.bs-searchbox input.form-control {
	background: transparent;
	color: #fff;
}
button.actions-btn.bs-select-all.btn.btn-sm.btn-default,
button.actions-btn.bs-deselect-all.btn.btn-sm.btn-default {
	background: rgba(255,255,255,.5);
	color: #fff;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: rgba(255,255,255,.5);
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {

}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 38px;
	text-transform: capitalize;
}
.bs-actionsbox {
	text-align: center;
}
.btn-group {
	width: 56%;
	margin: auto;
}
.btn-download {
	padding: 5px 36px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 4px;
	background: rgba(255,255,255,.5);
	color: #fff;
}
.btn-download:hover, .btn-download:focus, .btn-download:active {
	background: rgba(255,255,255,.1);
	color: #fff;
}
.item-caption {
	background: rgba(0,0,0,.6);
	color: rgba(255,255,255,.9);
	padding: 12px;
	position: absolute;
	float: left;
	width: 100%;
	display: none;
}

/* Social media 		******************************************************/
.social-media {
    /*width: 134px;*/
    display: block;
    float: left;
    margin-top: 12px;
}
.social-icon {
    float: left;
    display: inline;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: 12px;
}
.social-icon img {
  width: 100%;
  height: 100%;
}
/* .contact .social-icon a {
  color: transparent;
	font-size: 40px;
	line-height: 40px;
} */
.contact .col {
/*    width: 24.99%;*/
}
.social-icon.fb {
    background: url('../images/facebook-48-white.png') no-repeat;
	background-size: cover;
}
.social-icon.ln {
    background: url('../images/linkedin-48-white.png') no-repeat;
	background-size: cover;
}
.social-icon.twt {
    background: url('../images/twitter-48-white.png') no-repeat;
	background-size: cover;
}
.social-icon.insta {
    background: url('../images/instagram-48-white.png') no-repeat;
	background-size: cover;
}


/* Map 		******************************************************************/
.mapp-map-links {
    border: 0px;
}
.gm-style-cc, .gmnoprint {
  display: none!important;
}
.mapp-map-links {
	border: 0 !important;
	background: transparent !important;
	display: none;
}
.gm-style a {
  display: none !important;
}

p.extended_content {
	color: #fff !important;
}


/* Contact form 		******************************************************/
form.wpcf7-form {
    width: 100%;
}
form.wpcf7-form input, form.wpcf7-form textarea {
    width: 100%;
    background: transparent;
    margin-bottom: 10px;
    padding: 2px 6px;
    border: 1px solid rgba(255,255,255,.9);
    outline: 0;
}
form.wpcf7-form textarea {
    resize: none;
}
.contact .col .wpcf7-form span {
    font-size: initial;
}
form.wpcf7-form input[type="submit"] {
    background: rgb(13,13,13);
    border: 0;
    padding-left: 18px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    color: #2aa9ff;
}
div.wpcf7-response-output {
    margin: 0px !important;
}

/* Popovers 		**********************************************************/
.popover {
    background: #000;
    border-color: #333;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #333;
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #000;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #333;
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #000;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #333;
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #000;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #333;
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #000;
}
.popover img {
    width: 100px;
    height: auto;
}

/* Share icons 		**********************************************************/
a.share-icon {
    display:inline-block;
    vertical-align:bottom;
    width:24px;
    height:23px;
    margin:0 6px 6px 0;
    padding:0;
    outline:none;
    background: red;
}
a.share-icon:first-child {
    background: url('../images/fb.png') no-repeat;
}
a.share-icon:nth-child(2) {
    background: url('../images/tw.png') no-repeat;
}



/* Mac OS 		**************************************************************/
.mac-os.mode-xs {
	overflow: scroll;
}
.mac-os #janimation-menu li a {
    border-right: 2px solid #000;
    background: url('../images/default-arrow.png') no-repeat center right -1px;
}
.mac-os #janimation-menu li:hover a {
    background: url('../images/white-arrow.png') no-repeat center right rgba(255,255,255,.1) !important;
    border-right: 2px solid #fff;
}
.mac-os #janimation-menu li.active a {
    background: url('../images/white-arrow.png') no-repeat center right rgba(255,255,255,.1) !important;
    border-right: 2px solid #fff;
}
.mac-os.home-page .category.col:last-child .category-heading h3 {
    color: #ed1f24;
    background: url('../images/red-arrow.png') no-repeat center right;
}
.mac-os.home-page .category.col:nth-child(4) .category-heading h3 {
    color: #2aa9ff;
    background: url('../images/blue-arrow.png') no-repeat center right;
}
.mac-os.home-page .category.col:nth-child(3) .category-heading h3 {
    color: #f0f000;
    background: url('../images/yellow-arrow.png') no-repeat center right;
}
.mac-os.home-page .category.col:nth-child(2) .category-heading h3 {
    color: #f89200;
    background: url('../images/orange-arrow.png') no-repeat center right;
}
.mac-os.home-page .category.col:first-child .category-heading h3 {
    color: #47de39;
    background: url('../images/green-arrow.png') no-repeat center right;
}
.mac-os.studio #about-the-studio .nav-tabs > li > a {
    color: #47de39;
    background: url('../images/green-arrow.png') no-repeat center right rgb(13,13,13);
    border-right: 2px solid #47de39;
}
.mac-os.studio #capabilities .nav-tabs > li.active > a,
.mac-os.studio #capabilities .nav-tabs > li:hover > a,
.mac-os.studio #capabilities .nav-tabs > li.active > a:hover,
.mac-os.studio #capabilities .nav-tabs > li:focus > a,
.mac-os.studio #capabilities .nav-tabs > li.active > a:focus {
    color: #f89200;
    background: url('../images/orange-arrow.png') no-repeat center right rgb(13,13,13);
    border-right: 2px solid #f89200;
}
.mac-os.studio #press-releases .nav-tabs > li.active > a,
.mac-os.studio #press-releases .nav-tabs > li:hover > a,
.mac-os.studio #press-releases .nav-tabs > li:focus > a {
    color: #f0f000;
    background: url('../images/yellow-arrow.png') no-repeat center right rgb(13,13,13);
    border-right: 2px solid #f0f000;
}
.mac-os.studio #jobs .nav-tabs > li.active > a,
.mac-os.studio #jobs .nav-tabs > li:hover > a,
.mac-os.studio #jobs .nav-tabs > li:focus > a {
    color: #2aa9ff;
    background: url('../images/blue-arrow.png') no-repeat center right rgb(13,13,13);
    border-right: 2px solid #2aa9ff;
}
.mac-os.studio .nav.nav-tabs .col:first-child.active .category-heading h3 {
    border-right: 2px solid #47de39;
    color: #47de39;
    background: url('../images/green-arrow.png') no-repeat rgb(13,13,13) center right;
}
.mac-os.studio .nav.nav-tabs .col:nth-child(2).active .category-heading h3 {
    border-right: 2px solid #f89200;
    color: #f89200;
    background: url('../images/orange-arrow.png') no-repeat rgb(13,13,13) center right;
}
.mac-os.studio .nav.nav-tabs .col:nth-child(3).active .category-heading h3 {
    border-right: 2px solid #f0f000;
    color: #f0f000;
    background: url('../images/yellow-arrow.png') no-repeat rgb(13,13,13) center right;
}
.mac-os.studio .nav.nav-tabs .col:nth-child(4).active .category-heading h3 {
    border-right: 2px solid #2aa9ff;
    color: #2aa9ff;
    background: url('../images/blue-arrow.png') no-repeat rgb(13,13,13) center right;
}
.mac-os.mode-xs .janim-search input[type='text'] {
	padding: 10px 0px 10px 12px;
	width: 92%;
}


/* Linux 		**************************************************************/
.linux.mode-xs {
	overflow: scroll;
}
.linux.mode-xs .footer {
	margin-bottom: -1px;
}
.label-info {
    background: rgba(255,255,255,.4);
    font-weight: normal;
    text-transform: uppercase;
}
.universal_video_backgroundBorder {
    margin-left: auto;
    margin-right: auto;
}
.universal_video_background.thumbs .carouselLeftNav, .universal_video_background.thumbs .carouselRightNav {
height: 65px !important;
	top: 10px !important;
}
#copyright .widgettitle {
	display: none;
}
.mejs-container.wp-video-shortcode.mejs-video {
	height: 400px!important;
	width: auto!important;
}
.mejs-container.wp-video-shortcode.mejs-video.mejs-container-fullscreen {
	height: 100% !important;
}
.mejs-container * {
	width: 100%;
	height: 100%;
}
.mejs-container .mejs-controls {
	width: 80%;
}


/* Playlist 		**********************************************************/
.html5gallery-elem-0 {
	box-shadow: none !important;
}
.html5gallery-tn-selected-0, .html5gallery-tn-0 {
	box-shadow: none !important;
}
.html5gallery-car-right-0 {
	width: 42px !important;
	height: 42px !important;
	background: url('../images/video-gallery/lightbox_next.png') no-repeat !important;
}
.html5gallery-car-left-0 {
	width: 42px !important;
	height: 42px !important;
	background: url('../images/video-gallery/lightbox_prev.png') no-repeat !important;
}

.html5boxPlay {
	background: url('../images/video-gallery/html5boxplayer_playpause.png') no-repeat !important;
	background-position: 0% 100% !important;
}
.html5boxPause {
	background: url('../images/video-gallery/html5boxplayer_playpause.png') no-repeat !important;
	background-position: 100% 0% !important;
}
.html5boxVolumeButton {
	background: url('../images/video-gallery/html5boxplayer_volume.png') no-repeat !important;
	background-position: 0% 0% !important;
}
.html5boxVideoPlay {
	background: url('../images/video-gallery/html5boxplayer_playvideo.png') no-repeat !important;
}
.html5gallery-tn-img-play-0 {
	background: url('../images/video-gallery/playvideo.png') center center no-repeat !important;
}
.html5boxFullscreen {
	background: url('../images/video-gallery/html5boxplayer_fullscreen.png') no-repeat !important;
}
.cell img {
	width: 100%;
	/*
	height: auto;
	*/
}






/* Drive ... */
li.dropdown.slider-active.open {
  z-index: 100!important;
}
.wiredrive-nav.nav > li {
  display: inline-block;
}
.wiredrive-nav.nav > li > a:hover,
.wiredrive-nav.nav > li > a:focus {
	border: 0;
	background: transparent;
}
.wiredrive-nav.nav .open > a,
.wiredrive-nav.nav .open > a:hover,
.wiredrive-nav.nav .open > a:focus {
	background: transparent;
}
.wiredrive-nav.nav .dropdown-menu > li > a {
	color: #fff;
}
.single-playlist {
	margin: 0 auto;
	width: 80%;
	/* height: 52%; */
  /* height: 32%;*/
  height: 50vh;
	z-index: 0;
}
.single-playlist img {
/*	width: 100%;*/
}
.playlist-preview-area {
/*	height: 170px;*/
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,.2);
	color: red;
}
.playlist-preview-area:hover .item-caption {
	display: block;
}
.playlist-preview-area div:nth-child(2) {
  height: 100%;
}
.playlist-preview-area iframe,
.playlist-preview-area video,
.playlist-preview-area img {
	object-fit: contain;
	border: 0;
	width: 99%;
	height: 100%;
	text-align: center;
}
.janim-playlist-container iframe > body {
	/* height: 100%; */
  height: 70vh;
}
.thumbnails {
	margin-left: 56px;
	margin-right: 56px;
	width: 3000px;
	/* height: 100%; */
	float: left;
	height: 100%;
	overflow: hidden;
}
.thumb {
	float: left;
	display: inline;
	margin-left: 12px;
}
.thumb:first-child {
	margin-left: 0;
}
.thumb img {
	object-fit: cover;
	height: 100px;
	width: 150px;
}
.thumb label {
	display: block;
	word-break: break-word;
	width: 120px;
}
.bx-wrapper li {
  height: 130px;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 9;
}


/* Checkboxes */
.dropdown-menu.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}
.dropdown-menu.checkbox .wrapper {
	width: 500px;
	margin: 50px auto;
}
.dropdown-menu.checkbox input[type=checkbox] {
	display: none;
}
.dropdown-menu.checkbox label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 4px;
	background-color: transparent;
	border: 1px solid #c7c7c7;
}
.dropdown-menu.checkbox .checkbox label {
	margin-bottom: 10px;
}
.dropdown-menu.checkbox .checkbox label:before {
    border-radius: 3px;
}
.dropdown-menu.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-align: center;
}


/* Thumbnails Nav */
.jquery-slider {
	width: 80%;
	height: 170px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	margin-top: 10px;
}
.jquery-slider-btns {
  /* width: 865px; */
  /* position: absolute; */
  z-index: 2;
  /* float: left; */
  height: 100%;
  background: rgba(0,0,0,.6);
  height: 170px;
  position: relative;
}
.button-prev.prev.btns {
	float: left;
	left: 0;
	position: absolute;
/*	width: 44px;*/
}
.button-next.cursor.next.btns {
	float: right;
	right: 0;
	position: absolute;
/*	width: 44px;*/
}
.btns {
	height: 100%;
	background: #000;
	padding: 6px;
}
.btns img {
	width: 44px;
	height: auto;
	margin-top: 60px;
	cursor: pointer;
}
.jquery-slider-btns img {
	width: 44px;
}
.jquery-slider-nav-circles {
	width: 231px;
	padding-left:113px;
	float:left;
	position:absolute;
	z-index:3;
	margin-top:261px;
}
.slider {
	/*width:865px;*/
	float:left;
	position:relative;
	width: 218px;
	margin: 0 4px;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.slider-active, .slider:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.slider-overlays {
	/*	width: 865px;*/
	/*	position: absolute;*/
	position: relative;
	z-index:2;
}
.next {
	margin-left:-5px;
}
.cursor {
	cursor:pointer;
}
.wrap {
/*	width: 3460px;*/
}
.slider-image {
  float: left;
  display: inline;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.file-name {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,.7);
	font-weight: normal;
	width: 100%;
	padding: 10px;
	min-height: 65px;
}
.file-name label {
	font-weight: normal;
}
video:focus {
  outline: 0;
}


/* Mobile menu ********************************************************************/
.navbar-default .navbar-toggle {
	border: 0;
}
.mode-xs .navbar-default .navbar-toggle:hover,
.mode-xs .navbar-default .navbar-toggle:focus {
	background: transparent;
}
.mode-xs  .navbar-default .navbar-toggle {
	border: 0;
}
.mode-xs  .navbar-default .navbar-collapse,
.mode-xs  .navbar-default .navbar-form {
	border: 0;
}
.mode-xs #janimation-menu li {
	width: 100%;
}
.mode-lg .brand img {
/*	width: 88%;*/
/*	margin: auto;*/
}
/**********************************************************************************/


/* Firefox fixes ******************************************************************/
body.firefox.clients .category-heading h3,
body.firefox #news-page .category-heading h3 {
	background-color:  #343434;
}
body.firefox .search-results .title {
	background: #343434;
}
body.firefox .search-results {
	overflow: hidden;
}
/**********************************************************************************/


/* Safari fixes *******************************************************************/
body.safari.clients .category-heading h3 {
	background-color: #343434;
}
/**********************************************************************************/





/* Mouse wheel icon 	***********************************************************/
.direction span {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  border-right: 2px solid rgba(255,255,255,.6);
  border-bottom: 2px solid rgba(255,255,255,.6);
  margin: 0 0 3px 6px;
}
.direction {
	display: none;
}

.top {
  margin-top: 6px;
}

.top, .middle, .bottom {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.top {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.middle
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.bottom
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}



.mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid rgba(255,255,255,.7);
  top: 13px;
  float: right;
  /* width: 19px; */
  position: absolute;
  right: 22px;
	display: none;
}

.mouse-corporate,
.mouse-people {
	border: 2px solid #f89200;
}
.mouse-corporate .wheel,
.mouse-people .wheel {
	background: #f89200;
}

.mouse-commercial,
.mouse-press {
	border: 2px solid #f0f000;
}
.mouse-commercial .wheel,
.mouse-press .wheel {
	background: #f0f000;
}

.mouse-character-design,
.mouse-bts {
	border: 2px solid #2aa9ff;
}
.mouse-character-design .wheel,
.mouse-bts .wheel {
	background: #2aa9ff;
}

.mouse-live-action,
.mouse-fun {
	border: 2px solid #ed1f24;
}
.mouse-live-action .wheel,
.mouse-fun .wheel {
	background: #ed1f24;
}

.mouse-game,
.mouse-studio {
	border: 2px solid #47de39;
}
.mouse-game .wheel,
.mouse-studio .wheel {
	background: #47de39;
}


#home-page .category.col:hover .mouse,
#home-page .category.col:hover .direction,
#news-page .category.col:hover .mouse,
#news-page .category.col:hover .direction {
	display: block;
}

.direction {
	float: right;
	right: 24px;
	position: relative;
	top: 40px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: rgba(255,255,255,.6);
  position: relative;
}

.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel {
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel {

  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}

}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}

}

@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }

}

@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }

}

@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }

}

.slimScrollBar {
/*
	width: 300px !important;
	background: #fff !important;
	opacity: 1 !important;
*/
}

/* New about page */
.janim-page-intro #intro-about {
  padding: 0;
}
.page-featured-img {
  padding-left: 24px;
  margin-top: 12px;
}

.col-large,
.category.col.col-large {
  width: 60%;
}

body.about {
  overflow-y: auto;
}
body.about {
  position: relative;
}

body.about .contact-sections {
  /* position: absolute; */
  position: relative;
  width: 100%;
}

body.about .janim-row-static {
  width: 100%;
  z-index: 100;
  background: #000;
  z-index: 100;
}

body.about .row-col-headings .category.col {
  min-height: 50px;
  height: auto;
}

body.about .ff-stream.ff-layout-masonry {
  margin-bottom: 100px;
}
body.about .category.col.col-large {
  overflow: auto;
}
body.about .ff-stream-wrapper {
  margin-top: 0;
}

body.about .janim-row {
  padding: 0;
}

body.about .contact-section,
body.about .read-section {
  width: 20%;
}

.janim-panel #collapse-contact-us {
  padding: 0 24px;
}
