﻿@charset "UTF-8";
/* Retina Backgrounds for Compass by:              Gaya Kessler last update:     03/11/14  Usage: 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder. 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder. 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)' */
/* Retina Sprites for Compass by:              Gaya Kessler last update:     03/11/14  Usage: 1. create two folders in your image directory (in this case 'icons' and 'icons-2x'). 2. adjust the foldernames defined below if you use different names. 3. create sprite images for pixel ratio 1 screens and put them in the first folder. 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames. 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)' */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 8/9. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font size within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; }

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

.call-action { padding: 2em 0; }

.btn { display: inline-block; padding: .6em 2em; outline: none; background-color: transparent; border: 0; }
.btn.basic { background-color: #ED9F2D; color: #000000; }
.btn.basic:hover { background-color: #a6680e; }
.btn.frame { border: 1px solid #d58612; color: #d58612; }
.btn.frame:hover { background-color: #a6680e; color: #ffffff; }
.btn.reverse { background-color: #ED9F2D; color: #d58612; }
.btn.reverse:hover { background-color: #d58612; color: #ffffff; }

.controlgroup { margin-bottom: .5em; }
.controlgroup .controls { position: relative; }
.controlgroup .controls.right { text-align: right; }
.controlgroup .controls.small { width: 50%; margin: 0 auto; }
.controlgroup .controls .status { display: inline-block; vertical-align: middle; }
.controlgroup .controls .vertify { display: inline-block; vertical-align: middle; }
.controlgroup .controls .vertify img { display: block; }
.controlgroup .controls img { display: inline-block; vertical-align: middle; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; }

textarea { width: 100%; border: 1px solid #cccccc; -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.33); -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.33); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.33); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 44px; background-color: #f2f2f2; padding: 1em; outline: none; min-height: 200px; }
textarea:focus { border: 1px solid #d58612; background-color: #d58612; color: #ffffff; }

input { width: 100%; border: 1px solid #404040; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; color: #ED9F2D; height: 44px; background-color: #000000; padding: 0 1em; outline: none; letter-spacing: 1px; }
input + [class^=icons-] { position: absolute; right: 16px; top: 12px; }
input + .icons-user { background-image: url('../images/icons-sd77261fb7d.png'); background-position: -21px -20px; background-repeat: no-repeat; overflow: hidden; display: block; height: 18px; width: 21px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { input + .icons-user { background-image: url('../images/icons-2x-s887b8f86d9.png'); background-size: 60px 100px; background-position: -21px -20px; height: 18px; width: 21px; } }
input + .icons-password { background-image: url('../images/icons-sd77261fb7d.png'); background-position: 0 0; background-repeat: no-repeat; overflow: hidden; display: block; height: 20px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { input + .icons-password { background-image: url('../images/icons-2x-s887b8f86d9.png'); background-size: 60px 100px; background-position: 0 0; height: 20px; width: 16px; } }
input:focus { background-color: #404040; color: #ffffff; }
input:focus::-webkit-input-placeholder { /* WebKit browsers */ color: #ffffff; }
input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ffffff; opacity: 1; }
input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ffffff; opacity: 1; }
input:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ffffff; }
input:focus + .icons-user { background-image: url('../images/icons-sd77261fb7d.png'); background-position: 0 -20px; background-repeat: no-repeat; overflow: hidden; display: block; height: 18px; width: 21px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { input:focus + .icons-user { background-image: url('../images/icons-2x-s887b8f86d9.png'); background-size: 60px 100px; background-position: 0 -20px; height: 18px; width: 21px; } }
input:focus + .icons-password { background-image: url('../images/icons-sd77261fb7d.png'); background-position: -42px -20px; background-repeat: no-repeat; overflow: hidden; display: block; height: 20px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { input:focus + .icons-password { background-image: url('../images/icons-2x-s887b8f86d9.png'); background-size: 60px 100px; background-position: -42px -20px; height: 20px; width: 16px; } }
input.calc { display: inline-block; vertical-align: middle; width: calc( 100% - 60px ); }
input#CAPTCHA { display: inline-block; vertical-align: middle; width: calc( 100% - 93px ); }

.controlgroup select { width: 100%; -webkit-appearance: none; -moz-appearance: window; border: 0; color: #737373; border-radius: 0; }
.controlgroup select::-ms-expand { display: none; }
@-moz-document url-prefix() { .controlgroup .select-wrapper { background-image: url("../images/components/select-arrow.png"); background-position: 97% center; background-repeat: no-repeat; }
  .controlgroup .select-wrapper select { width: 110%; background-image: url("../images/components/select-arrow.png"); background-position: 88% center; background-repeat: no-repeat; } }
.controlgroup select { background-color: transparent; background-image: url("../images/components/select-arrow.png"); background-position: 97% center; background-repeat: no-repeat; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 44px; padding: .3em .7em; }
.controlgroup select:focus { outline: none; }
.controlgroup .select-wrapper { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; border: 0; outline: none; background-color: #f2f2f2; display: inline-block; vertical-align: middle; overflow: hidden; border: 1px solid #cccccc; -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.33); -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.33); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.33); }

::-webkit-input-placeholder { /* WebKit browsers */ color: rgba(237, 159, 45, 0.3); }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: rgba(237, 159, 45, 0.3); opacity: 1; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ color: rgba(237, 159, 45, 0.3); opacity: 1; }

:-ms-input-placeholder { /* Internet Explorer 10+ */ color: rgba(237, 159, 45, 0.3); }

/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative; padding-left: 25px; cursor: pointer; color: #ffffff; font-size: 12px; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: -2px; width: 17px; height: 17px; border: 1px solid #1a1a1a; background-color: #404040; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { content: '✔'; position: absolute; top: -3px; left: 4px; font-size: 14px; color: #ED9F2D; transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }

[type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after { color: #999; }

[type="checkbox"]:disabled + label { color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before { border: 1px dotted blue; }

/* hover style just for information */
label:hover:before { border: 1px solid #4778d9 !important; }

h1, h2, h3, h4, h5, h5 { color: #ED9F2D; font-weight: normal; margin: 0; }

.transition, input { -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.clr:before, .controlgroup:before, .row:before, nav:before, .clr:after, .controlgroup:after, .row:after, nav:after { content: ''; clear: both; display: block; }

main { display: block; }

body { font-size: 100%; font-family: 'Arial',"Heiti TC","LiHei Pro","微軟正黑體","Microsoft Jhenghei",sans-serif; line-height: 1.6; color: #ffffff; background-image: url("../images/components/whole-frame-bg.png"); background-size: cover; background-repeat: no-repeat; }

ul { list-style-type: none; }

a { text-decoration: none; }

img { display: block; max-width: 100%; height: auto; margin: 0 auto; }

.text-danger, .field-validation-error{color:#b94a48}

@media (min-width: 768px) { .grid .content { height: 100%; font-size: 0; text-align: center; }
  .grid .content.right { text-align: right; }
  .grid .content:before { content: ''; height: 100%; width: 0; display: inline-block; vertical-align: middle; }
  .grid .content .content-inner { display: inline-block; vertical-align: middle; font-size: 1rem; text-align: left; }
  .grid .content .content-inner p { font-size: 14px; } }
@media (min-width: 1025px) { .g-12-12 { width: 100%; float: left; margin-left: 0; margin-right: 0; }
  .g-12-12.no-gutters { width: 100%; float: left; margin-left: 0; margin-right: 0; padding: 0; }
  .g-11-12 { width: 91.3043478261%; float: left; margin-right: 4.347826087%; }
  .g-11-12.no-gutters { width: 91.3043478261%; float: left; padding: 0; }
  .g-10-12 { width: 82.6086956522%; float: left; margin-right: 4.347826087%; }
  .g-10-12.no-gutters { width: 82.6086956522%; float: left; padding: 0; }
  .g-9-12 { width: 73.9130434783%; float: left; margin-right: 4.347826087%; }
  .g-9-12.no-gutters { width: 73.9130434783%; float: left; padding: 0; }
  .g-8-12 { width: 65.2173913043%; float: left; margin-right: 4.347826087%; }
  .g-8-12.no-gutters { width: 65.2173913043%; float: left; padding: 0; }
  .g-7-12 { width: 56.5217391304%; float: left; margin-right: 4.347826087%; }
  .g-7-12.no-gutters { width: 56.5217391304%; float: left; padding: 0; }
  .g-6-12 { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
  .g-6-12.no-gutters { width: 47.8260869565%; float: left; padding: 0; }
  .g-5-12 { width: 39.1304347826%; float: left; margin-right: 4.347826087%; }
  .g-5-12.no-gutters { width: 39.1304347826%; float: left; padding: 0; }
  .g-4-12 { width: 30.4347826087%; float: left; margin-right: 4.347826087%; }
  .g-4-12.no-gutters { width: 30.4347826087%; float: left; padding: 0; }
  .g-3-12 { width: 21.7391304348%; float: left; margin-right: 4.347826087%; }
  .g-3-12.no-gutters { width: 21.7391304348%; float: left; padding: 0; }
  .g-2-12 { width: 13.0434782609%; float: left; margin-right: 4.347826087%; }
  .g-2-12.no-gutters { width: 13.0434782609%; float: left; padding: 0; }
  .g-1-12 { width: 4.347826087%; float: left; margin-right: 4.347826087%; }
  .g-1-12.no-gutters { width: 4.347826087%; float: left; padding: 0; }
  .grid:last-child { float: right; margin-right: 0; }
  .grid .content { height: 100%; font-size: 0; text-align: center; }
  .grid .content.right { text-align: right; }
  .grid .content:before { content: ''; height: 100%; width: 0; display: inline-block; vertical-align: middle; }
  .grid .content .content-inner { display: inline-block; vertical-align: middle; font-size: 1rem; text-align: left; }
  .grid .content .content-inner p { font-size: 14px; }
  .table { display: table; }
  .table-c { display: table-cell; }
  .t-1-10 { width: 10%; }
  .t-2-10 { width: 20%; }
  .t-3-10 { width: 30%; }
  .t-4-10 { width: 40%; }
  .t-6-10 { width: 60%; }
  .t-5-10 { width: 50%; } }
nav { text-align: center; }
nav ul { font-size: 0; display: none; }
nav ul li { display: inline-block; vertical-align: middle; font-size: 1rem; }
nav ul li a { display: block; }
nav a.mobile-trigger { display: inline-block; vertical-align: middle; float: right; margin-right: 0; }
nav.slide ul { display: block; }
nav.slide ul li { display: block; }

@media (min-width: 768px) { nav { text-align: center; }
  nav ul { display: block; }
  nav a.mobile-trigger { display: none; } }
main, section, .row, .grid { height: 100%; }

#main { display: none; }
@media (min-width: 1025px) { #main { display: block; }
  #main .hero-image { display: none; }
  #main .hero-content .content-inner { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 3em; }
  #main .content-inner h1 { font-size: 1.2em; } }
@media (min-width: 1169px) { #main { display: block; }
  #main .content-inner h1 { font-size: 1.6em; }
  #main .content-inner p { display: block; } }
@media (min-width: 1280px) { #main .hero-image { display: block; width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
  #main .hero-content { width: 47.8260869565%; float: right; margin-right: 0; }
  #main .hero-content .content-inner { padding: 0; } }
@media (min-width: 1366px) { #main .hero-image { display: block; width: 39.1304347826%; float: left; margin-right: 4.347826087%; }
  #main .hero-content { width: 56.5217391304%; float: right; margin-right: 0; }
  #main .hero-content .content-inner { padding: 0; } }

#sidebar { background-color: #000000; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2em 0; }
#sidebar .content-inner { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 2em; }
@media (min-width: 1024px) { #sidebar .content-inner { padding: 0 2em; } }
#sidebar h4 { text-align: center; color: #737373; }
#sidebar .form-wrapper { border-bottom: 1px solid #404040; margin-top: 2em; padding: 0 2em 2em 2em; }
#sidebar .copyrights { font-size: .8em; color: #404040; margin: 1em 0; text-align: center; }

.brand { margin-bottom: 1em; }

/* Slidebars 0.10.2 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site, .sb-site-container, .sb-slidebar, body, html { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body, html { width: 100%; overflow-x: hidden; }

html { height: 100%; }

body { min-height: 100%; height: auto; position: relative; }

html.sb-scroll-lock.sb-active:not(.sb-static) { overflow: hidden; }

#sb-site, .sb-site-container { width: 100%; position: relative; z-index: 1; background-color: #fff; }

.sb-slidebar { height: 100%; overflow-y: auto; position: fixed; top: 0; z-index: 0; display: none; background-color: #222; -webkit-transform: translate(0px); }

.sb-left { left: 0; }

.sb-right { right: 0; }

.sb-slidebar.sb-static, html.sb-static .sb-slidebar { position: absolute; }

.sb-slidebar.sb-active { display: block; }

.sb-style-overlay { z-index: 9999; }

.sb-momentum-scrolling { -webkit-overflow-scrolling: touch; }

.sb-slidebar { width: 30%; }

.sb-width-thin { width: 15%; }

.sb-width-wide { width: 45%; }

@media (max-width: 480px) { .sb-slidebar { width: 70%; }
  .sb-width-thin { width: 55%; }
  .sb-width-wide { width: 85%; } }
@media (min-width: 481px) { .sb-slidebar { width: 55%; }
  .sb-width-thin { width: 40%; }
  .sb-width-wide { width: 70%; } }
@media (min-width: 768px) { .sb-slidebar { width: 40%; }
  .sb-width-thin { width: 25%; }
  .sb-width-wide { width: 55%; } }
@media (min-width: 992px) { .sb-slidebar { width: 30%; }
  .sb-width-thin { width: 15%; }
  .sb-width-wide { width: 45%; } }
@media (min-width: 1200px) { .sb-slidebar { width: 20%; }
  .sb-width-thin { width: 5%; }
  .sb-width-wide { width: 35%; } }
#sb-site, .sb-site-container, .sb-slide, .sb-slidebar { -webkit-transition: -webkit-transform 400ms ease; -moz-transition: -moz-transform 400ms ease; -o-transition: -o-transform 400ms ease; transition: transform 400ms ease; -webkit-transition-property: -webkit-transform,left,right; -webkit-backface-visibility: hidden; }

.sb-hide { display: none; }

/** BxSlider v4.1.2 - Fully loaded, responsive content slider http://bxslider.com  Written by: Steven Wanderski, 2014 http://stevenwanderski.com (while drinking Belgian ales and listening to jazz)  CEO and founder of bxCreative, LTD http://bxcreative.com */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0; *zoom: 1; }

.bx-wrapper img { max-width: 100%; display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport { -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; border: 5px solid #fff; left: -5px; background: #fff; /*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0); }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading { min-height: 50px; background: url(images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev { left: 10px; background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next { right: 10px; background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover { background-position: 0 0; }

.bx-wrapper .bx-next:hover { background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled { display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(images/controls.png) -86px -11px no-repeat; margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(images/controls.png) -86px -44px no-repeat; margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666 \9; background: rgba(80, 80, 80, 0.75); width: 100%; }

.bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }

/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.3
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin { color: #cccccc; }

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face { font-family: 'VideoJS'; src: url("../fonts/vjs.eot"); src: url("../fonts/vjs.eot?#iefix") format("embedded-opentype"), url("../fonts/vjs.woff") format("woff"), url("../fonts/vjs.ttf") format("truetype"), url("../fonts/vjs.svg#icomoon") format("svg"); font-weight: normal; font-style: normal; }
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider { /* Replace browser focus highlight with handle highlight */ outline: 0; position: relative; cursor: pointer; padding: 0; /* background-color-with-alpha */ background-color: #333333; background-color: rgba(51, 51, 51, 0.9); }

.vjs-default-skin .vjs-slider:focus { /* box-shadow */ -webkit-box-shadow: 0 0 2em #ffffff; -moz-box-shadow: 0 0 2em #ffffff; box-shadow: 0 0 2em #ffffff; }

.vjs-default-skin .vjs-slider-handle { position: absolute; /* Needed for IE6 */ left: 0; top: 0; }

.vjs-default-skin .vjs-slider-handle:before { content: "\e009"; font-family: VideoJS; font-size: 1em; line-height: 1; text-align: center; text-shadow: 0em 0em 1em #fff; position: absolute; top: 0; left: 0; /* Rotate the square icon to make a diamond */ /* transform */ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar { /* Start hidden */ display: none; position: absolute; /* Place control bar at the bottom of the player box/video. If you want more margin below the control bar, add more height. */ bottom: 0; /* Use left/right to stretch to 100% width of player div */ left: 0; right: 0; /* Height includes any margin you want above or below control items */ height: 3.0em; /* background-color-with-alpha */ background-color: #07141e; background-color: rgba(7, 20, 30, 0.7); }

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar { display: block; /* Visibility needed to make sure things hide in older browsers too. */ visibility: visible; opacity: 1; /* transition */ -webkit-transition: visibility 0.1s, opacity 0.1s; -moz-transition: visibility 0.1s, opacity 0.1s; -o-transition: visibility 0.1s, opacity 0.1s; transition: visibility 0.1s, opacity 0.1s; }

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { display: block; visibility: hidden; opacity: 0; /* transition */ -webkit-transition: visibility 1s, opacity 1s; -moz-transition: visibility 1s, opacity 1s; -o-transition: visibility 1s, opacity 1s; transition: visibility 1s, opacity 1s; }

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar { display: none; }

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar { display: none; }

/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar { display: none; }

/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar { opacity: 1; visibility: visible; }

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly. - "\9" IE8 hack didn't work for this - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen { .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before { content: ""; } }
/* General styles for individual controls. */
.vjs-default-skin .vjs-control { outline: none; position: relative; float: left; text-align: center; margin: 0; padding: 0; height: 3.0em; width: 4em; }

/* Font button icons */
.vjs-default-skin .vjs-control:before { font-family: VideoJS; font-size: 1.5em; line-height: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before { text-shadow: 0em 0em 1em #ffffff; }

.vjs-default-skin .vjs-control:focus { /*  outline: 0; */                                                           /* keyboard-only users cannot see the focus on several of the UI elements when
this is set to 0 */ }

/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text { /* hide-visually */ border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control { width: 5em; cursor: pointer; }

.vjs-default-skin .vjs-play-control:before { content: "\e001"; }

.vjs-default-skin.vjs-playing .vjs-play-control:before { content: "\e002"; }

/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value { font-size: 1.5em; line-height: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content { width: 4em; left: -2em; list-style: none; }

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button { cursor: pointer; float: right; }

.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before { content: "\e006"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before { content: "\e003"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before { content: "\e004"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before { content: "\e005"; }

.vjs-default-skin .vjs-volume-control { width: 5em; float: right; }

.vjs-default-skin .vjs-volume-bar { width: 5em; height: 0.6em; margin: 1.1em auto 0; }

.vjs-default-skin .vjs-volume-level { position: absolute; top: 0; left: 0; height: 0.5em; /* assuming volume starts at 1.0 */ width: 100%; background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle { width: 0.5em; height: 0.5em; /* Assumes volume starts at 1.0. If you change the size of the handle relative to the volume bar, you'll need to update this value too. */ left: 4.5em; }

.vjs-default-skin .vjs-volume-handle:before { font-size: 0.9em; top: -0.2em; left: -0.2em; width: 1em; height: 1em; }

/* The volume menu button is like menu buttons (captions/subtitles) but works a little differently. It needs to be possible to tab to the volume slider without hitting space bar on the menu button. To do this we're not using display:none to hide the slider menu by default, and instead setting the width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu { display: block; width: 0; height: 0; border-top-color: transparent; }

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content { height: 0; width: 0; }

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu, .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing { border-top-color: rgba(7, 40, 50, 0.5); /* Same as ul background */ }

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content, .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content { height: 2.9em; width: 10em; }

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control { position: absolute; left: 0; right: 0; width: auto; font-size: 0.3em; height: 1em; /* Set above the rest of the controls. */ top: -1em; /* Shrink the bar slower than it grows. */ /* transition */ -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

/* On hover, make the progress bar grow to something that's more clickable. This simply changes the overall font for the progress bar, and this updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control { font-size: .9em; /* Even though we're not changing the top/height, we need to include them in the transition so they're handled correctly. */ /* transition */ -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder { height: 100%; }

/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress div { position: absolute; display: block; height: 100%; margin: 0; padding: 0; /* updated by javascript during playback */ width: 0; /* Needed for IE6 */ left: 0; top: 0; }

.vjs-default-skin .vjs-play-progress {                                        /* Using a data URI to create the white diagonal lines with a transparent background. Surprisingly works in IE8. Created using http://www.patternify.com Changing the first color value will change the bar color. Also using a paralax effect to make the lines move backwards. The -50% left position makes that happen.
*/ background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-load-progress { background: #646464; background: rgba(255, 255, 255, 0.2); }

/* there are child elements of the load progress bar that represent the specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div { background: #787878; background: rgba(255, 255, 255, 0.1); }

.vjs-default-skin .vjs-seek-handle { width: 1.5em; height: 100%; }

.vjs-default-skin .vjs-seek-handle:before { padding-top: 0.1em; }

/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls, .vjs-default-skin.vjs-live .vjs-time-divider, .vjs-default-skin.vjs-live .vjs-progress-control { display: none; }

.vjs-default-skin.vjs-live .vjs-live-display { display: block; }

/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display { display: none; font-size: 1em; line-height: 3em; }

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls { font-size: 1em; /* Align vertically by making the line height the same as the control bar */ line-height: 3em; }

.vjs-default-skin .vjs-current-time { float: left; }

.vjs-default-skin .vjs-duration { float: left; }

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time { display: none; float: left; }

.vjs-time-divider { float: left; line-height: 3em; }

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control { width: 3.8em; cursor: pointer; float: right; }

.vjs-default-skin .vjs-fullscreen-control:before { content: "\e000"; }

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before { content: "\e00b"; }

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button { left: 0.5em; top: 0.5em; font-size: 3em; display: block; z-index: 2; position: absolute; width: 4em; height: 2.6em; text-align: center; vertical-align: middle; cursor: pointer; opacity: 1; /* Need a slightly gray bg so it can be seen on black backgrounds */ /* background-color-with-alpha */ background-color: #07141e; background-color: rgba(7, 20, 30, 0.7); border: 0.1em solid #3b4249; /* border-radius */ -webkit-border-radius: 0.8em; -moz-border-radius: 0.8em; border-radius: 0.8em; /* box-shadow */ -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25); -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25); /* transition */ -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button { /* Center it horizontally */ left: 50%; margin-left: -2.1em; /* Center it vertically */ top: 50%; margin-top: -1.4000000000000001em; }

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button { display: none; }

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button { display: none; }

/* Hide on mobile devices. Remove when we stop using native controls by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button { display: none; }

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus { outline: 0; border-color: #fff; /* IE8 needs a non-glow hover state */ background-color: #505050; background-color: rgba(50, 50, 50, 0.75); /* box-shadow */ -webkit-box-shadow: 0 0 3em #ffffff; -moz-box-shadow: 0 0 3em #ffffff; box-shadow: 0 0 3em #ffffff; /* transition */ -webkit-transition: all 0s; -moz-transition: all 0s; -o-transition: all 0s; transition: all 0s; }

.vjs-default-skin .vjs-big-play-button:before { content: "\e001"; font-family: VideoJS; /* In order to center the play icon vertically we need to set the line height to the same as the button height */ line-height: 2.6em; text-shadow: 0.05em 0.05em 0.1em #000; text-align: center; position: absolute; left: 0; width: 100%; height: 100%; }

.vjs-error .vjs-big-play-button { display: none; }

/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display { display: none; }

.vjs-error .vjs-error-display { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.vjs-error .vjs-error-display:before { content: 'X'; font-family: Arial; font-size: 4em; color: #666666; /* In order to center the play icon vertically we need to set the line height to the same as the button height */ line-height: 1; text-shadow: 0.05em 0.05em 0.1em #000; text-align: center; vertical-align: middle; position: absolute; left: 0; top: 50%; margin-top: -0.5em; width: 100%; }

.vjs-error-display div { position: absolute; bottom: 1em; right: 0; left: 0; font-size: 1.4em; text-align: center; padding: 3px; background: #000000; background: rgba(0, 0, 0, 0.5); }

.vjs-error-display a, .vjs-error-display a:visited { color: #F4A460; }

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner { /* Should be hidden by default */ display: none; position: absolute; top: 50%; left: 50%; font-size: 4em; line-height: 1; width: 1em; height: 1em; margin-left: -0.5em; margin-top: -0.5em; opacity: 0.75; }

/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner, .vjs-seeking .vjs-loading-spinner { display: block; /* only animate when showing because it can be processor heavy */ /* animation */ -webkit-animation: spin 1.5s infinite linear; -moz-animation: spin 1.5s infinite linear; -o-animation: spin 1.5s infinite linear; animation: spin 1.5s infinite linear; }

/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner { display: none; /* ensure animation doesn't continue while hidden */ /* animation */ -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; }

.vjs-default-skin .vjs-loading-spinner:before { content: "\e01e"; font-family: VideoJS; position: absolute; top: 0; left: 0; width: 1em; height: 1em; text-align: center; text-shadow: 0em 0em 0.1em #000; }

@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); } }
@-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); } }
@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); } }
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button { float: right; cursor: pointer; }

.vjs-default-skin .vjs-menu { display: none; position: absolute; bottom: 0; left: 0em; /* (Width of vjs-menu - width of button) / 2 */ width: 0em; height: 0em; margin-bottom: 3em; border-left: 2em solid transparent; border-right: 2em solid transparent; border-top: 1.55em solid #000000; /* Same width top as ul bottom */ border-top-color: rgba(7, 40, 50, 0.5); /* Same as ul background */ }

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content { display: block; padding: 0; margin: 0; position: absolute; width: 10em; bottom: 1.5em; /* Same bottom as vjs-menu border-top */ max-height: 15em; overflow: auto; left: -5em; /* Width of menu - width of button / 2 */ /* background-color-with-alpha */ background-color: #07141e; background-color: rgba(7, 20, 30, 0.7); /* box-shadow */ -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2); -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2); box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2); }

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu, .vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing { display: block; }

/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu { display: none; }

.vjs-default-skin .vjs-menu-button ul li { list-style: none; margin: 0; padding: 0.3em 0 0.3em 0; line-height: 1.4em; font-size: 1.2em; text-align: center; text-transform: lowercase; }

.vjs-default-skin .vjs-menu-button ul li.vjs-selected { background-color: #000; }

.vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover { outline: 0; color: #111; /* background-color-with-alpha */ background-color: #ffffff; background-color: rgba(255, 255, 255, 0.75); /* box-shadow */ -webkit-box-shadow: 0 0 1em #ffffff; -moz-box-shadow: 0 0 1em #ffffff; box-shadow: 0 0 1em #ffffff; }

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title { text-align: center; text-transform: uppercase; font-size: 1em; line-height: 2em; padding: 0; margin: 0 0 0.3em 0; font-weight: bold; cursor: default; }

/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before { content: "\e00c"; }

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before { content: "\e008"; }

/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before { content: "\e00c"; }

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content { width: 24em; left: -12em; }

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before { /* box-shadow */ -webkit-box-shadow: 0 0 1em #ffffff; -moz-box-shadow: 0 0 1em #ffffff; box-shadow: 0 0 1em #ffffff; }

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js, .video-js-sec { background-color: #000; position: relative; padding: 0; /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */ font-size: 10px; /* Allow poster to be vertically aligned. */ vertical-align: middle; /*  display: table-cell; */ /*This works in Safari but not Firefox.*/ /* Provide some basic defaults for fonts */ font-weight: normal; font-style: normal; /* Avoiding helvetica: issue #376 */ font-family: Arial, sans-serif; /* Turn off user selection (text highlighting) by default. The majority of player components will not be text blocks. Text areas will need to turn user selection back on. */ /* user-select */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* Playback technology elements expand to the width/height of the containing div <video> or <object> */
.video-js .vjs-tech, .video-js-sec .vjs-tech { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-js-sec .vjs-tech { height: auto !important; position: relative !important; }

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when checking fullScreenEnabled. */
.video-js-sec:-moz-full-screen { position: absolute; }

.video-js:-moz-full-screen { position: absolute; }

/* Fullscreen Styles */
body.vjs-full-window { padding: 0; margin: 0; height: 100%; /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */ overflow-y: auto; }

.video-js.vjs-fullscreen, .video-js-sec.vjs-fullscreen { position: fixed; overflow: hidden; z-index: 1000; left: 0; top: 0; bottom: 0; right: 0; width: 100% !important; height: 100% !important; /* IE6 full-window (underscore hack) */ _position: absolute; }

.video-js-sec:-webkit-full-screen { width: 100% !important; height: 100% !important; }

.video-js:-webkit-full-screen { width: 100% !important; height: 100% !important; }

.video-js.vjs-fullscreen.vjs-user-inactive, .video-js-sec.vjs-fullscreen.vjs-user-inactive { cursor: none; }

/* Poster Styles */
.vjs-poster { background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; cursor: pointer; margin: 0; padding: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.vjs-poster img { display: block; margin: 0 auto; max-height: 100%; padding: 0; width: 100%; }

/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster, .video-js-sec.vjs-has-started .vjs-poster { display: none; }

/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster, .video-js-sec.vjs-audio.vjs-has-started .vjs-poster { display: block; }

/* Hide the poster when controls are disabled because it's clickable and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster, .video-js-sec.vjs-controls-disabled .vjs-poster { display: none; }

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster, .video-js-sec.vjs-using-native-controls .vjs-poster { display: none; }

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display, .video-js-sec .vjs-text-track-display { position: absolute; top: 0; left: 0; bottom: 3em; right: 0; pointer-events: none; }

/* Captions Settings Dialog */
.vjs-caption-settings { position: relative; top: 1em; background-color: #000; opacity: 0.75; color: #FFF; margin: 0 auto; padding: 0.5em; height: 15em; font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 40em; }

.vjs-caption-settings .vjs-tracksettings { top: 0; bottom: 2em; left: 0; right: 0; position: absolute; overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font { float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-font:after, .vjs-caption-settings .vjs-tracksettings-controls:after { clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls { position: absolute; bottom: 1em; right: 1em; }

.vjs-caption-settings .vjs-tracksetting { margin: 5px; padding: 3px; min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label { display: block; width: 100px; margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span { display: inline; margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting > div { margin-bottom: 5px; min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child { margin-bottom: 0; padding-bottom: 0; min-height: 0; }

.vjs-caption-settings label > input { margin-right: 10px; }

.vjs-caption-settings input[type="button"] { width: 40px; height: 40px; }

/* Hide disabled or unsupported controls */
.vjs-hidden { display: none !important; }

.vjs-lock-showing { display: block !important; opacity: 1; visibility: visible; }

/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register. The .video-js classname on the video tag also isn't considered. This optional paragraph inside the video tag can provide a message to users about what's required to play video. */
.vjs-no-js { padding: 2em; color: #ccc; background-color: #333; font-size: 1.8em; font-family: Arial, sans-serif; text-align: center; width: 30em; height: 15em; margin: 0 auto; }

.vjs-no-js a, .vjs-no-js a:visited { color: #F4A460; }

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
.video-js .vjs-tech { height: auto !important; position: relative !important; }

.icons-mobile-btn { background-image: url('../images/icons-sd77261fb7d.png'); background-position: 0 -40px; background-repeat: no-repeat; overflow: hidden; display: block; height: 60px; width: 60px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .icons-mobile-btn { background-image: url('../images/icons-2x-s887b8f86d9.png'); background-size: 60px 100px; background-position: 0 -40px; height: 60px; width: 60px; } }
