.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100% !important;height:100% !important;_position:absolute}.video-js:-webkit-full-screen{width:100% !important;height:100% !important}.vjs-poster{margin:0 auto;padding:0;cursor:pointer;position:relative;width:100%;max-height:100%}.video-js .vjs-subtitles{color:#fff;font-size:20px;text-align:center;position:absolute;bottom:40px;left:0;right:0}.vjs-fade-in{visibility:visible !important;opacity:1 !important;-webkit-transition:visibility 0s linear 0s,opacity .3s linear;-moz-transition:visibility 0s linear 0s,opacity .3s linear;-ms-transition:visibility 0s linear 0s,opacity .3s linear;-o-transition:visibility 0s linear 0s,opacity .3s linear;transition:visibility 0s linear 0s,opacity .3s linear}.vjs-fade-out{visibility:hidden !important;opacity:0 !important;-webkit-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-moz-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-ms-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-o-transition:visibility 0s linear 1.5s,opacity 1.5s linear;transition:visibility 0s linear 1.5s,opacity 1.5s linear}.vjs-default-skin .vjs-controls{position:absolute;bottom:0;left:0;right:0;margin:0;padding:0;height:2.6em;color:#fff;border-top:1px solid #404040;background:#242424;background:-moz-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(50%,#242424),color-stop(50%,#1f1f1f),color-stop(100%,#171717));background:-webkit-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-o-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-ms-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);visibility:hidden;opacity:0}.vjs-default-skin .vjs-control{position:relative;float:left;text-align:center;margin:0;padding:0;height:2.6em;width:2.6em}.vjs-default-skin .vjs-control:focus{outline:0}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer !important}.vjs-default-skin.vjs-paused .vjs-play-control div{width:15px;height:17px;background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png);margin:.5em auto 0}.vjs-default-skin.vjs-playing .vjs-play-control div{width:15px;height:17px;background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) -25px 0;margin:.5em auto 0}.vjs-default-skin .vjs-rewind-control{width:5em;cursor:pointer !important}.vjs-default-skin .vjs-rewind-control div{width:19px;height:16px;background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png);margin:.5em auto 0}.vjs-default-skin .vjs-mute-control{width:3.8em;cursor:pointer !important;float:right}.vjs-default-skin .vjs-mute-control div{width:22px;height:16px;background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) -75px -25px;margin:.5em auto 0}.vjs-default-skin .vjs-mute-control.vjs-vol-0 div{background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) 0 -25px}.vjs-default-skin .vjs-mute-control.vjs-vol-1 div{background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) -25px -25px}.vjs-default-skin .vjs-mute-control.vjs-vol-2 div{background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) -50px -25px}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{position:relative;width:5em;height:.6em;margin:1em auto 0;cursor:pointer !important;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;background:#666;background:-moz-linear-gradient(top,#333,#666);background:-webkit-gradient(linear,0% 0,0% 100%,from(#333),to(#666));background:-webkit-linear-gradient(top,#333,#666);background:-o-linear-gradient(top,#333,#666);background:-ms-linear-gradient(top,#333,#666);background:linear-gradient(top,#333,#666)}
.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.6em;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;background:#fff;background:-moz-linear-gradient(top,#fff,#ccc);background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ccc));background:-webkit-linear-gradient(top,#fff,#ccc);background:-o-linear-gradient(top,#fff,#ccc);background:-ms-linear-gradient(top,#fff,#ccc);background:linear-gradient(top,#fff,#ccc)}.vjs-default-skin .vjs-volume-handle{position:absolute;top:-.2em;width:.8em;height:.8em;background:#ccc;left:0;border:1px solid #fff;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em}.vjs-default-skin div.vjs-progress-control{position:absolute;left:4.8em;right:4.8em;height:1em;width:auto;top:-1.3em;border-bottom:1px solid #1f1f1f;border-top:1px solid #222;background:#333;background:-moz-linear-gradient(top,#222,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));background:-webkit-linear-gradient(top,#222,#333);background:-o-linear-gradient(top,#333,#222);background:-ms-linear-gradient(top,#333,#222);background:linear-gradient(top,#333,#222)}.vjs-default-skin .vjs-progress-holder{position:relative;cursor:pointer !important;padding:0;margin:0;height:1em;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em;background:#111;background:-moz-linear-gradient(top,#111,#262626);background:-webkit-gradient(linear,0% 0,0% 100%,from(#111),to(#262626));background:-webkit-linear-gradient(top,#111,#262626);background:-o-linear-gradient(top,#111,#262626);background:-ms-linear-gradient(top,#111,#262626);background:linear-gradient(top,#111,#262626)}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress{position:absolute;display:block;height:1em;margin:0;padding:0;left:0;top:0;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em}.vjs-default-skin .vjs-play-progress{background:#fff;background:-moz-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#fff),color-stop(50%,#d6d6d6),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-o-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-ms-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:#efefef;background:-moz-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#efefef),color-stop(50%,#f5f5f5),color-stop(50%,#dbdbdb),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-o-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-ms-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#f1f1f1',GradientType=0);background:linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%)}.vjs-default-skin .vjs-load-progress{opacity:.8;background:#666;background:-moz-linear-gradient(top,#666,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#666),to(#333));background:-webkit-linear-gradient(top,#666,#333);background:-o-linear-gradient(top,#666,#333);background:-ms-linear-gradient(top,#666,#333);background:linear-gradient(top,#666,#333)}.vjs-default-skin div.vjs-seek-handle{position:absolute;width:16px;height:16px;margin-top:-.3em;left:0;top:0;background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) 0 -50px;-moz-border-radius:.8em;-webkit-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 2px 4px 0 #000;-moz-box-shadow:0 2px 4px 0 #000;box-shadow:0 2px 4px 0 #000}.vjs-default-skin .vjs-time-controls{position:absolute;right:0;height:1em;width:4.8em;top:-1.3em;border-bottom:1px solid #1f1f1f;border-top:1px solid #222;background-color:#333;font-size:1em;line-height:1em;font-weight:400;font-family:Helvetica,Arial,sans-serif;background:#333;background:-moz-linear-gradient(top,#222,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));background:-webkit-linear-gradient(top,#222,#333);background:-o-linear-gradient(top,#333,#222);background:-ms-linear-gradient(top,#333,#222);background:linear-gradient(top,#333,#222)}.vjs-default-skin .vjs-current-time{left:0}.vjs-default-skin .vjs-duration{right:0;display:none}.vjs-default-skin .vjs-remaining-time{right:0}.vjs-time-divider{display:none}.vjs-default-skin .vjs-time-control{font-size:1em;line-height:1;font-weight:400;font-family:Helvetica,Arial,sans-serif}.vjs-default-skin .vjs-time-control span{line-height:25px}.vjs-secondary-controls{float:right}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer !important;float:right}.vjs-default-skin .vjs-fullscreen-control div{width:16px;height:16px;background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) -50px 0;margin:.5em auto 0}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div{background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) -75px 0}
.vjs-default-skin .vjs-big-play-button{display:block;z-index:2;position:absolute;top:50%;left:50%;width:8em;height:8em;margin:-43px 0 0 -43px;text-align:center;vertical-align:center;cursor:pointer !important;border:.3em solid #fff;opacity:.95;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;background:#454545;background:-moz-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#454545),color-stop(50%,#232323),color-stop(50%,#161616),color-stop(100%,#3f3f3f));background:-webkit-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-o-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-ms-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545',endColorstr='#3f3f3f',GradientType=0);background:linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);-webkit-box-shadow:4px 4px 8px #000;-moz-box-shadow:4px 4px 8px #000;box-shadow:4px 4px 8px #000}.vjs-default-skin div.vjs-big-play-button:hover{-webkit-box-shadow:0 0 80px #fff;-moz-box-shadow:0 0 80px #fff;box-shadow:0 0 80px #fff}.vjs-default-skin div.vjs-big-play-button span{position:absolute;top:50%;left:50%;display:block;width:35px;height:42px;margin:-20px 0 0 -15px;background:url(/sites/all/themes/custom/html5_base/js/video-js/video-js.png) -100px 0}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;width:55px;height:55px;margin:-28px 0 0 -28px;-webkit-animation-name:rotatethis;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotatethis;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear}@-webkit-keyframes rotatethis{0%{-webkit-transform:scale(0.6) rotate(0deg)}12.5%{-webkit-transform:scale(0.6) rotate(0deg)}12.51%{-webkit-transform:scale(0.6) rotate(45deg)}25%{-webkit-transform:scale(0.6) rotate(45deg)}25.01%{-webkit-transform:scale(0.6) rotate(90deg)}37.5%{-webkit-transform:scale(0.6) rotate(90deg)}37.51%{-webkit-transform:scale(0.6) rotate(135deg)}50%{-webkit-transform:scale(0.6) rotate(135deg)}50.01%{-webkit-transform:scale(0.6) rotate(180deg)}62.5%{-webkit-transform:scale(0.6) rotate(180deg)}62.51%{-webkit-transform:scale(0.6) rotate(225deg)}75%{-webkit-transform:scale(0.6) rotate(225deg)}75.01%{-webkit-transform:scale(0.6) rotate(270deg)}87.5%{-webkit-transform:scale(0.6) rotate(270deg)}87.51%{-webkit-transform:scale(0.6) rotate(315deg)}100%{-webkit-transform:scale(0.6) rotate(315deg)}}@-moz-keyframes rotatethis{0%{-moz-transform:scale(0.6) rotate(0deg)}12.5%{-moz-transform:scale(0.6) rotate(0deg)}12.51%{-moz-transform:scale(0.6) rotate(45deg)}25%{-moz-transform:scale(0.6) rotate(45deg)}25.01%{-moz-transform:scale(0.6) rotate(90deg)}37.5%{-moz-transform:scale(0.6) rotate(90deg)}37.51%{-moz-transform:scale(0.6) rotate(135deg)}50%{-moz-transform:scale(0.6) rotate(135deg)}50.01%{-moz-transform:scale(0.6) rotate(180deg)}62.5%{-moz-transform:scale(0.6) rotate(180deg)}62.51%{-moz-transform:scale(0.6) rotate(225deg)}75%{-moz-transform:scale(0.6) rotate(225deg)}75.01%{-moz-transform:scale(0.6) rotate(270deg)}87.5%{-moz-transform:scale(0.6) rotate(270deg)}87.51%{-moz-transform:scale(0.6) rotate(315deg)}100%{-moz-transform:scale(0.6) rotate(315deg)}}div.vjs-loading-spinner .ball1{opacity:.12;position:absolute;left:20px;top:0;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball2{opacity:.25;position:absolute;left:34px;top:6px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball3{opacity:.37;position:absolute;left:40px;top:20px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball4{opacity:.5;position:absolute;left:34px;top:34px;width:13px;height:13px;background:#fff;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:15px;border:1px solid #ccc}div.vjs-loading-spinner .ball5{opacity:.62;position:absolute;left:20px;top:40px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball6{opacity:.75;position:absolute;left:6px;top:34px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball7{opacity:.87;position:absolute;left:0;top:20px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball8{opacity:1;position:absolute;left:6px;top:6px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}#country-language-select{float:left;margin:0;padding:0;width:inherit}#country-select{float:left;padding:0;top:13px;right:0}
#country-select form{padding:0}#country-select select,#country-select input{display:inline;padding:0;margin-right:0;margin-bottom:0;margin-left:0;margin-top:0}.country-dropdown dd{position:relative;width:146px}.country-dropdown a{text-decoration:none;outline:0;font:12px Arial,Helvetica,sans-serif;color:#fff;display:block;width:137px;height:23px;overflow:hidden}.country-dropdown dt a{padding:5px 5px 4px;background-image:url(/sites/all/themes/custom/html5_base/images/countrydropdown-bg.png);background-repeat:no-repeat}.country-dropdown dt a.active{background:#171717;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px dotted #676768;-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5);color:#fff}.country-dropdown dd ul{background:#232125;border:1px solid #676768;color:#fff;display:none;position:absolute;z-index:999;top:0;left:0;padding:2px 0 5px;list-style:none;border-top:none;margin:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}.country-dropdown dd ul li a{padding:2px 5px}.country-dropdown dd ul li a span,.country-dropdown dt a span{float:left;width:18px;height:18px;margin:0 4px 0 0;cursor:pointer}.country-uk a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_UnitedKingdom.png);background-repeat:no-repeat}.country-eu a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Europe.png);background-repeat:no-repeat}.country-au a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Australia.png);background-repeat:no-repeat}.country-asia a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Asia.png);background-repeat:no-repeat}.country-sg a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Singapore.png);background-repeat:no-repeat}.country-hk a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_HongKong.png);background-repeat:no-repeat}.country-cn a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_China.png);background-repeat:no-repeat}.country-in a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_India.png);background-repeat:no-repeat}.country-id a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Indonesia.png);background-repeat:no-repeat}.country-my a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Malaysia.png);background-repeat:no-repeat}.country-mm a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Myanmar.png);background-repeat:no-repeat}.country-ph a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Philippines.png);background-repeat:no-repeat}.country-tw a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Taiwan.png);background-repeat:no-repeat}.country-th a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Thailand.png);background-repeat:no-repeat}.country-vn a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Vietnam.png);background-repeat:no-repeat}.country-jp a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_Japan.png);background-repeat:no-repeat}.country-me a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_MiddleEast.png);background-repeat:no-repeat}.country-us a span{background-image:url(/sites/all/themes/custom/html5_base/images/flag/icn_UnitedStates.png);background-repeat:no-repeat}.country-dropdown dd ul li a em,.country-dropdown dt a em{font-style:normal;float:left;width:100px;cursor:pointer;color:#fff}.country-dropdown dd ul li a em{color:#fff}.country-dropdown dd ul li a:hover{background-color:rgba(204,204,204,.1)}.country-dropdown dd ul li a:hover em{color:#fff}.country-dropdown dd ul li a.subnav{background-image:url(/sites/all/themes/custom/html5_base/images/arrow-right.gif);background-repeat:no-repeat;background-position:right}.country-dropdown dd ul li ul{background:#232125;border:1px solid #676768;color:#fff;display:none;position:absolute;z-index:999;top:0;left:0;padding:2px 0 5px;list-style:none;margin:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5);-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px}#language-dll{white-space:nowrap}#language-select{white-space:nowrap;float:right;margin:0;padding:0;right:0;margin-right:2px}#language-select form{padding:0}#language-select select,#language-select input{display:inline;padding:0;margin-right:0;margin-bottom:0;margin-left:0;margin-top:0}.language-dropdown dd{position:relative;width:80px}.language-dropdown a{text-decoration:none;outline:0;font:12px Arial,Helvetica,sans-serif;color:#fff;display:block;width:80px;height:23px;overflow:hidden}.language-dropdown dt a{padding:5px 5px 4px;background-image:url(/sites/all/themes/custom/html5_base/images/languagedropdown-bg.png);background-repeat:no-repeat}.language-dropdown dt a.active{background:#171717;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px dotted #676768;-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5);color:#fff}.language-dropdown dd ul{background:#232125;border:1px solid #676768;color:#fff;display:none;position:absolute;z-index:999;top:0;left:0;padding:2px 0 5px;list-style:none;border-top:none;margin:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}
.language-dropdown dd ul li a{padding:2px 5px}.language-dropdown dd ul li a em,.language-dropdown dt a em{font-style:normal;float:left;width:80px;cursor:pointer;color:#fff}.language-dropdown dd ul li a em{color:#fff}.language-dropdown dd ul li a:hover{background-color:rgba(204,204,204,.1)}.language-dropdown dd ul li a:hover em{color:#fff}fieldset{border:0}#inputs label{float:left;clear:left;margin:14px 0 3px 12px;width:40px;text-align:right;font-size:12px;font-family:Helvetica,Arial;font-weight:400;color:#fff}#inputs input{float:right;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:3px 3px;margin:5.5px 2.5px 3px 0;width:160px}#inputs input:focus{background-color:#fff;border-color:#e8c291;outline:none;-moz-box-shadow:0 0 0 1px #e8c291 inset;-webkit-box-shadow:0 0 0 1px #e8c291 inset;box-shadow:0 0 0 1px #e8c291 inset}#login{position:relative;margin:45px 7px 0 0;z-index:0}.login-box{float:right;margin-top:20px;height:152px;width:270px;margin-right:5px;background-repeat:no-repeat;background-image:url(/sites/all/themes/custom/html5_base/images/login_bg.png);line-height:8pt}#actions{margin:4px 2px 0 0}#actions a{float:left;text-decoration:none;font-size:12px;font-family:Helvetica,Arial;color:#fff;line-height:35px}#actions a:link{text-decoration:none;font-size:12px;font-family:Helvetica,Arial;color:#fff}#actions a:visited{text-decoration:none;font-size:12px;font-family:Helvetica,Arial;color:#fff}#actions a:hover{text-decoration:none;font-size:12px;font-family:Helvetica,Arial;color:#959595}#actions a:active{text-decoration:none;font-size:12px;font-family:Helvetica,Arial;color:#fff}#submit{float:right;font-family:Arial;font-size:11px;color:#0b0303;text-shadow:0px 0px 5px #fff;cursor:pointer;text-decoration:none;border:1px solid #000;padding:4px 17px;color:#000;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;box-shadow:1px 1px 4px rgba(0,0,0,0.85);-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.85);-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.85);background-color:#fff;background-image:linear-gradient(-90deg,#fff,#fff 0%,rgba(255,255,255,0.55) 34%,rgba(0,0,0,0.5) 100%,#ccc);background-image:-webkit-gradient(linear,50% 0%,50% 100%,from(#fff),color-stop(0,#fff),color-stop(0.34,rgba(255,255,255,0.55)),color-stop(1,rgba(0,0,0,0.5)),to(#ccc));background-image:-moz-linear-gradient(-90deg,#fff,#fff 0%,rgba(255,255,255,0.55) 34%,rgba(0,0,0,0.5) 100%,#ccc)}#submit:active{outline:none;-moz-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;box-shadow:0 1px 4px rgba(0,0,0,0.5) inset}#submit:-moz-focus-inner{border:none}.forgottenpassword{font-family:Helvetica,Arial;font-size:12px;color:#FFF;margin-left:5px}.forgottenpassword a{color:#FFF}.forgottenpassword a:hover{color:#959595}#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block}.cboxIframe{width:100%;height:100%;display:block;border:0}#cboxOverlay{background:#000}#cboxTopLeft{width:14px;height:14px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/controls.png) no-repeat 0 0}#cboxTopCenter{height:14px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/border.png) repeat-x top left}#cboxTopRight{width:14px;height:14px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/controls.png) no-repeat -36px 0}#cboxBottomLeft{width:14px;height:43px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/controls.png) no-repeat 0 -32px}#cboxBottomCenter{height:43px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/border.png) repeat-x bottom left}#cboxBottomRight{width:14px;height:43px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/controls.png) no-repeat -36px -32px}#cboxMiddleLeft{width:14px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/controls.png) repeat-y -175px 0}#cboxMiddleRight{width:14px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/controls.png) repeat-y -211px 0}#cboxContent{background:#fff;overflow:visible}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin-bottom:5px}
#cboxLoadingOverlay{background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/loading.gif) no-repeat center center}#cboxTitle{position:absolute;bottom:-25px;left:0;text-align:center;width:100%;font-weight:700;color:#7c7c7c;line-height:18px}#cboxCurrent{position:absolute;bottom:-25px;left:58px;font-weight:700;color:#7c7c7c}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{position:absolute;bottom:-29px;background:url(/sites/all/themes/custom/html5_base/js/colorbox/images/controls.png) no-repeat 0px 0px;width:23px;height:23px;text-indent:-9999px}#cboxPrevious{left:0;background-position:-51px -25px}#cboxPrevious:hover{background-position:-51px 0}#cboxNext{left:27px;background-position:-75px -25px}#cboxNext:hover{background-position:-75px 0}#cboxClose{right:0;background-position:-100px -25px}#cboxClose:hover{background-position:-100px 0}.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0;right:27px}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0}.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px;right:27px}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0}