/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/
body {
    color: #000;
    background-color: #2b3643;
    overflow: hidden;
}
a{
    color: #cf202e;
}
a:hover{
    color: #ef2636;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: fixed;
    width: 100%;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #2b3643;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .homepage-hero-module .video-container .poster img {
        height: 100%;
        width: auto;
    }
    .homepage-hero-module .video-container video.fillWidth{
        height: 100%;
        width: auto;
    }
}
.login-inner{
    position: absolute;
    top: 0;
    width: 100%;
}
.login .content .input-icon {
    border-left: none !important;
}
.form-control {
    border: 1px solid #4d4d4d;
}
.login .content {
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    border-radius: 3px !important;
    background: #FFF;
    transition: all 800ms ease-in-out;
}
.login .content .form-actions {
    padding: 0px 30px 15px 30px;
}
.login .content .forget-password {
    margin-top: 15px;
}
.login .content .input-icon .form-control:focus {
    border-color: #111;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
div.radio, div.checker {
    margin-right: 0;
    margin-left: -2px;
}
.login .has-error .input-icon .form-control {
    border-left: 1px solid #ebccd1;
}
.login .copyright {
    color: #000;
}
/***********
Red Colors
************/
/***
Red Default
***/
/* Button */
.red.btn {
  color: white;
  background-color: #cf202e;
  border-color: "";
}
.red.btn:hover, .red.btn:focus, .red.btn:active, .red.btn.active {
  color: white;
  background-color: #ef2636;
}
.open .red.btn.dropdown-toggle {
  color: white;
  background-color: #ef2636;
}
.red.btn:active, .red.btn.active {
  background-image: none;
}
.open .red.btn.dropdown-toggle {
  background-image: none;
}
.red.btn.disabled, .red.btn.disabled:hover, .red.btn.disabled:focus, .red.btn.disabled:active, .red.btn.disabled.active, .red.btn[disabled], .red.btn[disabled]:hover, .red.btn[disabled]:focus, .red.btn[disabled]:active, .red.btn[disabled].active, fieldset[disabled] .red.btn, fieldset[disabled] .red.btn:hover, fieldset[disabled] .red.btn:focus, fieldset[disabled] .red.btn:active, fieldset[disabled] .red.btn.active {
  background-color: #cf202e;
}
.red.btn .badge {
  color: #cf202e;
  background-color: white;
}

/* Button Strip */
.btn.red-stripe {
  border-left: 3px solid #cf202e;
}

/* Portlet */
.portlet > .portlet-body.red,
.portlet.red {
  background-color: #cf202e;
}

.portlet.solid.red > .portlet-title,
.portlet.solid.red > .portlet-body {
  border: 0;
  color: white;
}
.portlet.solid.red > .portlet-title > .caption > i {
  color: white;
}
.portlet.solid.red > .portlet-title > .tools > a.remove {
  background-image: url(../img/portlet-remove-icon-white.png);
}
.portlet.solid.red > .portlet-title > .tools > a.config {
  background-image: url(../img/portlet-config-icon-white.png);
}
.portlet.solid.red > .portlet-title > .tools > a.reload {
  background-image: url(../img/portlet-reload-icon-white.png);
}
.portlet.solid.red > .portlet-title > .tools > a.expand {
  background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.solid.red > .portlet-title > .tools > a.collapse {
  background-image: url(../img/portlet-collapse-icon-white.png);
}

.portlet.box.red {
  border: 1px solid #e07163;
  border-top: 0;
}
.portlet.box.red > .portlet-title {
  background-color: #cf202e;
}
.portlet.box.red > .portlet-title > .caption {
  color: white;
}
.portlet.box.red > .portlet-title > .caption > i {
  color: white;
}
.portlet.box.red > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #ea9f96;
  color: #efb3ab;
}
.portlet.box.red > .portlet-title > .actions .btn-default > i {
  color: #f1beb8;
}
.portlet.box.red > .portlet-title > .actions .btn-default:hover, .portlet.box.red > .portlet-title > .actions .btn-default:focus, .portlet.box.red > .portlet-title > .actions .btn-default:active, .portlet.box.red > .portlet-title > .actions .btn-default.active {
  border: 1px solid #f3c6c0;
  color: #f7dad6;
}

/* Statistic Block */
.dashboard-stat.red {
  background-color: #cf202e;
}
.dashboard-stat.red.dashboard-stat-light:hover {
  background-color: #d23c29;
}
.dashboard-stat.red .visual > i {
  color: white;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dashboard-stat.red .details .number {
  color: white;
}
.dashboard-stat.red .details .desc {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat.red .more {
  color: white;
  background-color: #d23c29;
}

/* General Element */
.bg-red {
  border-color: #cf202e !important;
  background-image: none !important;
  background-color: #cf202e !important;
  color: white !important;
}

/* General Text & Icon Font Colors */
.font-red {
  color: #cf202e !important;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

#select-site,
#select-app{
    margin-top: 5px;
    margin-right: 5px;
}
#select-site select,
#select-app select{
    background: #1f1f1f;
}
#select-site .select2-choice,
#select-app .select2-choice{
    border: 1px solid #3d3d3d;
    background-color: #1f1f1f;
    color: #d64635;
    font-weight: 400;
}
#select-site .select2-container .select2-choice .select2-arrow,
#select-app .select2-container .select2-choice .select2-arrow {
    background-image: none;
    background-color: #1f1f1f;
    filter: none;
    border-left: none;
}
#select-site .select2-container-active .select2-choice, 
#select-app .select2-container-active .select2-choices {
    border: 1px solid #3d3d3d !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#select-site .select2-results,
#select-app .select2-results{
    padding: 0 4px 0 4px;
}
#select-site .select2-drop,
#select-app .select2-drop{
    border: 1px solid #e5e5e5;
    background-color: #1f1f1f;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    border-top: 0;
    color: #e5e5e5;
}
#select-site .select2-results .select2-highlighted,
#select-app .select2-results .select2-highlighted{
    background: #3d3d3d;
    color: #e5e5e5;
}
#select-site .select2-search input, 
#select-app .select2-search input {
    border: 1px solid #e5e5e5;
    background-color: #565656 !important;
    filter: none;
    margin: 0;
    outline: 0;
    border: 1px solid #151515;
    webkit-appearance: none !important;
    color: #333333;
    outline: 0;
    height: auto !important;
    min-height: 26px;
    padding: 6px 6px !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    color: #FFF;
}
@media (min-width: 992px){
    #select-site {
        min-width: 235px;
        float: left;
        position: relative;
    }
    #select-app {
        width: 135px;
        float: left;
        position: relative;
    }
}
.page-sidebar .sidebar-toggler, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler {
    display: block;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 30px;
    height: 27px;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    margin-bottom: 5px;
}
.video-container 
{
    position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
}

.video-container video 
{
    min-width: 100%;
    min-height: 100%;
}
.vjs-poster{
    background-size: 100% 100% !important;
}
.dropdown-menu p.languages{
    padding: 0 10px;
}
.dropdown-menu p.languages a{
    font-size: 90%;
    color: #333;
    padding: 0 5px;
}
.dropdown-menu p.languages a:hover{
    text-decoration: none;
}
.dropdown-menu p.languages a.active{
    color: #e51e22;
}
.vi_VN{
    background-image: url(../img/vietnamese-flag.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: left center;
    padding-left: 45px !important;
    display: block;
    line-height: 30px;
    text-decoration: none;
}
.en_US{
    background-image: url(../img/english-flag.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: left center;
    padding-left: 45px !important;
    display: block;
    line-height: 30px;
    text-decoration: none;
}
.page-title{
    color: #DFDFDF;
}
.page-title .fa{
    font-size: 26px;
}
.page-logo a span{
    font-size: 30px;
    vertical-align: middle;
    font-weight: 700;
    line-height: 30px;
    color: #e51e22;
}
.page-logo a:hover, .page-logo a span:hover{
    text-decoration: none !important;
}
.page-sidebar .page-sidebar-menu > li.active > a > .selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
    border-right: 12px solid #2b3643;
}
.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
    padding: 6px 15px 6px 15px;
}
.btn-toobar-label{
    color: #fff;
    line-height: 30px;
    margin-right: 20px;
}
.camera_video_container{
    text-align: center;
}
.padding-5px{
    padding: 5px;
}
.bg-dark{
    background: #1c252f;
}
.portlet-video{
    margin: 5px;
    position: relative;
}
.portlet-video .portlet-title{
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 1;
    border: none;
    background: rgba(0,0,0,0.5);
    min-height: 31px;
    opacity: 1;
    transition: all 1s ease-in-out;
}
.portlet-video .portlet-title.transparent{
    background: rgba(0,0,0,0);
}
.portlet-video:hover .portlet-title.transparent{
    background: rgba(0,0,0,0.5);
}
.portlet-video .portlet-title .caption-text{
    transition: all 1s ease-in-out;
    opacity: 1;
}
.portlet-video .portlet-title.transparent .caption-text{
    opacity: 0;    
}
.portlet-video:hover .portlet-title.transparent .caption-text{
    opacity: 1;    
}
.portlet-video .portlet-title-inner{
    color: #FFF;
}
.portlet-video .caption .label{
    font-weight: 600;
}
.camera_video_container{
    width: 100%;
    background: #000;
}
.fit .camera_video_container .video{
    object-fit: fill;
    transition: all 0.2s ease-in-out;
}
#btn-video-fit.active .fa{
    color: #cf202e;
}
.list-view-toolbar{
    clear: both;
    width: 100%;
}
.tv .list-view-toolbar{
    display: none !important;
}
.list-view-toolbar-inner{
    padding: 5px 15px;
    margin: 5px 5px 0 5px;
    background: #e1e1e1;
    padding-bottom: 0;
    min-height: 60px;
}
.column-size {
    margin: 10px 0;
}
.page-content{
    position: relative;
    background: transparent;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
    background: #e1e1e1;
    color: #333;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > i, .page-sidebar .page-sidebar-menu > li.active > a > i, .page-sidebar .page-sidebar-menu > li.active.open > a > i {
    color: #333;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active > a > .arrow.open:before, .page-sidebar .page-sidebar-menu li.active > a > .arrow:before, .page-sidebar .page-sidebar-menu li.active > a > .arrow.open:before {
    color: #333;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover, .page-sidebar .page-sidebar-menu > li.active > a:hover, .page-sidebar .page-sidebar-menu > li.active.open > a:hover {
    background: #d9d9d9;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
    background: #cf202e !important;
    color: #FFF;
}
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a > i, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > i, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a > i, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a > i {
    color: #f6f6f6;
}
.page-sidebar .page-sidebar-menu .sub-menu li, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li{
    position: relative;
}
.page-sidebar .page-sidebar-menu > li.active > .sub-menu > li.active > a > .selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
    display: block;
    background-image: none;
    float: right;
    position: absolute;
    right: 0px;
    top: 4px;
    background: none;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffffff;
}
.page-sidebar .page-sidebar-menu > li.active > .sub-menu > li.active > a > .selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
    border-right: 12px solid #2b3643;
}
.list-view .empty{
    padding: 15px;
    font-size: 28px;
    letter-spacing: -1px;
    display: block;
    color: #DFDFDF;
    margin: 30px 0px 15px 0px;
    font-weight: 300;
}
.list-view .empty:before{
    content: "\f071";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}
.menu-television{
    float: left;
    margin: 10px 0 0 0;
    display: block;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 32px;
    height: 24px;
}
.menu-television a{
    padding: 5px 5px 3px 5px;
    color: #b8bdc5;
    width: 100%;
    display: inline-block;
}
.menu-television a:focus, .tv .menu-television a{
    background: #e51e22;
    border: 1px solid #b93134;
}
.menu-television a:hover{
    filter: alpha(opacity=70);
}
.menu-television .fa{
    font-size: 20px;
}
body.tv{
    overflow: hidden;
}
.tv .page-container{
    margin-top: 0;
    transition: all 1s ease-in-out;
}
.tv .page-header{
    transition: all 0.2s ease;
    background-color: transparent;
}
.tv .page-header-inner {
    background-color: #e1e1e1;
    height: 100%;
    width: 100%;
    top: -46px; 
    position: absolute;
    transition: all 0.5s ease;
}
.tv .page-header:hover .page-header-inner{
    top: 0; 
    transition: all 0.5s ease;
}
.tv.page-sidebar-closed .page-sidebar{
    display: none;
}
.tv.page-sidebar-closed .page-content-wrapper .page-content {
    margin-left: 0 !important;
}
#btn-fullscreen, #btn-video-fit{
    padding-right: 8px;
}
@media (min-width: 992px){
    .tv.page-sidebar-closed .page-content-wrapper .page-content {
        margin-left: 0 !important;
    }
}
.tv .page-footer{
    display: none;
}
.page-footer{
    display: none;
}
.sub-menu .pagination .prev span{
    height: 30px !important;
    width: 39px !important;
}
.sub-menu .pagination li a{
    height: 30px;
    line-height: 15px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    margin: 0px;
    padding: 15px 10px 11px 10px;
    color: #444444;
}
.input-icon.input-icon-sm.right > i {
    top: -3px;
}
.dropdown-menu-list li.active a {
    background-color: #EFEFEF !important;
    color: #000;
}
.dropdown-menu-list li.active .fa{
    color: #e51e22;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
    font-weight: 400;
/*    color: #111;*/
}
.page-header.navbar .page-logo{
    background: #D4D4D4;
}
.page-header.navbar .top-menu.pull-left .navbar-nav > li.dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 19px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.page-header.navbar .top-menu.pull-left .navbar-nav > li.dropdown .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 20px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #eee;
    border-left: 6px solid transparent;
    content: '';
    right: auto;
}
#header_pagination .dropdown-menu li{
/*    /text-align: center;*/
}
#header_pagination .pagination{
    margin: 0 auto;
    padding: 5px;
}
#header_pagination .pagination>li>a, 
#header_pagination .pagination>li>span {
    margin-left: 0;
}
#header_pagination .dropdown-menu li > a{
    display: inline-block;
    border: 1px solid #CCC;
    padding: 5px 9px;
    border-bottom: 1px solid #CCC!important;
    float: none;
    margin-top: 3px;
}
#header_pagination .dropdown-menu li > span{
    line-height: 20px;
    font-size: 13px;    
    display: inline-block;
    border: 1px solid #CCC;
    padding: 6px 12px;
    border-bottom: 1px solid #CCC !important;
    float: none;
    margin-top: 3px;
}
#header_pagination .dropdown-menu li > a.active{
    background-color: #cf202e;
    color: #FFF;
    border-color: #d40408;
    border-bottom: 1px solid #d40408 !important;
}
#header_pagination .dropdown-menu li.active > a{
    background-color: #cf202e !important;
    color: #FFF;
    border-color: #d40408;
    border-bottom: 1px solid #d40408 !important;
}
#header_pagination .dropdown-menu li > a{
    display: inline-block;
    border: 1px solid #CCC;
    padding: 6px 12px;
    border-bottom: 1px solid #CCC!important;
    float: none;
}
#header_pagination .dropdown-menu li.header > a{
    padding: 5px 8px;
}
#header_pagination .pagination{
    width: 100%;
}
.no-padding{
    padding: 0;
}
.accordion-toggle .fa-angle-right{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
}
.accordion-toggle.collapsed .fa-angle-right{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
#header_playing .panel-collapse .active .fa-pause{
    display: inline-block !important;
    visibility: visible !important;
    color: #e51e22;
}
#header_playing .panel-collapse .active .fa-play{
    display: none;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle > i {
    color: #000;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li > a {
    font-weight: 400;
    color: #333;
    text-decoration: none;
}
.init-video .caption .label{
    position: absolute;
    background: none;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    top: 50%;
    font-weight: 600;
    transform: translate(0,-50%);
    color: #666;    
}
.init-video.portlet-video .portlet-title{
    height: 100%;
}
.portlet-video .video{
    opacity: 1;
    transition: all 0.5s ease;
}
.init-video.portlet-video .video{
    opacity: 0;
}
.video-overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
}
/**** Spotlight ****/
#main-video .camera_video_container .video {
    object-fit: fill;
    transition: all 0.2s ease-in-out;
}
#video-list.spotlight{
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 205px;
    z-index: 100;
}
.spotlight .portlet-video{
    margin: 5px;
    position: relative;
}
.spotlight .camera_video_container .video {
    object-fit: fill;
    transition: all 0.2s ease-in-out;
}
.spotlight .video {
    border: 2px solid #000;
}
/**** Spotlight2 ****/
#video-list.spotlight-2{
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-height: 497px;
    z-index: 100;
    width: 100%;
}
.spotlight-2 .portlet-video{
    margin: 5px;
    position: relative;
}
.spotlight-2 .camera_video_container .video {
    object-fit: fill;
    transition: all 0.2s ease-in-out;
}
.spotlight-2 .video {
    border: 2px solid #000;
}
/**** end of spotlight ****/

@media (max-width: 767px){
    .page-header.navbar .page-logo {
        width: 100%;
        text-align: center;
        background: none;
    }
    .page-header.navbar .page-logo a{
        width: 100%;
    }    
}
/*
	CSS animated loading dots
*/
#loading_dots_outer{
    position: absolute;
    width: 100%;
    height: 100%;
}
#loading_dots
{
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px !important;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.3);
    font-size: 1.6em;
    line-height: 1;
    padding: 0.125em 0.25em 0.295em 0.55em;
    width: 3.45em;
    margin: 20% auto;
}
#loading_dots span
{
    background: transparent;
    border-radius: 50% !important;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    display: inline-block;
    height: 0.6em;
    width:  0.6em;
    -webkit-animation:  loading_dots 0.8s linear infinite;
    -moz-animation:     loading_dots 0.8s linear infinite;
    -ms-animation:      loading_dots 0.8s linear infinite;
    animation:            loading_dots 0.8s linear infinite;
}
#loading_dots span:nth-child(2)
{
    -webkit-animation-delay:  0.2s;
    -moz-animation-delay:     0.2s;
    -ms-animation-delay:      0.2s;
    animation-delay:            0.2s;
}
#loading_dots span:nth-child(1)
{
    -webkit-animation-delay:  0.4s;
    -moz-animation-delay:     0.4s;
    -ms-animation-delay:      0.4s;
    animation-delay:            0.4s;
}
.portlet-video .fa-music{
    font-size: 0;
    float: right;
    color: #FFF;
	background: url(../../../../../images/tone.gif) no-repeat center center;
	display: inline-block;
	height: 32px;
	width: 32px;
	position: absolute;
	right: 5px;
	bottom: 15px;
    /*animation-duration: 1s;
    animation-name: music_blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/
}
#btn_header_audio {
    padding-right: 8px;
    color: #000;
}
#btn_header_audio:hover{
    color: #ef2636;
}
#btn_header_audio .fa-volume-up{
    display: inline-block;
}
#btn_header_audio .fa-volume-off{
    display: none;
}
#btn_header_audio.muted .fa-volume-up{
    display: none;
}
#btn_header_audio.muted .fa-volume-off{
    display: inline-block;
}
/*
  Define the animation for every efing vendor prefix
*/
@-webkit-keyframes loading_dots
{
    0% {
        background: transparent;
    }
    50% {
        background: #E4E4E4;
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes loading_dots
{
    0% {
        background: transparent;
    }
    50% {
        background: #E4E4E4;
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes loading_dots
{
    0% {
        background: transparent;
    }
    50% {
        background: #E4E4E4;
    }
    100% {
        background: transparent;
    }
}
@keyframes loading_dots
{
    0% {
        background: transparent;
    }
    50% {
        background: #E4E4E4;
    }
    100% {
        background: transparent;
    }
}
@keyframes music_blink {
    from {
        color: #FFF;
        //opacity: 1;
    }
    to {
        color: red;
        //opacity: 0;
    }
}