/* Chrome, Safari, Opera */
@-webkit-keyframes showContent {
    0% { opacity: 0; }
    60% { opacity: 0; }
    100% { opacity: 1; }
}

/* Standard syntax */
@-moz-keyframes showContent {
    0% { opacity: 0; }
    60% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes showContent {
    0% { opacity: 0; }
    60% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes showContent {
    0% { opacity: 0; }
    60% { opacity: 0; }
    100% { opacity: 1; }
}

body {
	font-family: 'Arimo', sans-serif;
	background: black;
}
body.image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body.image .description {
	font-size: 12px;
	line-height: 20px;
}

.menu_display {
	width: 80%;
	height: 100%;
	display: table;
	position: absolute;
}
.menu_display .menu {
	width: 20%;
	display: table-cell;
	border-right: 1px dotted rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0);
	height: 100%;
	color: white;
	position: relative;
	
	-webkit-transition: all 0.4s; 
   	-moz-transition: all 0.4s; 
     	  -o-transition: all 0.4s; 
        transition: all 0.4s;
   
}

.menu_display .menu.active {
	background-color: rgba(0,0,0,0.8);
	width: 28%;
}
.menu_display .menu.small {
	width: 18%;
}
.menu_display .menu > div:first-child {
	width: 100%;
	height: 40%;
	
	cursor: pointer;
}

.menu {
	cursor: pointer;
}
.menu .number {
	font-size: 50pt;
	margin: 15px 15px 0;
	opacity: 0.5;
}

.menu .title,
.menu .description,
.menu .extra,
.menu .logo {
	margin: 15px 15px 0;
	width: calc(100% - 30px);
	opacity: 0;
	font-size: 16px;
}

.menu_display .menu .logo {
	margin-top: 30px;
	height: 60px;
	position: absolute;
	bottom: 50px;
}

.menu .extra a {
	display: table;
	text-decoration: none;
	color: white;
	position: relative;
}
.menu .extra a span {
	padding-right: 10px;
}

.arrow-r {
	display: inline-block;
	position: absolute;
	top: 0;
	right: -22px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid white;
}


.menu .title {
	margin-top: 25px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.menu .description {
	margin-top: 25px;
	font-size: 12px;
	color: #DEDEDE;
	line-height: 18px;
}

.menu.active .number {
	opacity: 1;
}
.menu.active .title,
.menu.active .description,
.menu.active .extra,
.menu.active .logo {
    -webkit-animation: showContent 0.6s;
     -moz-animation: showContent 0.6s;
       -o-animation: showContent 0.6s;
          animation: showContent 0.6s;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}



.bg-images,
.bg-images > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bg-images > div {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.bg-images > div.active {
	opacity: 1;
}
.bg-images .bg-image-1 {
	background: url('../img/1.png') no-repeat center;
	background-size: cover;
	opacity: 0;
}
.bg-images .bg-image-2 {
	background: url('../img/2.png') no-repeat center;
	background-size: cover;
	opacity: 0;
}
.bg-images .bg-image-3 {
	background: url('../img/3.png') no-repeat center;
	background-size: cover;
	opacity: 0;
}
.bg-images .bg-image-4 {
	background: url('../img/4.png') no-repeat center;
	background-size: cover;
	opacity: 0;
}
.bg-images .bg-image-5 {
	background: url('../img/5.png') no-repeat center;
	background-size: cover;
	opacity: 0;
}


.videos {
	color: white;
	padding: 30px 20px;
}
.videos .v_title{
	text-align: center;
	font-size: 30px;
	display: block !important;
}
.videos .promotion > div, .videos .production > div {
	display: inline-block;
	margin-bottom: 30px;
}

.videos .line{
	margin-bottom: 50px;
}


.wrapper {
	display: table;
}
.left_side {
	width: 100%;
	min-width: 180px;
	/*height: 100%;*/
	background: rgba(0,0,0,0.6);
	z-index: 1;
	vertical-align: top;
}
.submenu-container {
	/*position: absolute;*/
	bottom: 10px;
	top: 50%;
	left: 15px;
	right: 15px;
	font-family: Arial;
	font-size: 11px;
	padding: 50px 15px;
}

.submenu-container .description{
	height: 100%;
	overflow-y: scroll;
}

.title {
	margin-bottom: 20px;
	color: #F1FAF1;
	text-transform: uppercase;
	font-size: 14px;
}


.submenus {
	/*position: absolute;*/
	left: 15px;
	right: 15px;
	top: 30px;
	bottom: calc(50% + 50px);
	overflow: hidden;
	padding: 15px;
}
.submenus a {
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;

}
.submenus a:hover,
.submenus a.active {
	color: #F1FAF1;
}
.submenus a.big {
	font-size: 18px;
	color: #F1FAF1;
}
.description,
.description a {
	color: #999;
}
.description a {
	text-decoration: underline;
}
.description.big {
	font-size: 14px;
}
.caption {
	color: #BBB;
	padding: 7px 50px 5px 15px;
	font-size: 12px;
}



/*** about page ***/
.about .description {
	padding: 10px 10px 50px;
}
.about .slider {
	width: 45%;
}

.slider {
	width: 35%;
	left: -35%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10;
	-webkit-transition: left 0.5s;
	-ms-transition: left 0.5s;
	-moz-transition: left 0.5s;
	transition: left 0.5s;
}
.slider .left_slide {
	width: 100%;
}
.slider.shown {
	left: 0;
}


/*** BX SLIDER OVERRIDE ***/
table .bx-wrapper .bx-pager {
	color: #BBB;
	background-color: rgba(0,0,0,0.8);
   width: 70px !important;
   text-align: center !important;
   margin: 0 auto;
   left: 50%;
   padding: 7px;
   bottom: -32px;
   font-size: 14px;
   font-weight: normal;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}

.bx-wrapper .bx-prev {
	margin-top: 10px !important;
	right: -32px;
	margin-right: 5px;
	left: initial !important;
}

.bx-wrapper .bx-viewport {
	z-index: 1;
}
.bx-wrapper .bx-controls {
	width: 100%;
	right: 0;
	/*z-index: 0;*/
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	top: 50%;
	margin-right: 1px;
	margin-top: 22px;
	right: -32px !important;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto > div {
	margin-top: 2px;
}

.bx-wrapper .bx-controls-auto a,
.bx-wrapper .bx-controls-direction a {
	border-radius: 12px;
	/*background-color: #696969 !important;*/
}

  
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px black;
    background-color: #000;
}
::-webkit-scrollbar { width: 10px; margin-left: 5px; }
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
    border-radius: 10px;
}