/*AKIpress Inc. © All rights reserved.*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
}
html,
body {
    font-size: 100%;
}
html,
body,
#body_container {
    min-height: 100%;
    height: 100%;
}
body {
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.965rem;
} /*line-height:1.42857*/
body,
input,
button,
select,
textarea {
    font-family: arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 5px 0 15px;
    font-weight: 400;
    line-height: normal;
    color: inherit;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
a {
    color: #2290d6;
    text-decoration: none;
    background: transparent;
    outline: 0;
    font-family: Helvetica, sans-serif;
}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
}
a img {
    border: 0;
}
img {
    border: 0;
    vertical-align: middle;
}
menu,
ul,
ol,
li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
input[type="text"],
input[type="password"],
select,
textarea {
    border: 1px solid #ccc;
    padding: 6px 5px;
}
button {
    overflow: visible;
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
textarea {
    overflow: auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
div {
    font-family: inherit;
}
p {
    margin: 0 0 10px;
    padding: 0;
}
b,
strong {
    font-weight: 700;
}
i {
    font-style: italic;
}
hr {
    border: none;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 12px;
}
fieldset {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
/*Bulbul CSS Styles*/
body > #body_container {
    height: auto;
    min-height: 100%;
    overflow: hidden;
}
#body_container {
    padding-bottom: 191px;
}
/*#body_container{padding-bottom:146px;}*/
#header {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    padding-top: 7px;
    position: fixed;
    top: 0;
    left: 0;
    height: 51px;
    z-index: 1999999999;
}
#header_mobile {
    padding-top: 6px;
    position: fixed;
    background: #eee;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); /*background:-webkit-gradient(linear,left top,left bottom,from(#f3f3f3),to(#e8e8e8));background:-ms-linear-gradient(top,#f3f3f3,#e8e8e8);background:-webkit-linear-gradient(top,#f3f3f3,#e8e8e8);background:-o-linear-gradient(top,#f3f3f3,#e8e8e8);background:-moz-linear-gradient(top,#f3f3f3,#e8e8e8);background:linear-gradient(to bottom,#f3f3f3,#e8e8e8);*/
}
#header_mobile,
#header_mobile_positioner_height_offset {
    height: 46px;
    width: 100%;
    margin: 0 -9px 0 0;
    left: 0;
    transition: margin-left 0.1s ease 0s;
}
#header,
#header_mobile {
    z-index: 1999999999;
    top: 0;
}
#header_logo,
#mobile_header_logo {
    float: left;
    margin-top: 2px;
    position: relative;
}
#header_logo {
    width: 200px;
}
.header-logo-link {
    display: inline-block;
    vertical-align: middle;
}
.header-logo-container {
    background-image: url(../img/logo_bulbul_107_30.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 107px;
    height: 30px;
}
#aki_menu_button_container,
#mobile_menu_btn_cont {
    display: inline-block;
    position: relative;
}
#aki_menu_button:before,
#mobile_menu_btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
}
#aki_menu_button:hover,
#mobile_menu_btn:hover {
    background-color: #f8f8f8;
    border-color: #d3d3d3;
}
.aki-menu-wrapper {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.aki-menu-wrapper > .menu-icon-bar {
    background-color: #b8b8b8;
    height: 3px;
    width: 16px;
    border-radius: 1px;
    display: block;
}
.aki-menu-wrapper > .menu-icon-bar + .menu-icon-bar {
    margin-top: 3px;
}
.menu-button-inactive > .aki-menu-wrapper > .menu-icon-bar {
    background-color: #b8b8b8;
}
#mobile_menu_btn.menu-button-inactive > .aki-menu-wrapper > .menu-icon-bar {
    background-color: #999;
}
.menu-button-inactive:hover > .aki-menu-wrapper > .menu-icon-bar {
    background-color: #999;
}
.menu-button-active > .aki-menu-wrapper > .menu-icon-bar {
    background-color: #ff2513;
}
.aki-menu-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    color: #b8b8b8;
}
.menu-button-inactive > .aki-menu-arrow {
    color: #b8b8b8;
}
.menu-button-inactive:hover > .aki-menu-arrow {
    color: #999;
}
.menu-button-active > .aki-menu-arrow {
    color: #ff2513;
}
#header_signin {
    float: right;
    margin-left: 25px;
    margin-top: 3px;
}
#header_content {
    overflow: hidden;
}
#header_search {
    margin-top: 3px;
    max-width: 650px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#header_search > .search-btn-component {
    border-bottom-left-radius: 0;
    border-left: 0 none;
    border-top-left-radius: 0;
    float: right;
    height: 29px;
    padding: 0;
}
#header_search_fields {
    background-color: #fff;
    font-size: 14px;
    height: 29px;
    line-height: 30px;
    margin: 0 0 2px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.2s ease 0s;
}
.header-search-fields-border {
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #eee inset;
}
.header-search-fields-border:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-width: 1px;
    border-style: solid;
    border-right: 1px solid #b9b9b9;
    border-image: none;
    border-color: #a0a0a0 #b9b9b9 #b9b9b9;
    -moz-border-top-colors: none;
    -moz-border-left-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-right-colors: none;
}
#header_search_fields > input {
    background: transparent;
    border: 0 none;
    display: inline-block;
    font-size: 16px;
    height: 100%;
    margin: 0;
    outline: medium none;
    padding: 2px 6px;
    position: absolute;
    width: 100%;
}
.search-field {
    width: 100%;
}
#header_search_field:focus {
    border-color: #fff;
}
#search_btn {
    float: right;
    height: 29px;
    padding: 0;
    border-bottom-left-radius: 0;
    border-left: 0 none;
    border-top-left-radius: 0;
}
#search_btn > .aki-btn-content:before {
    color: #000;
    margin: 0;
    font-size: 14px;
}
#search_btn > .aki-btn-content {
    border: medium none;
    box-shadow: none;
    display: block;
    height: 14px;
    padding: 0;
    width: 14px;
    margin: 0 25px;
}
.search-field-btn-text {
    display: block;
    text-indent: -10000px;
}
.aki-btn-content-text {
    vertical-align: middle;
}
#upload_btn {
    margin-right: 15px;
}
#upload_btn > .aki-btn-content-text:before {
    margin: 0 5px 0 0;
}
.header-signin-container,
.header-notifications-container {
    display: inline-block;
}
#header_positioner_height_offset {
    height: 50px;
    display: none;
}
.clearfix:before {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.aki-guide-pinned.show-guide .aki-guide-pinning-enabled #page {
    padding-left: 230px;
}
.aki-scrollbar {
}
.aki-guide-menu-layout {
    position: fixed;
    top: 0;
    left: -230px;
    transition: opacity 0.1s ease 0s, visibility 0s ease 0.1s;
    visibility: hidden;
    width: 230px;
    height: 100%;
    opacity: 0;
    margin-top: 50px;
}
.show-guide .aki-guide-menu-layout {
    left: 0;
    opacity: 1;
    transition: opacity 0.1s ease 0s;
    visibility: visible;
}
#aki_guide_menu {
    background-color: #fff;
    z-index: 1999999999; /*outline:420px solid transparent;*/
    overflow: hidden;
    padding: 0;
    height: auto;
    max-height: 100%;
    width: 230px;
    box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.1);
} /*padding-bottom:50px;*/
#aki_guide_menu:hover {
    overflow-y: auto;
}
#aki_guide_overlay {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
._ams #aki_guide_overlay {
    position: absolute;
    z-index: 1200;
    top: 0;
    bottom: 0;
    left: 256px;
    right: 0;
}
.aki-guide-menu {
}
.aki-guide-pinned .aki-guide-pinning-enabled #aki_guide_menu {
    border-right: 1px solid #e8e8e8;
    box-shadow: none;
    bottom: 0;
}
#aki_guide_container {
    padding: 13px 22px;
    width: 230px;
}
li.aki-guide-section h3 {
    color: #ff2513;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 0 5px;
    overflow: hidden;
    padding: 1px 0 8px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 155px;
    word-wrap: normal;
}
.aki-guide-item-container {
}
.aki-guide-user-links {
}
.aki-guide-cat-item {
    max-height: 40px;
    overflow: hidden;
    position: relative;
}
.aki-valign {
    white-space: nowrap;
}
.aki-valign:before {
    content: "";
    height: 100%;
}
.aki-valign:before,
.aki-valign-container {
    display: inline-block;
    vertical-align: middle;
}
.aki-guide-item {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    position: relative;
    color: #222;
    font-size: 12px;
    height: 28px;
    outline-offset: -5px;
    overflow: hidden;
}
a.aki-guide-item,
a.aki-guide-item:hover {
    text-decoration: none;
}
.aki-guide-item:hover {
    background: #444;
    color: #fff;
}
.page-loaded .aki-guide-item {
    transition: height 0.4s ease 0s;
}
.aki-guide-item .display-name {
    width: 140px;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 6px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.signup-promo {
    padding: 7px 17px 18px;
}
.aki-guide-section.signup-promo {
    line-height: 1.3em;
    padding: 0;
}
.aki-guide-header p {
    margin: 10px 0;
}
/*#page_container{position:relative;min-height:100%;height:auto;width:100%;overflow:hidden;}*/
#aki_guide_mobile {
    display: none;
    float: left;
    width: 256px;
    overflow: hidden;
    z-index: 6;
    position: relative;
    top: 0;
    bottom: 0;
}
.component-binding {
    display: inline;
}
#aki_guide_mobile .aki-mobile-guide {
    overflow: hidden;
    width: 256px;
}
#aki_guide_mobile .mobile-guide-content {
}
.mobile-guide-block {
    position: relative;
    z-index: 1200;
    background-color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}
.mobile-guide-block,
.mobile-guide-block a {
    color: #b8b8b8;
    text-decoration: none;
} /*color:#767676;*/
.mobile-guide-exit .bulbul-icon-angle-right:before {
    font-size: 20px;
}
.mobile-guide-exit .bulbul-icon-angle-right {
    vertical-align: middle;
    line-height: 20px;
}
#aki_guide_mobile .mobile-guide-swipe {
    position: absolute;
    z-index: 1199;
    top: 0;
    bottom: 0;
    background-color: #222;
}
#aki_guide_container .aki-guide-item.aki-guide-item-selected {
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}
.aki-guide-item.aki-guide-item-selected,
.aki-guide-item.aki-guide-item-selected:hover {
    background-color: #ff2513;
    color: #fff;
}
#bulbul_home_guide_item a.aki-guide-item {
    font-size: 13px;
}
.aki-guide-item .thumb:before {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #777;
}
.aki-guide-item.aki-guide-item-selected .thumb:before {
    color: #fff;
}
.aki-guide-item .thumb {
    margin-left: 6px;
    margin-right: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.aki-guide-section-separator {
    border-bottom: 1px solid #e2e2e2;
    margin: 8px 15px 8px 4px;
}
#aki_guide_menu .aki-guide-section-separator {
    margin: 8px 0;
}
.mobile-guide-p-container {
    padding: 9px 8px;
}
.mobile-guide-blocks {
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.mobile-guide-caret {
    display: inline-block;
    padding: 13px 9px;
}
.mobile-guide-profile-photo-cont {
    width: 32px;
    height: 32px;
    margin-top: 3px;
    display: inline-block;
    margin-right: 8px;
}
.mobile-guide-profile-photo-block {
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    float: left;
}
.mobile-guide-profile-name-container {
    display: inline-block;
    width: 132px;
    vertical-align: top;
    margin: 0 0 0 2px;
}
.mobile-guide-profile-name {
    margin: 2px 0 3px;
}
.mobile-guide-profile-email {
    font-size: 11px;
}
.mobile-guide-block ul {
    margin: 0;
    padding: 0;
}
.mobile-guide-block li {
    list-style: none;
}
.mobile-guide-list {
    height: 46px;
    -moz-transition: height 0.2s;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
}
.mobile-guide-list {
    border-top: 1px solid #3c3c3c;
}
.mobile-guide-list {
    overflow: hidden;
}
.mobile-guide-cat-name {
    padding-left: 5px;
    line-height: 28px;
}
.mobile-guide-nvq {
    float: right;
    margin: 3px;
    padding: 5px 6px;
    color: #ccc;
    font-size: 13px;
}
.mobile-guide-action-title {
    border-top: 1px solid #3c3c3c;
    background: #222;
    padding: 4px 8px;
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
}
.mobile-guide-company-block {
    background: #222;
    color: #666;
    padding-top: 6px;
}
.mobile-guide-company-info {
    display: block;
    margin: 0 8px;
    padding: 10px 5px;
}
.mobile-guide-angle-down:before {
    margin: 0;
    padding: 0;
    color: #ccc;
}
.mobile-guide-angle-down {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.mobile-signin-name {
    display: inline-block;
    width: 188px;
    font-size: 15px;
    margin: 10px 15px 0 0;
}
.mobile-search-container {
    float: right;
    margin-top: -6px;
}
.mobile-search-mode-on .mobile-search-container {
    display: none;
}
.mobile-search-block {
    text-align: left;
    display: table-cell;
    height: 46px;
    width: 46px;
    vertical-align: middle;
}
.mobile-search-block button,
.mobile-search-mode-btn button {
    height: 32px;
    font-family: inherit;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: center;
}
.mobile-search-mode-btn button {
    display: inline-block;
    line-height: 32px;
}
.mobile-search-block .mobile-search-block {
    width: 28px;
    height: 28px;
    display: inline-block;
}
.mobile-search-mode .mobile-search-block,
.mobile-eh,
.mobile-search-overlay {
    display: none;
}
.mobile-search-block .bulbul-icon-search:before {
    font-size: 24px;
}
.mobile-search-btn-container {
}
.search-field-container.search-mode-on {
    display: block;
}
.search-field-container {
    padding: 0 10px 0 0;
    margin-left: 34px;
    position: relative;
    display: none;
}
.mobile-search-form-fields {
    border: none;
    background: #f1f1f1;
    box-shadow: inset 0 1px 2px #bbb, 0 1px 0 #fff;
    border-radius: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} /*display:table;width:100%;*/
.mobile-search-mode-on .mobile-search-form-fields {
    background: #fff;
    margin-right: 8px;
}
.mobile-search-mode-on #mobile_header_logo .header-logo-container {
    display: none;
}
.mobile-search-form-fields .mobile-field,
.mobile-search-cancel,
.mobile-search-mode-btn {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.mobile-search-block span:before,
.mobile-search-form-fields span:before {
    color: #999;
}
.mobile-search-form-fields a,
.mobile-search-form-fields button {
    display: none;
    transition: display 0.1s ease 0s;
}
.mobile-search-form-fields .mobile-search-input {
    font-size: 15px;
    font-family: Helvetica, sans-serif;
    height: 32px;
    outline: none;
    line-height: 18px;
    margin: 0;
    outline-width: 0;
    border: 0;
    padding: 4px 0 0 5px;
    width: 100%;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.mobile-search-cancel-btn {
    display: inline-block;
    padding: 7px 8px 8px;
    cursor: pointer;
}
.mobile-search-cancel-btn,
.mobile-search-cancel-btn:hover,
.mobile-search-cancel-btn:focus,
.mobile-search-cancel-btn:active {
    text-decoration: none;
}
.mobile-search-overlay {
    z-index: 1301;
    background: rgba(0, 0, 0, 0.85);
}
.mobile-search-overlay.search-mode-on {
    position: absolute;
    top: 46px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1199;
}
.mobile-search-mode-on .mobile-search-form-fields .search-mode-els-on {
    display: inline-block;
}
#cancel_icon:before {
    margin: 0;
    padding: 0;
}
#cancel_icon {
    width: 16px;
    height: 14px;
    display: block;
}
#mobile_search_icon:before {
    font-size: 24px;
    line-height: 34px;
}
#mobile_search_icon {
    display: inline-block;
    height: 24px;
    vertical-align: top;
}
#content {
    position: relative;
    top: 10px;
    min-height: 100%;
    transition: margin-left 0.1s ease 0s;
}
.content-alignment {
    max-width: none;
    min-width: 0;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}
._ams #aki_guide_mobile {
    display: block;
} /*_asms - aki-mobile-swipe*/
._ams #content {
    margin-left: 256px;
    height: 0;
}
._ams #player {
    margin-left: 256px;
}
._ams #header_mobile {
    left: 264px;
    margin-left: -9px;
}
.aki-guide-pinned.show-guide .aki-guide-pinning-enabled #footer_container {
    min-width: 713px;
    padding-left: 260px;
}
body #footer_container {
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    margin-top: -146px;
    display: none;
}
#footer {
    margin: 0 auto;
    padding: 15px 0;
}
#footer_main {
    border-bottom: 1px solid #e2e2e2;
    margin-right: 45px;
    padding-bottom: 15px;
    padding-left: 4px;
}
#footer_links {
    padding: 15px 0 15px 8px;
}
#footer_logo {
    margin-right: 14px;
    margin-left: 4px;
    display: inline-block;
}
.footer-logo-icon {
    background-image: url(../img/footer_logo_70_20.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 20px;
    vertical-align: middle;
    width: 70px;
}
#footer-counters {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
#footer_links_primary {
    font-weight: bold;
    margin-bottom: 8px;
}
#footer_links li {
    display: inline;
    margin-right: 15px;
}
#footer_links_primary a {
    color: #333;
}
#footer_links_primary a:hover,
#footer_links_secondary a:hover {
    color: #2290d6;
}
#footer_links_secondary a {
    font-weight: bold;
}
#footer_links_secondary a,
#footer_links_secondary .copyright {
    color: #666;
    font-size: 11px;
}
.content-m2-col-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.content-m2-col-container-inner {
    display: table-row;
}
.content-m2-primary-col {
    display: table-cell;
    vertical-align: top;
}
.aki-card {
    background-color: #fff;
    border: 0 none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0 0 10px;
}
.aki-card.aki-card-has-padding {
    padding: 15px;
}
.content-feed {
    position: relative;
}
.content-page-box,
.content-box-padding {
    padding: 15px;
}
.section-list li .item-section .content-page-box {
    border-bottom: 1px solid #e2e2e2;
}
.section-list li:last-child .item-section li:last-child .content-page-box {
    border-bottom: 0 none;
}
.browse-list-item-container.feed-item-container.content-page-box {
    padding-left: 18px;
    padding-right: 18px;
}
.feed-item-container {
    position: relative;
}
.aki-large-chosen-container {
    float: left;
    margin-right: 10px;
    width: 402px;
} /*328px*/
.aki-large-chosen-container,
.aki-medium-chosen-container {
    border: 0 none;
}
.content-width-1 .aki-large-chosen-container,
.content-width-2 .aki-guide-pinning-enabled .aki-large-chosen-container,
.content-width-3 .aki-large-chosen-container {
    overflow: hidden;
    width: 402px; /*width:608px;*/
}
/*.content-width-1 .aki-large-chosen-container,.content-width-2.show-guide .aki-guide-pinning-enabled .aki-large-chosen-container{width:402px;}*/
.bulbul-chosen {
    display: none;
}
.aki-video {
    color: #767676;
    line-height: 1.3em;
    position: relative;
}
.aki-video-mini {
    font-size: 11px;
}
.aki-video.aki-video-mini {
    display: block;
}
.aki-video-thumbnail {
    line-height: 0;
    position: relative;
    height: 100%;
}
.aki-video-clip {
    overflow: hidden;
    padding-bottom: 56.25%;
}
.video-thumb {
    position: relative;
}
.aki-thumb {
    background-color: #f1f1f1;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    vertical-align: middle;
}
.aki-thumb.aki-video-clip {
    display: block;
}
.aki-thumb img {
    font-size: 13px;
    outline: medium none;
}
.upload-thumb-img.hidn {
    display: none;
}
.aki-thumb-27 {
    width: 27px;
}
.aki-video-clip img {
    margin-top: -9.375%;
    position: absolute;
}
.aki-large-chosen-container .aki-video-clip {
    padding: 0;
    background: #000;
    text-align: center;
}
.aki-large-chosen-container .aki-video-clip img {
    max-width: 402px;
    max-height: 226px;
    display: inline-block;
    margin: 0 auto;
    position: static;
}
.aki-video .aki-video-content {
    overflow: hidden;
    position: relative;
}
.aki-video-title {
    margin: 0 0 2px;
}
.aki-video-grid .aki-video-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1px;
    margin-top: 4px;
    max-width: 196px;
}
.aki-large-chosen-container .aki-video-grid .aki-video-title {
    max-width: 382px;
}
.aki-ui-ellipsis:before {
    background-color: inherit;
    position: absolute;
}
.aki-ui-ellipsis:before {
    content: "…";
    right: 0;
}
.aki-ui-ellipsis:after {
    position: absolute;
    background-color: inherit;
}
.aki-ui-ellipsis:after {
    content: "";
    height: 100%;
    width: 100%;
}
.aki-ui-ellipsis-2:before {
    top: 1.3em;
}
.aki-ui-ellipsis-2 {
    max-height: 2.6em;
}
.aki-medium-chosen-container .aki-video-mini .aki-video-title,
.aki-video-title a,
.aki-video-title:hover a,
.aki-large-chosen-container:hover .aki-video .aki-video-byline a,
.aki-medium-chosen:hover .aki-video .aki-video-byline a,
.aki-post-grid-item:hover .aki-video .aki-video-byline a,
.content-page-box .content-module-title a:hover {
    color: #2290d6;
}
.aki-ui-ellipsis {
    background-color: #fff;
    display: block;
    line-height: 1.3em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}
.aki-video.aki-video-grid {
    font-size: 11px;
}
.aki-video .aki-video-byline a {
    color: #767676;
}
.aki-video-meta {
    display: block;
}
.aki-video-grid .aki-video-meta {
    max-width: 196px;
}
.aki-video-meta-info > li:first-child:before {
    display: none;
}
.aki-video-meta-info > li:before {
    content: "•";
    margin: 0 5px;
}
.aki-video-meta-info > li {
    display: inline-block;
    line-height: 1.3em;
}
.aki-video-meta-info > li:last-child {
    margin-right: 0;
}
/*.aki-video-meta-info>li,.aki-video-byline,.aki-video-byline a{font-weight:bold;}*/
.aki-chosen-cont {
    position: relative;
}
.aki-medium-chosen-container {
    font-size: 13px;
    overflow: hidden;
    height: 184px;
    margin-right: 275px;
    display: none;
}
.chosen-ad {
    width: 275px;
    height: 250px;
    position: absolute;
    right: 0;
    top: -10px;
}
.content-m2-secondary-column-hidden .aki-medium-chosen-container,
.content-width-2 .aki-medium-chosen-container,
.content-width-3 .aki-medium-chosen-container {
    height: 226px;
}
.aki-medium-chosen {
    height: 64px;
    overflow: hidden;
}
.aki-video.aki-video-mini .aki-video-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 8px;
    text-align: right;
}
.content-width-1 .content-m2-secondary-column-hidden .aki-medium-chosen,
.content-width-2 .aki-medium-chosen,
.content-width-3 .aki-medium-chosen {
    height: 78px;
}
/*.content-width-1 */
.aki-medium-chosen-container .aki-video-thumbnail {
    width: 98px !important;
}
/*.content-width-1 */
.content-m2-secondary-column-hidden .aki-medium-chosen-container .aki-video-thumbnail {
    width: 124px !important;
}
/*.content-width-3 .aki-large-chosen-container .aki-video-grid .aki-video-thumbnail,.content-width-2 .aki-large-chosen-container .aki-video-grid .aki-video-thumbnail{float:left;margin-right:10px;width:402px;}*/
/*.content-width-2.show-guide .aki-large-chosen-container .aki-video-grid .aki-video-thumbnail{float:none;margin-right:0;width:auto;}*/
.aki-video-mini .aki-video-title {
    color: #222;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
} /*font-weight:bold;*/
.aki-medium-chosen-container .aki-video-mini .aki-video-title {
    white-space: normal;
}
.aki-medium-chosen-container .aki-medium-chosen .aki-thumb {
    width: 124px;
    height: 70px;
    background: #000;
    text-align: center;
}
.aki-medium-chosen-container .aki-medium-chosen .aki-thumb img {
    display: inline-block;
    margin: 0 auto;
}
.content-module-title {
    font-weight: bold;
}
.content-module-title {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
    overflow: hidden;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
}
.content-page-box .content-module-title {
    display: inline-block;
    overflow: visible;
}
.content-page-box h2.content-module-title {
    margin: 0;
}
.content-module-title a:visited,
.content-module-title a {
    color: #333;
}
.feed-item-container .content-module-title .content-module-title-link {
    display: inline-block;
    vertical-align: bottom;
}
.content-page-box .content-module-title .content-module-title-text {
    display: inline-block;
    margin-top: 1px;
    vertical-align: bottom;
}
.content-m2-subnav-container .content-module-title {
    line-height: 1.7em;
    padding-right: 5px;
}
.multirow-post {
    margin-right: -10px;
    padding-right: 0;
}
.multirow-post {
    font-size: 0;
}
.multirow-post .post-content {
    margin-bottom: -12px;
}
.multirow-post .aki-expander.aki-expander-collapsed .post-content {
    display: block;
    position: relative;
    margin-right: -8px;
}
.aki-post-grid-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 196px;
    word-wrap: break-word;
}
.multirow-post .post-content .aki-post-grid-item {
    margin-bottom: 12px;
}
.multirow-post .post-content .aki-grid-item {
    margin-bottom: 12px;
}
/*.home */
.aki-post-dismissable .aki-video-thumbnail .aki-thumb {
    width: 196px;
    height: 110px;
    max-width: 196px;
    max-height: 110px;
    overflow: hidden;
    background-color: #000;
    display: block;
}
/*.home */
.aki-post-dismissable .aki-video-thumbnail .aki-thumb img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 196px;
    height: 110px;
}
/*Bulbul Inner Styles*/
#player {
    top: 10px;
    width: 100%;
}
#placeholder_player {
    margin-bottom: 10px;
    z-index: 0;
}
#player,
#placeholder_player {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: background-color 0.3s ease-in-out 0s, background-image 0.3s ease-in-out 0s;
}
#placeholder_player .player-api {
    position: relative;
}
.player-api {
    background-color: #000;
}
#theater_background {
    background-color: transparent;
    left: 0;
    position: absolute;
    transition: background-color 0.3s ease 0s;
    width: 100%;
}
html.theater-mode #theater_background {
    background-color: #000;
}
html.theater-mode .player-height,
html.theater-mode #player,
html.theater-mode #player_container {
    height: 750px !important;
}
html.theater-mode .player-width,
html.theater-mode #player_container {
    width: 1280px !important;
}
html.theater-mode #aki-video-player-container {
    height: 720px !important;
}
html.theater-mode #player {
    width: 100% !important;
    max-width: none !important;
    top: 0 !important;
}
html.theater-mode #player_container {
    position: relative;
    margin: auto;
    overflow: hidden;
}
html.theater-mode #placeholder_player,
html.theater-mode #placeholder_player > .player-api {
    height: 0 !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}
html.theater-mode #watch_sidebar {
    top: 0;
    margin-top: 0;
    position: static;
}
#aki-theater-mode.aki-theater-mode {
    display: block !important;
    float: right;
    width: 27px;
    height: 27px;
    padding-right: 6px;
    text-align: center;
    cursor: pointer;
}
.aki-theater-mode-border {
    height: 13px;
    border: 2px solid #edf9fb;
    display: block;
    vertical-align: middle;
    margin: 5px auto 0;
    width: 18px;
}
html.theater-mode .aki-theater-mode-border {
    border: 5px solid #edf9fb;
    height: 7px;
    width: 12px;
}
#bulbul_player {
    background-color: #000;
}
#player #bulbul_player {
    position: absolute;
    z-index: 5;
}
#watch_main {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}
.watch-main-col {
    clear: left;
    float: left;
    width: 640px;
}
#watch_content {
    z-index: 0;
}
#watch_sidebar {
    margin-bottom: 0;
    margin-top: -400px;
    position: relative;
    transition: margin-top 0.3s ease-in-out 0s, padding-top 0.3s ease-in-out 0s;
}
#watch_header {
    min-height: 150px;
    padding-bottom: 5px;
}
#watch_action_panels {
    position: relative;
}
.watch-title-container {
    width: 75%;
}
.watch-title-container {
    display: table-cell;
    vertical-align: top;
}
#watch_headline_title {
    display: table;
    margin-bottom: 10px;
    table-layout: fixed;
    width: 100%;
}
#watch_headline h1 {
    line-height: normal;
    word-wrap: break-word;
}
#watch_user_header {
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}
#watch_header .aki-user-photo {
    float: left;
}
#watch_header .aki-user-info {
    margin-left: 58px;
    white-space: nowrap;
    width: 380px;
}
#watch_header .aki-user-info a {
    color: #333;
    display: inline-block;
    font-weight: bold;
    height: 22px;
    max-width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    font-size: 13px;
}
#watch_action_buttons {
    border-top: 1px solid #e2e2e2;
    padding-top: 5px;
    position: relative;
}
#watch_secondary_actions {
    /*left:-10px;position:absolute;*/
    margin-left: -10px;
}
#watch_action_buttons .aki-btn,
#watch_action_buttons .aki-btn:hover,
#action_panel_dismiss,
#action_panel_dismiss:hover {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
}
#watch_sentiment_actions {
    float: right;
}
#watch_views_info {
    /*bottom:30px;*/
    top: -7px;
    max-width: 220px;
    min-width: 160px;
    position: absolute;
    right: 0;
}
.watch-view-count {
    bottom: 0; /*6px*/
    color: #666;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    text-align: right;
    width: 100%;
}
.watch-view-count span {
    font-size: 10px;
    line-height: 10px;
    display: block;
    color: #777;
}
.video-extras-sparkbars {
    height: 2px;
    overflow: hidden;
}
#watch_secondary_actions .aki-btn:before {
    font-size: 19px;
    line-height: 18px;
}
#watch_secondary_actions .aki-btn:focus {
    outline: 0 none;
}
#watch_secondary_actions .aki-btn {
    line-height: 18px;
}
#watch_secondary_actions a.aki-btn {
    color: #222;
}
#watch_secondary_actions a.conversion-btn {
    color: #007973;
}
.share-panel {
    color: #555;
}
.aki-card .aki-tabs {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
}
.share-panel-services {
    clear: both;
}
.share-panel-embed {
    font-weight: bold;
}
.share-group {
    float: left;
}
.share-group li {
    float: left;
    margin-right: 5px;
}
.share-panel-services .share-service-btn {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    text-align: left;
    max-height: 35px;
    overflow: hidden;
    padding: 1px;
}
.share-panel-url-container.share-panel-reverse {
    clear: left;
    margin-bottom: 0;
    margin-top: 10px;
}
.aki-form-input-text:-moz-placeholder {
    color: #767676;
    opacity: 1;
}
.aki-form-input-select,
.aki-form-input-text,
.aki-form-input-textarea {
    border: 1px solid #d3d3d3;
    color: #333;
}
.aki-form-input-select {
    background-color: #f8f8f8;
    background-image: linear-gradient(to bottom, #fcfcfc 0px, #f8f8f8 100%);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    vertical-align: middle;
}
.aki-form-input-select-content {
    height: 100%;
    left: 0;
    line-height: 26px;
    position: absolute;
    top: 0;
    width: 100%;
}
.aki-form-input-select-value {
    display: block;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.aki-form-input-select-element {
    -moz-appearance: none;
    height: 26px;
    opacity: 0;
    padding: 0 1.65em;
    position: relative;
}
.aki-form-input-select-element option {
    padding: 3px 3px 2px;
}
.aki-form-input-select-arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px 4px 0;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 11px;
    width: 0;
}
.aki-form-input-checkbox-element,
.aki-form-input-radio-element,
.aki-form-input-text,
.aki-form-input-textarea {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05) inset;
}
.aki-form-input-textarea {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 6px 5px;
    resize: vertical;
    width: 550px;
    line-height: 17px;
}
.aki-form-input-text {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 10px 6px;
    width: 250px;
}
.share-panel-url {
    color: #666;
    font-size: 1.7em;
    margin-right: 15px;
    padding: 2px;
    width: 370px;
}
#action_panel_dismiss:before {
    font-size: 14px;
}
#action_panel_dismiss {
    position: absolute;
    right: -2px;
    top: 6px;
}
.share-embed-code {
    width: 100%;
}
.share-embed-options {
    margin-top: 10px;
}
.share-embed-options li {
    margin-top: 6px;
}
.share-embed-options input[type="checkbox"] {
    margin-right: 5px;
}
.share-embed-options label {
    font-size: 13px;
}
#watch_description {
    color: #333;
    line-height: 17px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 13px;
}
.watch-time-text {
    vertical-align: middle;
}
.aki-expander-collapsed #watch_description_text {
    max-height: 51px;
    overflow: hidden;
}
#watch_description_extras {
    margin-top: 8px;
}
.watch-meta-item {
    clear: both;
}
.watch-extras-section .title {
    float: left;
    font-weight: bold;
    width: 100px;
    font-size: 11px;
    line-height: 11px;
    margin: 0 0 5px;
}
.watch-extras-section .content {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
    margin-left: 110px;
}
.watch-info-tag-list li:last-child::after {
    content: "";
}
.watch-info-tag-list li::after {
    content: ",";
}
.watch-info-tag-list li {
    display: inline;
}
#action-panel-details a {
    color: #333;
}
.watch-info-tag-list a {
    white-space: nowrap;
}
#watch_sidebar_contents {
    margin-top: 0;
    padding-left: 5px;
}
#watch_sidebar .watch-sidebar-section {
    margin: 0 0 15px 5px;
    position: relative;
    z-index: 2;
}
#watch_sidebar .watch-sidebar-section:last-child {
    margin-bottom: 0;
}
#watch_sidebar .watch-sidebar-head {
    color: #222;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 290px;
    word-wrap: normal;
}
.video-list-item {
    margin-bottom: 15px;
    position: relative;
}
.last-list-item .content-wrapper {
    margin-left: 133px;
}
.video-list-item a {
    color: #333;
    display: block;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
}
.video-list-item .title {
    cursor: pointer;
    display: block;
    line-height: 1.2;
    margin-bottom: 2px;
    max-height: 2.4em;
    overflow: hidden;
}
.video-list .video-list-item .title {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
#watch_sidebar .video-list-item a:hover .title {
    color: #2290d6;
    text-decoration: none;
}
.last-list-item .content-link {
    display: block;
    min-height: 68px;
    text-decoration: none;
}
.video-list-item .content-wrapper a {
    padding: 0;
}
.video-list-item .stat {
    color: #666;
    display: block;
    font-size: 0.9166em;
    height: 1.4em;
    line-height: 1.4em;
    white-space: nowrap;
}
.video-list .video-list-item .description,
.video-list .video-list-item .stat {
    color: #767676;
    font-size: 11px;
}
.last-list-item .thumb-wrapper {
    margin: 0 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120px;
    height: 68px;
    background-color: #000;
}
.last-list-item .thumb-wrapper a {
    padding: 0;
    text-align: center;
}
.last-list-item .video-time {
    right: 2px;
}
.aki-simple-thumb-wrap {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.aki-simple-thumb-related {
    height: 68px;
}
.video-list-item .aki-simple-thumb-wrap {
    float: left; /*margin:0 8px 0 0;*/
    margin: 0;
    width: 100%;
}
.aki-post-grid-item .aki-simple-thumb-wrap {
    width: 100%;
    height: 100%;
}
.aki-simple-thumb-related > img {
    position: relative; /*top:-11px;*/
    display: inline-block;
    height: 68px;
    margin: 0 auto;
    width: auto;
}
#watch_more_last_loading {
    color: #767676;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.mobile-video-view:before {
    content: "\0000b7";
    margin-right: 5px;
}
.mobile-video-view {
    display: none;
    font-size: 12px;
    color: #767676;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 18px;
}
#mobile_watch_discussion {
    display: none;
}
#page.watch .content-alignment {
    min-width: 1003px;
    width: auto;
}
.comments-title,
.comments-title a {
    background-color: #fff;
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
}
#aki_comments_add_container {
    min-height: 78px;
    position: relative;
}
#aki_comments_add_container.constrain {
    width: 100%;
}
#aki_comments_add_login {
    line-height: 24px;
    margin-top: 10px;
}
#aki_comments_add_standing {
} /*left:0;position:absolute !important;right:0;top:0;*/
#aki_comments_add_standing .body {
    padding: 17px 0 20px;
}
#aki_comments_add_standing .thumbnail {
    float: left;
}
#aki_comments_add_standing .box {
    margin-left: 65px;
    background-color: #fff;
    border-color: #d5d5d5 #ddd #ddd;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #aaa;
    cursor: pointer;
    font-size: 13px;
    min-height: 35px;
    padding: 5px 10px;
    text-align: left;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}
#aki_comments_add_standing .box textarea {
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    color: #222;
    width: 100%;
    height: 100%;
    border: medium none;
    box-shadow: none;
    background-color: transparent;
}
#aki_comments_add_standing .comm-btn {
    overflow: hidden;
}
#aki_comments_add_standing .comm-btn .aki-btn {
    float: right;
}
#aki_comments_add_standing .comm-btn .aki-btn[disabled],
#aki_comments_add_standing .box textarea[disabled] {
    opacity: 0.6;
}
.comments {
    position: relative;
}
.comments .comments-list {
    padding: 10px 0;
}
.comments .comment-entry {
    line-height: 17px;
    margin: 0;
    padding: 0 0 26px;
    position: relative;
    margin-bottom: 10px;
}
.comments .comment-item {
    margin-left: 48px;
    position: relative;
}
.comments .comment-item .user-photo {
    background-color: #ddd;
    float: left;
    height: 48px;
    margin-left: -48px;
    vertical-align: top;
    width: 48px;
}
.comments .comment-item .content {
    padding: 0 10px;
}
.comments .actions {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.comments .actions.hidn {
    display: none;
}
#watch_discussion .comment-text,
#watch_discussion .comment .author {
    display: inline;
    font-size: 13px;
    line-height: 17px;
}
.comments .comment-header .user-name {
    color: #128ee9;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
    word-break: break-all;
    font-size: 13px;
}
.spacer {
    clear: both;
    font-size: 1px;
    height: 1px;
}
.comments .comment-header .spacer {
    color: #767676;
    font-size: 11px;
    margin: 0 3px;
}
.comments .comment-header .time {
    color: #767676;
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
}
.comments .comment-header .time a {
    color: #767676;
}
.comments .comment-text .comment-text-content {
    /*max-height:104px;*/
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.comments .mod-btnbar {
    border-collapse: collapse;
    display: inline-block;
}
.comments .mod-btn {
    cursor: pointer;
}
.comments .mod-btnbar .mod-btn {
    border: 1px solid transparent;
}
.comments .mod-btnbar .mod-btn,
.comments.mod-btnbar .mod-btn-content {
    border: 0 none;
    display: inline-block;
    padding: 0;
}
.comments .dropdown {
    display: inline-block;
}
.comments .mod-arrow {
    display: inline-block;
    font-size: 9px;
    margin: -2px -3px 0 3px;
    vertical-align: top;
}
.comments .mod-list {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: -2px;
    min-width: 150px;
    padding: 8px 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 2;
}
.comments .mod-list-btn {
    background-color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 12px 4px 29px;
}
.comments .mod-btn-content .mod-list-btn {
    display: block;
    text-align: left;
}
#text_description a {
    color: #333;
}
#action_panel_details:hover a,
#text_description a:hover {
    color: #2290d6;
}
/*End of Bulbul Inner Styles*/
/*Bulbul Login Styles*/
.login-page#body_container {
    position: relative;
    min-height: 625px;
    height: 100%;
    overflow-y: auto;
}
.login-page #content {
    position: static;
}
.login-card {
    width: 350px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 25%;
    left: 50%;
    margin: 0 0 0 -175px;
    padding: 40px;
    transition: height 0.2s;
}
.login-card form {
    margin-bottom: 0;
}
.login-height {
    height: 274px;
    margin-top: 0;
} /*margin-top:-222px;-187px*/
.reg-height {
    height: auto;
    margin-top: 0;
}
.forget-height {
    height: 174px;
    margin-top: 0;
}
.auth-title {
    margin: 0;
    text-align: center;
    position: relative;
    top: -20px;
}
.bulbul-auth-form input,
.bulbul-auth-form button,
.auth-field-label {
    font-family: Helvetica, sans-serif;
}
.auth-row {
    margin-bottom: 10px;
    overflow: hidden;
}
.auth-row label,
.upload-cursor-pointer {
    cursor: pointer;
}
.auth-row input[type="text"],
.auth-row input[type="password"] {
    padding: 0 8px;
    direction: ltr;
    font-size: 16px;
    height: 44px;
    width: 100%;
    background: #fff;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}
.auth-row input[type="text"]:hover,
.auth-row input[type="password"]:hover {
    border-color: #a0a0a0 #b9b9b9 #b9b9b9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.auth-row span {
    font-size: 12px;
}
.auth-extra-options {
    float: left;
}
.auth-extra-options div:last-child {
    margin-top: 5px;
}
.auth-extra-options a {
    font-size: 11px;
    line-height: 11px;
}
.auth-submit {
    float: right;
}
.auth-submit button {
    margin-top: 4px;
}
.bulbul-auth-form .auth-row:last-child {
    padding-top: 5px;
    margin-bottom: 0;
}
#reg,
#regFinished,
.auth-msg {
    position: static;
    margin: 50px auto 0;
}
.auth-field-label {
    font-weight: bold;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
#reg .auth-row input[type="text"],
#reg .auth-row input[type="password"] {
    height: 29px;
    font-size: 13px;
}
#captcha_img {
    border: 1px solid #eee;
}
#reload_captcha:before {
    font-size: 24px;
    color: #000;
}
#reload_captcha {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
#reload_captcha:hover,
#reload_captcha:focus,
#reload_captcha:active {
    text-decoration: none;
}
.captcha-field {
    margin-top: 5px;
    overflow: hidden;
}
#captcha {
    width: 80px;
    border-color: #777 #999 #999;
}
#reg .auth-row {
    margin-top: 5px;
}
.reg-finished-container {
    line-height: 18px;
}
.auth-msg .auth-title {
    top: 0;
    margin-bottom: 20px;
}
.auth-msg {
    height: auto;
}
.user-active-container,
.user-auth-fail {
    color: #039683;
    line-height: 18px;
}
#forget .auth-title {
    font-size: 20px;
}
#signout_btn {
    margin-left: 15px;
}
/*End of Bulbul Login Styles*/
/*Bulbul Upload Styles*/
.upload-header {
    border: 1px solid #ddd;
    padding: 15px;
}
.upload-header-status-text {
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-right: 12px;
}
.uploader-header-non-status-text {
    float: right;
}
.progress-bars {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    position: relative;
}
.progress-bar-background {
    border: 1px solid #e7e7e7;
    height: 28px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.inner-progress-bars {
    height: 28px;
}
.progress-bar-text,
.progress-bar-text-done,
.progress-bar-text-upload-queued {
    color: #444;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
}
.progress-bar-progress {
    height: 28px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
}
.progress-bar-uploading .progress-bar-progress {
    border: 1px solid #d32f2f;
    background-color: #ff8a80;
}
.progress-bar-processing {
    background-color: #fff3e0;
    height: 28px;
}
.progress-bar-processing .progress-bar-progress {
    background-color: #689f38;
    border-right: 3px solid #2d7061;
}
.upload-item-finished .progress-bar-uploading .progress-bar-text,
.upload-items-finished .progress-bar-uploading .progress-bar-text,
.upload-item-finished .watermark-section {
    display: none;
}
.aki-btn-has-icon:before {
    /*content:"";display:inline-block;*/
    vertical-align: middle;
}
.aki-btn-default:before,
.aki-btn-default .aki-btn-icon {
    opacity: 0.5;
}
.progress-bars .item-cancel,
.progress-bars .item-cancel:hover {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.upload-item-finished .item-cancel {
    display: none;
}
.item-cancel .aki-btn-icon-wrapper {
    margin: 0;
}
.item-cancel .aki-btn-icon-wrapper .bulbul-icon-cancel:before {
    font-size: 12px;
}
.upload-item {
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 15px;
    position: relative;
}
#main-content .upload-item {
    border-radius: 0;
    transition: background 0.2s linear 0s;
}
.upload-footer {
    margin-top: 5px;
}
.upload-item-sidebar {
    float: left;
    overflow: hidden;
    width: 196px;
    margin-bottom: 10px;
}
.upload-thumb {
    background: #ddd;
    border: 1px solid #eee;
    box-shadow: 0 0 1px 1px #aaa inset;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 194px;
    max-height: 250px;
} /*max-height:144px;*/
.upload-item-sidebar-text {
    color: #aaa;
    font-size: 11px;
    margin: 13px 4px;
    display: none;
}
.upload-item-sidebar-text h3 {
    color: #545454;
    margin: 20px 0 5px;
}
.upload-item-finished .upload-item-sidebar-text {
    display: block;
}
.upload-item-main {
    float: right;
    overflow: hidden;
    position: relative;
    width: 756px;
}
.aki-thumb-default {
    padding-bottom: 56.25%;
}
.upload-item-main .metadata-actions {
    display: none;
}
.upload-state-bar .metadata-actions {
    display: block;
    float: right;
    height: 28px;
    line-height: 1em;
    margin-left: 12px;
}
.upload-state-bar .metadata-actions.hidn {
    display: none;
}
.return-to-editing-btn {
    display: none !important;
    float: right;
    margin-left: 12px;
}
.save-error-message {
    float: right;
    color: #666;
    font-size: 11px;
    margin: 8px 10px;
}
.upload-item-main .save-error-message {
    clear: right;
    float: right;
    text-align: right;
    width: 200px;
}
.upload-item-alert,
.upload-complete-alert {
    float: left;
    margin-top: 10px;
    width: 530px;
}
.upload-item-main .metadata-save-btn {
    position: relative;
}
.metadata-actions .save-cancel-btns {
    float: right;
}
.upload-item-main .metadata-actions .save-cancel-btns {
    float: none;
    overflow: hidden;
}
.save-changes-btn,
.save-all-btn {
    min-width: 117px;
}
.upload-item-main .save-changes-btn {
    float: right;
}
.metadata-editor-container .subnav {
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.metadata-editor-it-container {
    position: absolute;
    right: 35px;
    top: 0;
    width: 60px;
}
.metadata-container {
    background-color: transparent;
    clear: both;
    padding: 0;
    position: relative;
    top: 0;
}
.metadata-one-column {
    border: 0 none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.basic-info-tab .basic-info-form-input {
    display: block;
    margin-top: 15px;
}
.basic-info-form-input label {
    cursor: pointer;
}
.basic-info-form-input label .edit-checkbox {
    display: inline;
    vertical-align: middle;
}
.basic-info-form-input label span.edit-checkbox-span {
    line-height: 40px;
    font-size: 11px;
}
.video-settings-title,
.video-settings-description {
    width: 80%;
}
.basic-info-tab .video-settings-title,
.basic-info-tab .video-settings-description {
    width: 80%;
}
.video-settings-description {
    height: 63px;
}
.basic-info-tab .video-settings-description {
    height: 73px;
}
.metadata-tab h3 {
    margin-bottom: 5px;
}
.metadata-container h3 {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 18px;
}
.category-input {
    width: 285px;
}
.horizontal-thumbnail-chooser {
    clear: both;
}
.metadata-thumbnail-chooser h3 {
    color: #333;
}
.basic-info-tab .metadata-thumbnail-chooser h3 {
    font-size: 11px;
    text-transform: uppercase;
}
.large-thumb-dimensions {
    height: 81px;
    width: 145px;
}
.thumb-placeholder {
    display: inline-block;
    margin: 4px 1px 4px 0;
    vertical-align: top;
}
.thumb-placeholder.large-thumb-dimensions {
    width: 80%;
}
.standard-thumbs-available {
    margin-top: -4px;
    min-width: 140px;
    display: inline-block;
}
.selectable-thumb {
    cursor: pointer;
    display: inline-block;
    margin: 4px 3px;
    position: relative;
    vertical-align: top;
}
.selectable-thumb-selected {
    border: 3px solid #9a1b1f;
    left: -1px;
    margin: 1px 0;
    padding: 1px;
}
.basic-info-tab .selectable-thumb-selected {
    border-color: #9a1b1f;
    padding: 0;
}
.selectable-thumb,
.thumbnail-overlay,
.thumbnail-overlay-inner-border {
    box-sizing: content-box;
}
.thumbnail-overlay {
    border: 2px solid #3b3b3b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 100%;
    z-index: 2;
    display: none;
}
.selectable-thumb:hover .thumbnail-overlay {
    display: block;
}
.selectable-thumb.selectable-thumb-selected:hover .thumbnail-overlay {
    display: none;
}
.thumbnail-overlay-inner-border {
    background-color: rgba(50, 50, 50, 0.5);
    border: 1px solid #fff;
    display: block;
    height: 100%;
    left: -1px;
    position: relative;
    top: -1px;
    width: 100%;
}
.large-thumb-dimensions .thumbnail-overlay-content {
    display: block;
    margin-top: 35px;
}
.select-thumb-block {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.custom-thumb-choose {
    margin-top: 10px;
    cursor: default;
}
.custom_thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    display: block;
    z-index: 2;
}
.custom-thumb-choose > .save-error-message {
    margin: 5px 0;
    float: none;
    display: block;
    max-width: 145px;
    overflow: hidden;
}
.custom-thumb-block:hover .thumbnail-overlay {
    display: block !important;
}
.large-thumb-dimensions > input[type="file"] {
    max-width: 145px;
    max-height: 81px;
}
.thumb-cancel-block {
    display: block;
    margin-top: 10px;
}
.upload-item-finished .upload-file-container,
.upload-thumb-container {
    display: none;
}
.upload-item-finished .upload-thumb-container {
    display: block;
}
.upload-file-container {
    position: relative;
}
#start_upload_btn {
    display: inline-block;
    margin: 0;
}
#start_upload_btn .aki-btn {
    height: auto;
    background: none;
    box-shadow: none;
    border: 1px solid transparent;
}
#start_upload_btn h1 {
    margin: 5px 0 0;
}
.init-upload-action-icon:before {
    margin: 0;
    padding: 0;
    font-size: 80px;
    color: #777;
}
#start_upload_btn.upload-hover .init-upload-action-icon:before {
    color: #2d7061;
}
.init-upload-action-icon {
    width: 118px;
    height: 80px;
}
#upload_btn_text {
    display: block;
    margin: 15px 0 9px;
    font-size: 20px;
    color: #444;
    font-weight: normal;
}
#upload_file_container {
    overflow: hidden;
    width: 197px;
    height: 144px;
    position: absolute;
    left: 0;
    top: 0;
}
#upload_file_container input[type="file"] {
    opacity: 0;
    font-size: 144px;
    height: 144px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.upload-footer .aki-btn {
    display: inline;
    float: right;
    margin-left: 2px;
}
/*Watermark Section*/
.watermark-section {
    margin-top: 5px;
}
.watermark-section > div {
    margin-top: 0;
    margin-bottom: 8px;
}
.watermark-section > div > div {
    margin-bottom: 4px;
}
.watermark-section label {
    cursor: pointer;
    font-size: 14px;
}
.watermark-section .watermark-checkbox {
    margin: 15px 0;
}
.watermark-section select {
    display: block;
    width: 98%;
    margin: 0 auto;
}
/*End of Bulbul Upload Styles*/
/*Bulbul Channel Styles*/
.content-m2-top-row {
    margin-bottom: 10px;
}
.content-m2-header {
    margin: -10px 0 0;
    position: relative;
}
.channel-header.aki-card {
    margin-bottom: 0;
}
.channel-header .primary-header-contents {
    line-height: 13px;
    padding: 15px 15px 10px;
    position: relative;
    overflow: hidden;
}
/*.channel-header .primary-header-actions{float:right;}*/
.content-header-title {
    font-size: 15px;
    line-height: 24px;
}
.channel-header .content-header-title {
    display: inline-block;
    float: left;
    max-width: 100%;
    padding-right: 20px;
    margin: 0;
}
.qualified-channel-title.ellipsized.has-badge .qualified-channel-title-text {
    margin-right: 15px;
}
.qualified-channel-title.ellipsized {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}
.qualified-channel-title.ellipsized .qualified-channel-title-wrapper {
    display: inline-block;
    max-width: 100%;
}
.qualified-channel-title-badge {
    margin-left: 5px;
}
.qualified-channel-title.ellipsized .qualified-channel-title-badge {
    display: inline-block;
    left: -15px;
    position: relative;
    vertical-align: top;
}
.qualified-channel-title.ellipsized .qualified-channel-title-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.channel-header .content-header-title .content-header-title-link {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    text-shadow: none;
}
.content-bold-titles .channel-header .content-header-title .content-header-title-link {
    font-weight: bold;
}
.qualified-channel-title-badge .bulbul-icon-ok-squared:before {
    font-size: 13px;
    color: #777;
}
.qualified-channel-title-badge:hover .bulbul-icon-ok-squared:before {
    color: #2d7061;
}
.qualified-channel-title-badge .bulbul-icon-ok-squared {
    height: 9px;
    width: 12px;
    vertical-align: top;
}
#channel_subheader {
    border-bottom: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}
.content-box-lr-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.content-m2-top-row #channel_subheader {
    border-bottom: medium none;
}
#channel_subheader ul {
    float: left;
}
#channel_subheader li {
    float: left;
    margin-left: 20px;
}
#channel_subheader li:first-child {
    margin-left: 0;
}
.content-m2-subnav-container {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding-top: 10px;
}
.content-m2-subnav-container .subnav-menu {
    float: right;
    text-align: left;
}
.channels-browse-content-grid {
    font-size: 0;
    margin-right: -15px;
}
#channels_browse_content_grid.grid-videos-container {
    padding-top: 15px;
}
.channels-browse-content-grid .channels-content-item {
    margin-bottom: 20px;
}
/*End of Bulbul Channel Styles*/
/*Bulbul My Videos Styles*/
#user_page {
    padding: 0 10px;
}
#user_page #user_page_content {
    overflow: hidden;
}
#user_page_content.aki-card {
    margin-top: 0;
}
#user_subheader {
    height: auto;
    padding: 18px 25px;
    border-bottom: 1px solid #e2e2e2;
}
#user_subheader .user-subheader-content {
    float: left;
}
#user_subheader .user-subheader-controls {
    float: right;
}
#user_subheader h2 {
    color: #333;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
}
#user_subheader .aki-badge-user {
    background-color: #333;
    border: medium none;
    border-radius: 3px;
    color: #f0f0f0;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
#user_subheader #user_subheader_item_count {
    background-color: #666;
    line-height: 30px;
    transition: background-color 1s ease 0s;
}
.user-video-search-container {
    float: right;
    margin-left: 10px;
    margin-top: 1px;
}
#uv_search_container {
    display: inline-block;
    position: relative;
}
.uv-search-form .uv-search-input-container {
    margin-right: -4px;
    vertical-align: top;
}
#uv_search_container #uv_search_field {
    border-color: #ccc;
    height: 16px;
    line-height: 16px;
    outline: medium none;
    padding: 5px 26px 5px 10px;
    width: 220px;
    box-sizing: content-box;
}
.uv-search-form .uv-search-btn {
    border-bottom-left-radius: 0;
    border-color: #ccc #ccc #ccc;
    border-left: 0 none;
    border-top-left-radius: 0;
    box-shadow: none;
    height: 28px;
    vertical-align: top;
}
.uv-search-btn .aki-btn-content-text:before {
    font-size: 14px;
    color: #222;
    margin: 0;
}
.uv-search-btn .aki-btn-content-text {
    width: 14px;
    height: 14px;
    opacity: 0.6;
}
.uv-search-btn .aki-btn-content-text span {
    text-indent: -10000px;
    display: block;
}
.user-grid-view *,
.user-grid-view *:before,
.user-grid-view *:after {
    box-sizing: content-box;
}
.user-grid-view #user_video_list_ol {
    margin: 20px 8px;
    overflow: hidden;
}
.user-grid-view .user-video-item {
    float: left;
    height: 180px;
    margin: 0 12px 24px;
    position: relative;
    width: 212px;
}
.user-grid-view .user-video-item-content {
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 5px #e0e0e0;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.1s linear 0s;
    width: 212px;
    z-index: 1;
}
.user-grid-view .user-video-item:hover .user-video-item-content {
    box-shadow: 0 2px 5px #aaa;
    top: -3px;
    left: -3px;
    padding: 3px;
}
.user-grid-view .user-video-info-container {
    position: absolute;
    top: 131px;
    clear: both;
    float: left;
    width: 150px;
    padding-left: 10px;
}
.user-grid-view .user-thumb {
    margin-bottom: 10px;
    position: relative;
    top: 0;
}
.user-grid-view .user-video-title {
    max-height: 30px;
    overflow: hidden;
}
.user-grid-view .user-video-title-content {
    color: #777;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3em;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.user-date-info span {
    line-height: 15px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 11px;
}
.user-grid-view .user-grid-view-overlay {
    height: 119px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 212px;
    z-index: 500;
}
.aki-thumb-link {
    width: 100%;
}
.user-grid-view .user-thumb .video-thumb {
    width: 212px;
    background: #000;
}
.user-thumb .aki-thumb-clip {
    left: 0;
    right: 0;
}
.user-thumb img {
    width: auto /*100%*/;
    margin: 0 auto;
}
.user-grid-view .user-video-item:hover .video-thumb img {
    opacity: 0.55;
    transition: opacity 0.1s ease-in-out 0s;
}
.user-grid-view .user-quick-video-actions {
    display: inline-block;
    line-height: 40px;
    margin: 40px auto;
    opacity: 0;
    transition: opacity 0.1s ease-in-out 0s;
}
.user-grid-view .user-video-item:hover .user-quick-video-actions {
    opacity: 1;
}
.user-grid-view .user-quick-video-actions > li {
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
    color: #fff;
    float: left;
    height: 40px;
    margin: 1px;
    text-align: center;
    width: 48px;
}
.user-grid-view .user-quick-video-actions > li:first-child {
    border-radius: 5px 0 0 5px;
}
.user-grid-view .user-quick-video-actions > li:last-child {
    border-radius: 0 5px 5px 0;
}
.user-grid-view .user-quick-video-actions > li:hover {
    background: #464646;
}
.user-grid-view .user-quick-video-actions > li a {
    display: block;
    height: 100%;
}
.user-grid-view .user-quick-video-actions > li .aki-sprite {
    vertical-align: middle;
}
.user-quick-watch-icon:before,
.user-quick-edit-icon:before,
.user-quick-delete-icon:before {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.user-quick-watch-icon:before {
    margin-left: 2px;
}
.user-quick-watch-icon,
.user-quick-edit-icon,
.user-quick-delete-icon {
    height: 14px;
    width: 14px;
}
.user-no-items {
    color: #767676;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding: 150px 0;
    text-align: center;
}
.user-grid-view .user-video-indicators {
    position: absolute;
    right: 10px;
}
.aki-sprite.user-video-privacy {
    height: 19px;
    width: 19px;
}
.user-grid-view .user-video-indicators .aki-sprite {
    float: right;
    margin: 0 2px;
}
.user-grid-view .user-video-publish {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
#uv_pagination {
    background: #fff;
    padding: 10px;
}
.aki-dialog .aki-dialog-base .uv-confirmation-overlay {
    width: 475px;
}
.uv-dialog-main .aki-alert {
    margin: 5px 0;
}
.uv-confirmation-overlay .uv-confirmation-overlay-header .message,
.uv-confirmation-overlay .uv-confirmation-overlay-header .aki-alert-message {
    font-size: 18px;
    font-weight: bold;
}
.upload-state-bar .aki-alert-message > span {
    font-size: 11px;
    color: #555;
    display: block;
    line-height: 1rem;
    margin-top: 3px;
}
.uv-confirmation-overlay .aki-overlay-base-content {
    padding: 0;
}
.uv-confirmation-overlay .uv-confirmation-overlay-header {
    background-image: linear-gradient(to bottom, #fff 0px, #f0f9fb 100%);
    border-bottom: 1px solid #f3fce9;
    padding: 3px;
} /*#e0e0e0 #d3d3d3*/
.uv-confirmation-overlay .uv-confirmation-overlay-main-area {
    color: #333;
    font-size: 13px;
    padding: 20px;
}
.uv-confirmation-overlay .uv-confirmation-overlay-message,
.uv-confirmation-overlay .uv-confirmation-overlay-message b {
    line-height: 26px;
}
.uv-confirmation-overlay .uv-confirmation-overlay-message {
    display: inline-block;
}
.uv-confirmation-overlay .uv-confirmation-overlay-message.hidn {
    display: none;
}
.uv-confirmation-overlay .uv-video-actions-delete-warning {
    padding-left: 30px;
}
.uv-confirmation-overlay .uv-video-actions-delete-warning b {
    font-size: 32px;
    font-weight: bold;
    margin: 0 2px;
    vertical-align: middle;
}
.uv-confirmation-overlay .uv-confirmation-overlay-btn-area {
    padding-top: 18px;
    text-align: right;
    width: 100%;
}
.uv-confirmation-overlay .uv-video-actions-delete-btn-cancel,
.uv-confirmation-overlay .uv-video-actions-publish-btn-cancel {
    margin-right: 8px;
}
.uv-confirmation-overlay .uv-confirmation-overlay-btn-area .aki-btn-content-text {
    padding: 0 20px;
}
.uv-confirmation-overlay .aki-dialog-base-content {
    padding: 0;
}
.ub-confirmation-overlay .vm-video-actions-publish-extra-warning {
    font-size: 15px;
    line-height: 1.4;
    padding: 0 30px 0 5px;
}
/*End of Bulbul My Videos Styles*/
/*Bulbul Edit Styles*/
#edit_page {
    min-width: 0;
    padding: 0 10px;
}
#video_editor_container {
    border: 0 none;
    margin: 0;
    transition: margin 0.185s linear 0s;
    background: #fff;
    overflow: hidden;
}
.video-editor-content {
    padding: 20px;
}
.video-editor-header {
    border-bottom: 1px solid #e2e2e2;
    height: 34px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    box-sizing: content-box;
}
#metadata_editor_pane {
    clear: both;
}
#video_header .save-cancel-buttons,
.metadata-actions .save-cancel-buttons {
    float: right;
}
.video-editor-title {
    line-height: 1em;
}
.video-editor-content .video-editor-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
}
.video-editor-title a {
    color: #333;
    display: inline-block;
    height: 1.1em;
    max-width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-weight: normal;
}
#thumb_pane #main_thumb {
    float: left;
    height: 315px;
} /*padding-bottom:25px;height:276px;*/
.vertical-thumbnail-chooser {
    float: left;
    margin: 0 15px 0 14px;
    padding-bottom: 5px;
    width: 140px;
}
#uv_video_thumb {
    width: 484px;
    height: 272px;
    background-color: #000;
    text-align: center;
    position: relative;
}
#uv_video_thumb img {
    height: 272px;
    margin: 0 auto;
    max-width: 484px;
    display: block;
}
#thumb_pane .before-standard-thumbs-available .thumb-placeholder.large-thumb-dimensions {
    width: auto;
}
.metadata-editor-container .video-settings-form {
    background: transparent;
}
.sub-item-exp .metadata-actions {
    margin: 20px 0 0;
    overflow: hidden;
}
#rotation_pane {
    margin: 8px 0;
}
.video-rotation-container {
    text-align: right;
}
.rotate-left .aki-btn-icon-rotate-left:before,
.rotate-right .aki-btn-icon-rotate-right:before {
    color: #222;
    font-size: 15px;
    line-height: 19px;
}
.rotate-left .aki-btn-icon-rotate-left,
.rotate-right .aki-btn-icon-rotate-right {
    height: 18px;
    width: 15px;
}
.rotate-left .aki-btn-icon-rotate-left {
}
.rotate-left-90-scale {
    -webkit-transform: rotate(-90deg) scale(0.5, 0.5);
    -moz-transform: rotate(-90deg) scale(0.5, 0.5);
    -ms-transform: rotate(-90deg) scale(0.5, 0.5);
    -o-transform: rotate(-90deg) scale(0.5, 0.5);
    transform: rotate(-90deg) scale(0.5, 0.5);
}
.rotate-right-90-scale {
    -webkit-transform: rotate(90deg) scale(0.5, 0.5);
    -moz-transform: rotate(90deg) scale(0.5, 0.5);
    -ms-transform: rotate(90deg) scale(0.5, 0.5);
    -o-transform: rotate(90deg) scale(0.5, 0.5);
    transform: rotate(90deg) scale(0.5, 0.5);
}
.rotate-left-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.rotate-right-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-180 {
    -webkit-transform: rotate(180deg) scale(1, 1);
    -moz-transform: rotate(180deg) scale(1, 1);
    -ms-transform: rotate(180deg) scale(1, 1);
    -o-transform: rotate(180deg) scale(1, 1);
    transform: rotate(180deg) scale(1, 1);
}
/*End of Bulbul Edit Styles*/
.video-not-found {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
#watch_sidebar_ads {
    margin-left: 10px;
}
.watch-sidebar-body #watch_more_last_btn.hidn {
    display: none;
}
.content-module-title-text a.cat-name-link,
.content-module-title-text a.cat-name-link:visited {
    color: #2290d6;
    font-weight: normal;
}
/*End of Bulbul CSS Styles*/
/*AKI CSS Styles*/
.d-i {
    display: inline;
}
.aki-guide-notification-item {
    max-height: 40px;
    overflow: hidden;
    position: relative;
}
.msg {
    display: none;
    line-height: 17px;
    margin: 0.5em 0 0;
    font-size: 13px;
}
.msg-note {
    color: #016058;
}
.msg-err,
.user-auth-fail {
    color: #dd4b39;
}
.mobile-neg-content-margin {
    margin-left: -9px;
    margin-right: -9px;
}
.aki-card.aki-expander .aki-btn-expander,
.aki-card .aki-expander .aki-btn-expander {
    margin: 10px 0 -15px;
}
.aki-expander-head {
    -moz-user-select: none;
    cursor: pointer;
}
.aki-card .aki-btn-expander {
    border-top: 1px solid #e2e2e2;
    box-shadow: none;
    color: #767676;
    display: block;
    text-transform: uppercase;
    width: 100%;
}
.aki-expander .aki-expander-collapsed-body,
.aki-expander-collapsed .aki-expander-body {
    display: none;
}
.aki-expander-collapsed .aki-expander-collapsed-body {
    display: block;
}
.aki-card .aki-btn-expander:hover {
    color: #222;
}
.share-service-btn .share-service-icon:before {
    color: #fff;
    font-size: 27px;
    margin: 3px 2px 2px 3px;
    padding: 1px 0 0;
}
.share-service-btn .bulbul-icon-facebook:before {
    margin: 7px -1px -3px 6px;
    padding: 2px 0 0;
}
.share-service-btn .bulbul-icon-facebook {
    background-color: #3d57a8;
}
.share-service-btn .bulbul-icon-twitter {
    background-color: #3a92c8;
}
.share-service-btn .bulbul-icon-odnoklassniki {
    background-color: #cf6700;
}
.share-service-btn .bulbul-icon-vkontakte:before {
    font-size: 24px;
    margin: 3px 3px 4px 4px;
    padding: 2px 0 0;
}
.share-service-btn .bulbul-icon-vkontakte {
    background-color: #4e729a;
}
.share-service-btn.whatsapp-share-btn {
    display: none;
    background-color: #60b82d;
    line-height: 32px;
    color: #fff;
    padding: 1px 7px;
    border-radius: 5px;
}
.share-service-btn .whatsapp-icon:before {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.share-service-btn .whatsapp-icon {
    background-image: url(../img/icon_whatsapp_32.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    vertical-align: middle;
}
.share-panel-services-container.hidn {
    display: none !important;
}
.aki-card .aki-card-title {
    font-size: 15px;
    margin-bottom: 10px;
}
.aki-card .aki-tabs .aki-btn {
    border-radius: 0;
    border-width: 0 0 2px;
    margin-bottom: -1px;
    margin-right: 40px;
    opacity: 0.5;
    padding: 0 0 8px;
}
.aki-thumb .v-a {
    height: 100%;
}
.aki-thumb-48 {
    width: 48px;
}
.aki-thumb-145 {
    width: 145px;
}
.aki-thumb-194 {
    width: 194px;
}
.aki-thumb-196 {
    width: 196px;
}
.aki-thumb-224 {
    width: 224px;
}
.aki-thumb-square {
    padding-bottom: 100%;
}
.aki-thumb-square,
.aki-thumb-default {
    display: block;
    height: auto;
}
.aki-thumb-clip {
    bottom: -100px;
    left: -100px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    white-space: nowrap;
    word-break: normal;
}
.aki-thumb-clip img,
.aki-thumb-clip .v-a,
.aki-dialog-align,
.aki-dialog-box {
    display: inline-block;
    vertical-align: middle;
}
.aki-btn-group {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.aki-btn-has-icon.no-icon-markup:before,
.aki-btn-icon-wrapper {
    margin-right: 6px;
}
.aki-btn-group .aki-btn {
    border-radius: 0;
    margin-right: -1px;
}
.aki-btn-opacity {
    opacity: 0.5;
}
.aki-btn-opacity:active {
    opacity: 0.8;
}
.aki-default h1,
h1.aki {
    font-size: 24px;
    font-weight: normal;
}
.aki-default h1,
.aki-default h2,
.aki-default h3,
.aki-default h4,
.aki-default h5,
.aki-default h6,
h1.aki,
h2.aki,
h3.aki,
h4.aki,
h5.aki,
h6.aki {
    color: #222;
    margin-bottom: 13px;
    margin-top: 0;
}
.video-time {
    background-color: #000;
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    margin-right: 0;
    margin-top: 0;
    opacity: 0.75;
    padding: 0 4px;
    vertical-align: top;
    position: absolute;
    right: 2px;
    bottom: 2px;
}
.field-focus,
.field-focus:hover,
.auth-row input[type="text"]:focus,
.auth-row input[type="password"]:focus {
    border: 1px solid #039683;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
}
.aki-form-input-text.focusd {
    border-color: #039683;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
    outline: 0 none;
}
.aki-form-input-text:focus,
.aki-form-input-textarea:focus {
    border-color: #039683;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
    outline: 0 none;
}
.bulbul-yellow {
    color: #ffca00;
}
.content-width-1 #page.home .content-alignment,
.content-width-1 #page.channel .content-alignment,
.content-width-1 #page.edit .content-alignment {
    width: 850px;
}
.content-width-2 #page.home .content-alignment,
.content-width-2 #page.channel .content-alignment,
.content-width-2 #page.edit .content-alignment {
    width: 1056px;
}
.content-width-3 #page.home .content-alignment,
.content-width-3 #page.channel .content-alignment,
.content-width-3 #page.edit .content-alignment {
    width: 1262px;
}
#page.upload .content-alignment {
    width: 1003px;
}
.o-h {
    overflow: hidden;
}
.v-a-m {
    vertical-align: middle;
}
.aki-sprite {
    display: inline-block;
}
.aki-base-gutter {
    padding-left: 30px;
    padding-right: 30px;
}
.page-loaded #page,
.page-loaded .aki-base-gutter {
    transition: padding 0s ease-in-out 0s;
}
.force-layer {
    transform: translateZ(0px);
}
.aki-button-text,
.aki-button-text[disabled] {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    box-shadow: none;
    color: #333;
    outline: 0 none;
}
.aki-button-text:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.aki-btn {
    border: 1px solid transparent;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    line-height: normal;
    padding: 0 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
}
a.aki-btn:hover,
a.aki-btn:active,
a.aki-btn:focus {
    text-decoration: none;
}
a.aki-btn:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#mobile_menu_btn.aki-btn {
    padding: 0 10px 0 0;
    height: 32px;
}
.aki-btn-default:before:focus {
    opacity: 0.6;
}
.aki-btn-default,
.aki-btn-default[disabled],
.aki-btn-default[disabled]:hover,
.aki-btn-default[disabled]:active,
.aki-btn-default[disabled]:focus {
    background-color: #f8f8f8;
    border-color: #d3d3d3;
    color: #333;
}
.aki-btn-default:focus,
.aki-btn-opacity,
.aki-btn-opacity:hover {
    box-shadow: none;
}
.aki-btn-default:hover {
    background-color: #f0f0f0;
    border-color: #c8c8c8;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.aki-btn-default:focus,
.aki-btn-default:active {
    text-decoration: none;
}
.aki-btn-primary,
.aki-btn-primary[disabled],
.aki-btn-primary[disabled]:hover,
.aki-btn-primary[disabled]:active,
.aki-btn-primary[disabled]:focus {
    background-color: #2d7061;
    border-color: #017872;
    color: #fff;
}
.aki-btn-primary:hover {
    background-color: #017872;
    text-decoration: none;
}
.aki-btn-primary:focus,
.aki-btn-primary:focus:hover {
    box-shadow: none;
    outline: 0 none;
}
.aki-btn-destructive,
.aki-btn-destructive[disabled],
.aki-btn-destructive[disabled]:hover,
.aki-btn-destructive[disabled]:active,
.aki-btn-destructive[disabled]:focus {
    background: #9a1b1f;
    border-color: #ff2513;
    color: #fff;
}
.aki-btn-icon-wrapper {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.aki-btn-icon-wrapper .bulbul-icon-plus:before {
    font-size: 10px;
    color: #333;
    margin-left: 0;
    line-height: 9px;
}
.aki-btn-icon-wrapper .bulbul-icon-plus {
    height: 9px;
    width: 8px;
}
.aki-btn .aki-btn-icon,
.aki-btn .aki-form-input-select-arrow {
    display: inline-block;
    vertical-align: middle;
}
.subnav-menu .aki-form-input-select-arrow {
    margin: 0 0 0 5px;
    float: none;
}
.clear {
    clear: both;
}
.hidn {
    display: none;
}
.showd {
    display: block;
}
.aki-card .aki-tabs .aki-btn:hover,
.aki-card .aki-tabs .aki-btn:active,
.aki-card .aki-tabs .aki-btn.aki-btn-active,
.aki-card .aki-tabs .aki-btn.aki-btn-toggled {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ff2513;
    filter: none;
    opacity: 1;
}
.h-a {
    height: auto !important;
}
.aki-clickcard {
}
#header_signin .aki-header-user-icon {
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
}
.aki-header-user-icon,
.aki-header-user-icon:hover {
    box-shadow: none;
}
.aki-alert {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.aki-alert:not(:first-child) {
    margin-top: 5px;
}
.aki-alert-default.aki-alert-info,
.aki-alert-actionable.aki-alert-info,
.aki-alert-naked.aki-alert-info .aki-alert-icon,
.aki-alert-small.aki-alert-info {
    background: #2d7061;
} /*#2793e6*/
.aki-alert-icon {
    padding: 0 13px;
}
.aki-alert-actionable .aki-alert-icon,
.aki-alert-default .aki-alert-icon {
    display: table-cell;
    vertical-align: middle;
}
.aki-alert .icon {
    cursor: auto;
    vertical-align: middle;
}
.aki-alert-default.aki-alert-info .icon:before {
    margin: 0;
    font-size: 20px;
    color: #fff;
}
.aki-alert-default.aki-alert-info .icon,
.aki-alert-default.aki-alert-warn .icon {
    width: 20px;
    height: 21px;
}
.aki-alert .aki-alert-content {
    display: table-cell;
    line-height: 1.2;
    overflow: hidden;
    width: 100%;
}
.aki-alert-default .aki-alert-content {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.aki-alert-default .aki-alert-content {
    padding: 11px 13px 11px 0;
}
.aki-alert-buttons {
    display: table-cell;
    overflow: hidden;
    padding: 0 13px;
    vertical-align: middle;
    white-space: nowrap;
}
.aki-alert .aki-btn {
    outline: 0 none;
}
.aki-alert .close {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    height: 20px;
    margin: 6px 0;
    overflow: hidden;
    padding: 0;
    width: 20px;
}
.aki-alert .close .aki-btn-content-text {
    display: none;
}
.aki-alert .close {
    color: #fff;
}
.aki-alert-naked .aki-alert-icon {
    padding: 0;
}
.aki-alert-naked.aki-alert {
    margin: 5px 0;
    font-size: 13px;
}
.aki-alert.aki-alert-naked .aki-alert-icon {
    background-color: transparent;
}
.aki-alert.aki-alert-naked .aki-alert-icon,
.aki-alert.aki-alert-small .aki-alert-icon {
    border-radius: 2px;
    float: left;
    margin-right: 10px;
}
.aki-alert-naked .aki-alert-icon .icon:before {
    color: #2d7061;
    font-size: 16px;
    line-height: 19px;
}
.aki-alert-naked .aki-alert-content {
    color: #333;
    padding: 3px 13px 2px 0;
}
.uv-confirmation-overlay-header .aki-alert-content {
    padding-top: 0;
    padding-bottom: 0;
}
.aki-alert-naked.aki-alert-error .aki-alert-icon {
    background-color: transparent;
}
.aki-alert-error .aki-alert-icon .icon:before,
.aki-alert-error .aki-alert-message {
    color: #9a1b1f;
}
#upload_page > .aki-alert-error {
    background-color: #9a1b1f;
}
#upload_page > .aki-alert-error .aki-alert-icon .icon:before,
#upload_page > .aki-alert-error .aki-alert-message {
    color: #fff;
}
.aki-alert-error .aki-alert-icon .icon:before {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.aki-alert-error .aki-alert-icon .icon {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.aki-alert-default.aki-alert-warn {
    background-color: #fea21a;
}
.aki-alert-default.aki-alert-warn .icon:before {
    color: #fff;
    font-size: 20px;
}
.aki-alert-default.aki-alert-warn .icon {
    vertical-align: top;
}
.aki-alert-warn .aki-alert-content {
    color: #333;
    text-shadow: none;
}
.tabs {
    float: left;
}
.content-nav-item,
.content-nav-item-heading {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-sizing: content-box;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    height: 29px;
    line-height: 29px;
    padding: 0 3px 3px;
    vertical-align: bottom;
    font-size: 13px;
}
.content-nav-item:hover,
.content-nav-item.selected,
.content-nav-item-heading {
    border-bottom: 3px solid #ff2513;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    padding-bottom: 0;
}
.content-nav-item.selected,
.content-nav-item-heading {
    color: #333;
    font-weight: bold;
}
h2.content-nav-item-heading {
    margin-top: 0;
    margin-bottom: 0;
}
.tabs .tab-header {
    color: #666;
    cursor: pointer;
    display: inline;
    float: left;
    font-weight: normal;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
}
.tabs .tab-header.selected {
    color: #333;
    font-weight: bold;
    z-index: 850;
}
.subnav .tabs .tab-header {
    padding: 0 10px;
}
.subnav .tabs .tab-header .tab-header-title {
    float: left;
    margin: 0 0 0 5px;
}
.subnav .tabs .tab-header .tab-header-icon-container {
    float: right;
    width: 10px;
}
.tabs .tab-header a {
    color: #9c9c9c;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 29px;
    outline: medium none;
    padding: 0;
    text-decoration: none;
}
.tabs .tab-header.selected a,
.tabs .tab-header a:hover,
.tabs .tab-header:hover a,
.tabs .tab-header a:focus {
    color: #333;
}
.aki-btn-menu {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: medium none;
    overflow: auto;
    padding: 8px 0;
    position: absolute;
    z-index: 2147483647;
}
.aki-btn .aki-btn-menu {
    display: none;
}
.aki-btn-menu li {
    margin: 0;
    padding: 0;
}
.aki-btn-menu .aki-btn-menu-item {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 25px;
    margin: 0;
    padding: 0 25px;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
}
.load-more-btn-container {
    text-align: center;
}
.load-more-btn {
    display: inline-block;
    margin: 20px auto;
}
.last-vids-all {
    padding-top: 10px;
}
.last-vids-all .load-more-btn {
    margin: 0 auto;
}
.load-more-loading {
    line-height: 21px;
}
p.aki-spinner {
    line-height: 20px;
    margin: 0;
    padding: 1em;
    text-align: center;
    white-space: nowrap;
}
.aki-spinner-img {
    background-image: url(../img/1.gif);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.upload-item .upload-thumb .aki-spinner-img {
    left: 87px;
    position: absolute;
    top: 44px;
}
.aki-spinner-message {
    vertical-align: middle;
}
.video-conversion-in-process-shadow {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.video-conversion-in-process-text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 11px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: -6px;
    margin-left: -50px;
    background: #2d7061;
    width: 110px;
    padding: 2px 3px;
    border-radius: 2px;
    overflow: hidden;
}
.aki-dialog-base {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2000000003;
    background-color: rgba(255, 255, 255, 0.6);
}
.aki-dialog-box {
    -moz-user-select: text;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
    display: inline-block;
    outline: 0 none;
    position: relative;
    text-align: left;
    z-index: 2000000002;
}
.aki-dialog-align {
    height: 100%;
}
.aki-dialog-base-content {
    color: #333;
    overflow: hidden;
    padding: 0 20px 20px;
}
.aki-dialog-loading,
.aki-dialog-working {
    display: none;
}
.aki-dialog-content {
    visibility: hidden;
}
.aki-dialog-show-content .aki-dialog-content,
.aki-dialog-show-loading .aki-dialog-loading,
.aki-dialog-show-working .aki-dialog-working,
.aki-dialog-show-working .aki-dialog-content {
    display: block;
    line-height: 1.3em;
    visibility: visible;
}
.aki-dialog-waiting-content {
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: 50%;
}
.aki-dialog-loading .yt-dialog-waiting-content {
    font-size: 14px;
    margin-top: -20px;
    text-align: center;
}
.i-b {
    display: inline-block;
}
.aki-mini-menu-container,
.aki-mini-menu {
    display: inline-block;
    position: relative;
}
.aki-mini-menu-container.aki-lockup-action-menu {
    position: absolute;
    right: -7px;
    top: 12px;
}
.aki-video-grid .aki-mini-menu-container.aki-lockup-action-menu {
    right: -5px;
}
.aki-video .aki-btn-action-menu,
.aki-video .aki-btn-lockup-action-menu {
    opacity: 0;
}
.aki-btn-lockup-action-menu:before {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #999;
    width: auto;
}
.aki-btn-lockup-action-menu {
    height: 20px;
    width: 24px;
    padding: 0;
    text-align: right;
}
.aki-video:hover .aki-btn-action-menu,
.aki-video:hover .aki-btn-lockup-action-menu,
.aki-video .aki-btn-lockup-action-menu.menu-triggered {
    opacity: 0.8;
}
.aki-btn-arrow {
    border-color: #333 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    margin-left: 5px;
    margin-top: -3px;
    width: 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}
.aki-btn .aki-btn-icon,
.aki-btn .aki-btn-arrow {
    display: inline-block;
    vertical-align: middle;
}
.aki-btn-empty .aki-btn-arrow {
    margin-left: 0;
}
.aki-mini-menu-content {
    background: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    outline: medium none;
    overflow: visible;
    padding: 0;
    position: absolute;
    z-index: 2000000100;
}
.aki-mini-menu-content-hidden {
    display: none;
}
.aki-mini-menu .aki-mini-menu-content {
    right: 20px;
    top: -11px;
}
.aki-mini-menu-item {
    position: relative;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
}
.aki-mini-menu-item.has-icon:before,
.aki-mini-menu-item-label {
    display: inline-block;
    vertical-align: middle;
}
.compact-shelf,
.compact-shelf-content-container {
    position: relative;
}
.compact-shelf.aki-slider {
    overflow: visible;
}
.aki-slider-body {
    overflow: hidden;
    position: relative;
}
.aki-slider-list {
    display: inline-block;
    font-size: 0;
    left: 0;
    position: relative;
    transition: left 0.3s ease-in-out 0s;
    vertical-align: top;
    white-space: nowrap;
}
.compact-shelf .aki-slider-list {
    overflow: visible;
    width: 100%;
}
.compact-shelf .aki-btn-shelf-slider-pager {
    background: #fff;
    border: medium none;
    bottom: 10px;
    height: 60px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 15px;
}
.compact-shelf .aki-slider-prev {
    box-shadow: none;
    left: -15px;
}
.compact-shelf .aki-slider-next {
    box-shadow: none;
    right: -15px;
}
.aki-slider .aki-slider-prev,
.aki-slider .aki-slider-next {
    opacity: 1;
    padding: 0;
}
.aki-slider .aki-slider-prev,
.aki-slider .aki-slider-next {
    opacity: 1;
    padding: 0;
}
.aki-slider.aki-slider-at-head .aki-slider-prev,
.aki-slider.aki-slider-at-tail .aki-slider-next.slider-limit {
    opacity: 0;
    visibility: hidden;
}
.browse-list-item-container:hover .compact-shelf .aki-btn-shelf-slider-pager,
.compact-shelf:hover .aki-btn-shelf-slider-pager {
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    width: 40px;
}
.browse-list-item-container:hover .compact-shelf .aki-slider-prev,
.compact-shelf:hover .aki-slider-prev {
    border-left: 0 none; /*left:-40px;*/
}
.browse-list-item-container:hover .compact-shelf .aki-slider-next,
.compact-shelf:hover .aki-slider-next {
    border-left: 0 none; /*right:-40px;*/
}
.compact-shelf .aki-slider-prev-arrow:before,
.compact-shelf .aki-slider-next-arrow:before {
    font-size: 10px;
    color: #222;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 10px;
}
.compact-shelf .aki-slider-prev-arrow,
.compact-shelf .aki-slider-next-arrow {
    border: medium none;
    opacity: 0.5;
}
.compact-shelf .aki-slider-prev-arrow,
.compact-shelf .aki-slider-next-arrow {
    width: 7px;
    height: 10px;
}
.compact-shelf .aki-slider-prev:hover .aki-slider-prev-arrow,
.compact-shelf .aki-slider-next:hover .aki-slider-next-arrow {
    opacity: 1;
}
.browse-list-item-container:hover .compact-shelf .aki-slider-prev-arrow,
.compact-shelf:hover .aki-slider-prev-arrow,
.browse-list-item-container:hover .compact-shelf .aki-slider-next-arrow,
.compact-shelf:hover .aki-slider-next-arrow {
    opacity: 1;
}
.sidebar-load {
    padding: 20px 0;
    text-align: center;
}
.sidebar-load > .aki-spinner-img {
    margin-right: 3px;
}
.aki-chosen-cont .aki-medium-chosen-container .aki-medium-chosen .aki-video-mini .aki-video-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 132px;
}
#watch_sidebar_contents {
    margin-bottom: 0;
}
.aki-video-files,
.aki-video-files:hover,
.upload-aki-video-file,
.upload-aki-video-file:hover {
    background-color: #007973;
    color: #fff;
}
.upload-aki-video-file,
.upload-aki-video-file:hover {
    border-color: #015450;
}
.aki-video-files .thumb:before {
    color: #fff;
}
.upload-item.save-original,
.save-original .aki-card {
    background-color: #d1dfde;
}
#aki_guide_container .aki-guide-item.aki-guide-item-selected.save-original {
    font-weight: normal;
    text-shadow: none;
    background-color: transparent;
    color: #222;
}
#aki_guide_container .aki-guide-item.aki-guide-item-selected.save-original .thumb:before {
    color: #777;
}
.aki-video-files.save-original {
    background-color: #ff2513;
}
.caution {
    color: #ff2513;
}
#main_content .save-text-bg {
    background-color: #e53935;
    border-color: #c62828;
}
#main_content .save-text-bg:hover {
    background-color: #c62828;
}
.user-subheader-content .upload-aki-video-file {
    margin-left: 20px;
}
.save-original .user-grid-view .user-video-item,
.save-original .user-grid-view .user-video-item-content {
    height: 212px;
}
.save-original .user-grid-view .user-video-info-container {
    width: auto;
    top: 125px;
}
.save-original .user-grid-view .user-video-title {
    max-height: none;
}
.save-original .user-grid-view .user-video-title-content {
    white-space: normal;
    word-wrap: break-word;
    max-width: none;
}
.save-original .user-video-name a {
    font-size: 11px;
    color: #767676;
}
.save-original .user-video-name a:hover {
    color: inherit;
}
.save-original .user-info {
    padding: 18px 25px 0;
    color: #c62828;
    font-weight: bold;
}
/* .brand-1xbet-tails{background-image:url("https://static.akipress.org/brand/House_of_the_Barca_bulbul_kg_sides.jpg");
	background-position: center 0;
    object-fit: cover;
} */
.brand-1xbet-tails::before {
    content: " ";
    background-image: url("https://static.akipress.org/brand/1st_Dep_2023_White_bulbul-kg.jpg");
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1900px;
    height: 100%;
    transform: translateX(-50%);
    background-repeat: repeat;
    background-position: 50% 0;
    background-size: contain;
    z-index: -1;
}
.brand-1xbet-tails-fixed {
    background-image: url("https://static.akipress.org/brand/1st_Dep_2023_White_bulbul-kg.jpg");
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
}
html .brand-1xbet-tails-fixed #theater_background {
    background-color: transparent;
}
.head-banner {
    max-width: 100% !important;
    margin-top: -10px;
    text-align: center;
}
.brand-1xbet-tails-fixed {
    margin-top: 0;
}
.head-banner img {
    max-width: 100%;
    height: auto;
}
/*End of AKI CSS Styles*/
@media print {
    * {
        color: #2f2f2f !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
}
/*Adaptive Styles*/
@-ms-viewport {
    width: device-width;
}
@media (min-width: 768px) {
}
@media (min-width: 850px) {
    #page.home .content-alignment,
    #page.channel .content-alignment,
    #page.edit .content-alignment {
        width: 850px;
    }
    .player-width,
    #watch_content {
        width: 720px;
    } /*width:640px;*/
    .player-height {
        height: 435px;
    } /*height:390px;*/
    #watch_sidebar {
        margin-left: 730px;
    } /*margin-left:650px;*/
    #watch_sidebar_contents {
        min-height: 550px;
    }
}
@media (min-width: 1080px) {
    .content-width-2 #page.home .content-alignment,
    .content-width-2 #page.channel .content-alignment,
    .content-width-2 #page.edit .content-alignment {
        width: 1056px;
    }
    .brand-1xbet-tails::before {
        width: 1604px;
    }
    .content-width-2 #page.watch .content-alignment {
        width: 1066px;
    }
    .content-width-2.show-guide #page.home .content-alignment,
    .content-width-2.show-guide #page.channel .content-alignment,
    .content-width-2.show-guide #page.edit .content-alignment {
        width: 850px;
    }
    .upload-active-widget,
    .upload-item {
        width: 1003px;
    }
    .upload-header-status-text {
        width: 200px;
    }
    .uploader-header-non-status-text,
    .upload-item-main {
        width: 756px;
    }
    #watch_sidebar {
        margin-top: -445px;
    }
    html.theater-mode .player-height,
    html.theater-mode #player,
    html.theater-mode #player_container {
        height: 625px !important;
    }
    html.theater-mode .player-width,
    html.theater-mode #player_container {
        width: 1066px !important;
    }
    html.theater-mode #aki-video-player-container {
        height: 595px !important;
    }
}
@media (min-width: 1492px) {
    #page.home .content-alignment,
    #page.channel .content-alignment,
    #page.edit .content-alignment {
        width: 1262px;
    }
    .brand-1xbet-tails::before {
        width: 1900px;
    }
    #page.watch .content-alignment {
        max-width: 1280px;
    }
    #page.watch .content-alignment {
        min-width: 1003px;
        width: auto;
    }
    .player-width,
    #watch_content {
        width: 854px;
    }
    .player-height {
        height: 510px;
    }
    #watch_sidebar {
        margin-left: 864px;
        top: -120px;
        margin-top: -400px;
    }
    #watch_sidebar_contents {
        min-height: 670px;
    }
    html.theater-mode .player-height,
    html.theater-mode #player,
    html.theater-mode #player_container {
        height: 750px !important;
    }
    html.theater-mode .player-width,
    html.theater-mode #player_container {
        width: 1280px !important;
    }
    html.theater-mode #aki-video-player-container {
        height: 720px !important;
    }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-height: 340px) {
}
/*@media(max-width:767px){*/
@media (max-width: 850px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
    .inline-visible-xs {
        display: inline-block !important;
    }
    #content {
        width: 100% !important;
        padding: 0 8px 8px !important;
        border: 1px solid #dcdcdc;
        top: 0;
    }
    .browse-list-item-container.feed-item-container.content-page-box,
    .channels-browse-content-grid {
        padding-left: 12px !important;
        padding-right: 2px !important;
    }
    .multirow-post,
    .multirow-post .aki-expander.aki-expander-collapsed .post-content,
    .channels-browse-content-grid {
        margin-right: 0 !important;
    }
    #body_container,
    #video_header {
        padding-bottom: 0;
    }
    .aki-post-grid-item {
        display: inline;
    }
    .multirow-post .aki-video.aki-video-grid,
    .channels-browse-content-grid .aki-video.aki-video-grid,
    .aki-slider .aki-video.aki-video-grid {
        border-bottom: 1px solid #dcdcdc;
        padding: 8px 0;
        position: relative;
        clear: both;
    }
    .multirow-post .post-content .aki-post-grid-item:first-child .aki-video.aki-video-grid,
    .channels-browse-content-grid .aki-post-grid-item:first-child .aki-video.aki-video-grid,
    .aki-slider .aki-slider-list .aki-post-grid-item:first-child .aki-video.aki-video-grid {
        padding-top: 0;
    }
    .aki-slider .aki-slider-list .aki-post-grid-item:last-child .aki-video.aki-video-grid {
        border-bottom: none;
        padding-bottom: 0;
    }
    .multirow-post .aki-post-dismissable .aki-video-thumbnail,
    .channels-browse-content-grid .aki-post-dismissable .aki-video-thumbnail,
    .aki-slider .aki-post-dismissable .aki-video-thumbnail {
        float: left;
        width: 120px;
        height: 67px;
        overflow: hidden;
        background-color: #767676;
    }
    .multirow-post .aki-post-dismissable .aki-video-content,
    .channels-browse-content-grid .aki-post-dismissable .aki-video-content,
    .aki-slider .aki-post-dismissable .aki-video-content {
        margin-right: 0; /*20px*/
        height: 67px;
        padding-left: 8px;
    }
    .multirow-post .aki-post-dismissable .aki-video-thumbnail .aki-thumb,
    .channels-browse-content-grid .aki-post-dismissable .aki-video-thumbnail .aki-thumb,
    .aki-slider .aki-post-dismissable .aki-video-thumbnail .aki-thumb {
        width: 120px;
        height: 67px;
        max-width: 120px;
        max-height: 67px;
    }
    .multirow-post .aki-post-dismissable .aki-video-thumbnail .aki-thumb img,
    .channels-browse-content-grid .aki-post-dismissable .aki-video-thumbnail .aki-thumb img,
    .aki-slider .aki-post-dismissable .aki-video-thumbnail .aki-thumb img {
        max-width: 120px;
        height: 72px !important;
    }
    .multirow-post .aki-post-dismissable .aki-video-content .aki-video-title,
    .channels-browse-content-grid .aki-post-dismissable .aki-video-content .aki-video-title,
    .aki-slider .aki-post-dismissable .aki-video-content .aki-video-title {
        margin-top: 0;
        overflow: hidden;
        line-height: 1.25;
        margin-bottom: 2px;
        max-height: 34px;
        max-width: 100%;
    }
    .multirow-post .aki-post-dismissable .aki-video-content .aki-video-title a,
    .channels-browse-content-grid .aki-post-dismissable .aki-video-content .aki-video-title a,
    .aki-slider .aki-post-dismissable .aki-video-content .aki-video-title a {
        color: #222;
    }
    .multirow-post .aki-post-dismissable .aki-video-content .aki-video-byline a,
    .multirow-post .aki-post-dismissable .aki-video-content .aki-video-meta-info > li,
    .channels-browse-content-grid .aki-post-dismissable .aki-video-content .aki-video-byline a,
    .channels-browse-content-grid .aki-post-dismissable .aki-video-content .aki-video-meta-info > li,
    .aki-slider .aki-post-dismissable .aki-video-content .aki-video-byline a,
    .aki-slider .aki-post-dismissable .aki-video-content .aki-video-meta-info > li {
        font-weight: normal;
        font-size: 11px;
        line-height: 140%;
    }
    .multirow-post .aki-video-meta-info > li:last-child {
        display: none !important;
    }
    .player-width,
    #watch_content {
        width: 100%;
    }
    .player-height {
        height: auto;
    }
    /*#watch_content{display:none;}*/
    #watch_sidebar {
        margin-top: 0 !important;
        margin-left: 0 !important;
        top: 0 !important;
    }
    #watch_sidebar_contents {
        min-height: 170px !important;
        padding-right: 2px !important;
    }
    #watch_headline_title {
        margin-bottom: 3px;
    }
    #player {
        top: 46px;
        height: 0;
    }
    #watch_header {
        min-height: 122px;
        padding-top: 10px;
        padding-right: 5px;
    }
    #watch_headline h1 {
        line-height: 19px;
    }
    #bul-title {
        font-size: 15px;
    }
    #watch_user_header .aki-user-photo,
    #watch_sentiment_actions {
        display: none !important;
    }
    #watch_user_header .aki-user-info {
        margin-left: 0;
        width: 100% !important;
    }
    #watch_header .aki-user-info a {
        line-height: 18px;
    }
    .share-panel-url {
        font-size: 14px;
        width: 100% !important;
    }
    #watch_action_buttons {
        overflow: hidden;
    }
    #watch_secondary_actions {
        /*position:static !important;*/
        float: right;
    } /*left:auto !important;right:-8px;*/
    .watch-main-col,
    #user_subheader .user-subheader-content,
    #user_subheader .user-subheader-controls {
        float: none;
        clear: none;
    }
    #watch_headline {
        display: inline-block;
        width: 100%;
    }
    #page.watch .content-alignment {
        min-width: 320px !important;
    }
    .share-panel-services-container {
        display: inline-block;
        width: 100%;
    }
    .login-card {
        width: 94% !important;
        margin: 50px auto 0 !important;
        position: static !important;
    }
    #forget .auth-title {
        font-size: 16px;
    }
    .upload-active-widget,
    .upload-item-main,
    .upload-item-alert,
    .upload-complete-alert,
    .basic-info-tab .video-settings-title,
    .basic-info-tab .video-settings-description,
    .category-input,
    .aki-form-input-select {
        width: 100%;
    }
    .upload-item,
    .video-editor-content {
        padding: 8px;
    }
    .save-error-message {
        display: none;
    }
    .upload-state-bar .metadata-actions,
    #user_subheader .user-subheader-content {
        float: none;
        margin-bottom: 7px;
    }
    .upload-item-finished .upload-thumb {
        display: none;
    }
    .user-video-search-container {
        float: none;
        margin-left: 0;
    }
    #uv_search_container {
        display: block;
    }
    .uv-search-form .uv-search-input-container {
        display: block;
        margin-right: 0;
    }
    #uv_search_container #uv_search_field {
        box-sizing: border-box;
        height: 36px;
        padding-right: 36px;
        width: 100%;
    }
    .uv-search-form .uv-search-btn {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        height: 36px;
        border-left: 1px solid #ccc;
    }
    .user-grid-view .user-video-item {
        margin-left: 25px;
        margin-right: 25px;
    }
    /*.user-grid-view .user-video-item{width:100%;margin-left:auto;margin-right:auto;position:static;}
	.user-grid-view .user-video-item-content{margin:auto;position:relative;}*/
    .user-grid-view .user-quick-video-actions {
        opacity: 0.9;
        margin-bottom: 0;
    }
    .user-grid-view .user-video-item:hover .user-video-item-content {
        top: auto;
        left: auto;
        padding: 0;
    }
    .video-conversion-in-process-text {
        top: 0;
        margin-top: 10px;
    }
    .aki-dialog .aki-dialog-base .uv-confirmation-overlay {
        width: 90% !important;
    }
    #edit_page {
        padding: 0;
    }
    #video_header .save-cancel-buttons,
    .video-editor-content .video-editor-title {
        float: none;
        clear: both;
    }
    #video_header {
        height: auto;
        box-sizing: border-box;
        overflow: visible;
    }
    #video_header .video-editor-title a {
        overflow: visible;
        white-space: normal;
        text-overflow: initial;
        height: auto;
    }
    #thumb_pane #main_thumb {
        height: 224px;
        float: none;
        overflow: hidden;
    }
    #uv_video_thumb {
        height: 180px;
        width: 100%;
    }
    #uv_video_thumb img {
        height: 180px;
    }
    .aki-video .aki-btn-action-menu,
    .aki-video .aki-btn-lockup-action-menu {
        opacity: 1;
    }
    .content-m2-header {
        margin-top: 0;
    }
    .caution {
        font-size: 1.5em;
    }
    .head-banner {
        margin-top: 0;
    }
}
@media (max-width: 767px) and (orientation: portrait) {
    #player_container > #bulbul_player {
        position: fixed;
        top: 46px;
        left: 0;
    }
}
@media (min-width: 850px) and (max-width: 960px) {
    .player-width,
    #watch_content {
        width: 640px;
    }
    .player-height {
        height: 390px;
    }
    #watch_sidebar {
        margin-top: -400px;
        margin-left: 650px;
    }
    #page.upload .content-alignment {
        max-width: 991px;
        min-width: 850px;
        width: 850px;
    }
    .upload-active-widget,
    .upload-item-main,
    .upload-item-alert,
    .upload-complete-alert,
    .basic-info-tab .video-settings-title,
    .basic-info-tab .video-settings-description,
    .category-input,
    .aki-form-input-select {
        width: 100%;
    }
    #watch_sidebar {
        max-width: 310px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    #watch_sidebar {
        margin-top: -445px;
        width: 294px;
    }
}
@media (min-width: 850px) and (max-width: 1024px) {
    .user-grid-view .user-quick-video-actions {
        opacity: 0.9;
        margin-bottom: 0;
    }
    .browse-list-item-container .compact-shelf .aki-btn-shelf-slider-pager,
    .compact-shelf .aki-btn-shelf-slider-pager {
        border: 1px solid #e3e3e3;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        width: 40px;
    }
    .browse-list-item-container .compact-shelf .aki-slider-prev,
    .compact-shelf .aki-slider-prev {
        border-left: 0 none;
    }
    .browse-list-item-container .compact-shelf .aki-slider-next,
    .compact-shelf .aki-slider-next {
        border-left: 0 none;
    }
    .browse-list-item-container .compact-shelf .aki-slider-prev-arrow,
    .compact-shelf .aki-slider-prev-arrow,
    .browse-list-item-container .compact-shelf .aki-slider-next-arrow,
    .compact-shelf .aki-slider-next-arrow {
        opacity: 1;
    }
    .video-list .video-list-item .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    #watch_sidebar {
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        top: 60px;
        margin-top: 0;
        -webkit-overflow-scrolling: touch;
        right: 0;
        z-index: 2;
    }
    #aki_guide_menu {
        overflow-y: auto;
    }
    .aki-video .aki-btn-action-menu,
    .aki-video .aki-btn-lockup-action-menu {
        opacity: 1;
    }
}
@media (min-width: 768px) and (max-width: 850px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
    #body_container {
        padding-bottom: 0;
    }
}
@media (min-width: 850px) and (max-width: 1080px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
    #page.watch .content-alignment {
        max-width: 1066px;
    }
    html.theater-mode .player-height,
    html.theater-mode #player,
    html.theater-mode #player_container {
        height: 480px !important;
    }
    html.theater-mode .player-width,
    html.theater-mode #player_container {
        width: 800px !important;
    }
    html.theater-mode #aki-video-player-container {
        height: 450px !important;
    }
}
@media (min-width: 1080px) and (max-width: 1492px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1492px) {
    .visible-lg {
        display: block !important;
    }
    .aki-medium-chosen-container {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
/*End Of Adaptive Styles*/
