.main-content {
    min-height: 100%;
    width: 100%;
    padding-bottom: 20px;
}
header , footer {
    width: 100%;
}

.main-content .tile-area {
    overflow: visible;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.over-hiden {
    overflow: hidden;
    width: 99.9%;
}
.drop-right {
    right: 0;
    left: inherit;
}

.page-wrap {
    padding-bottom: 20px;
    width: 100%;
    float: left;
}

.app-bar .app-bar-element.top-bar {
    height: 50px;
    line-height: 50px;
}
.otrcat-topright, 
.otrcat-bottomleft {
    display: none;
}
.welcome-box {
    width: 100%;
    float: left;
    padding: 0 15px;
    border-left: 1px solid #ededed;
}
.welcome-box p {
    line-height: 1.3;
}

.come-in-txt {
    margin-top: 0;
}

.logo-box {
    position: relative;
}
.site-logo {
    max-width: 100%;
    position: relative;
    top: -14px;
    display: block;
    margin: auto;
}
.top-row {
    justify-content: center;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.otrcat-topright {
    text-align: center;
}
.otrcat-topright a{
    display: block;
}
.add-this-box {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content:  space-between;
    align-items: center;
    -webkit-align-items: center;

}
.social-links a {
    margin-bottom: 0;
}
.add-this-box div.atclear {
    display: none;
}
/*.main-menu {
    min-height: 60px;
}*/
.h-menu.main-menu > li > a {
    padding: 18px 24px;
}
.h-menu.main-menu > li {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.h-menu.main-menu > li:hover {
    background-color: initial;
    opacity: 0.8;
}

.h-menu.main-menu > li > a:hover {
    background-color: initial;
}
.title-secondary {
    margin: 0;
}
.panel-heading {
    display: flex !important;
    align-items: center;
}
.sidebar-home .audio-player .controls .info-box {
    padding: 13px 2px;
}
h3.episode-name {
    text-align: center;
    font-weight: 400;
}
.episode-more-link {
    margin: 0 0 10px 0;
    display: block;
}
.rss-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rss-links a{
    display: block;
}
.rss-links-child {
    font-size: 14px;
    line-height: 1.4;

}
.rss-links-child a:hover {
    text-decoration: underline;
}

.rss-logo {
    max-width: 40px;
    margin-right: 8px;
}
.all-episodes {
    margin: 20px 0;
    color: #FFF;
    text-align: center;
    background: url(/assets/images/cat-mini.png) no-repeat 10px bottom ;
}

.all-episodes a{
    color: #FFF;
    margin-right: 0;
    font-size: 14px!important;
}
.todays-episode {
    display: block;
    text-align: center;
    font-style: italic;
}
.todays-episode span{
    display: block;
}
.main-title {
    margin-bottom: 20px;
}
#welcome-text {
    font-style: italic;
}
.actor-day {
    max-width: 450px;
    margin-left: 0;
    background-color: #f1d380!important;
    border: 1px solid #CC9933;
}
.actor-day span {
    color: #6b5005;
}
.actor-day img {
    max-height: 100px;
    max-width: 80px;
    float: left;
    margin-right: 10px;
}

.latest-comment {
    max-width: 450px;
    background-color: #e8f1f4;
    border: 1px solid #bce0ec;
    position: relative;
    margin-bottom: 30px;
}
.name-episode {
    padding-left: 30px;
    max-width: 450px;
}

.name-episode p {
    margin-bottom: 0;
}

.right-content {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0 420px 15px 0;
    background-image: url('/assets/images/person-img.png');
}

.popover.marker-on-bottom:before , .popover.marker-on-bottom:after{ 
    content: "";
    width: 0; 
    height: 0; 
    background: transparent;
    transform: none;
    -webkit-transform: none;
    position: absolute;
}
.popover.marker-on-bottom:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e8f1f4;
    left: 35px;
    bottom: -20px;
    z-index: 1;
    top: auto;
}
.popover.marker-on-bottom:after {
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 21px solid #bce0ec;
    left: 28px;
    bottom: -21px;
    top: auto;
    z-index: 0;
}
.home-content {
    width: 100%;
    float: left;
    clear: both;
    padding: 15px;
}
.additional-info {
    display: inline-block;
    float: right;
    clear: right;
    max-width: 355px;
    margin: 5px 5px 5px 25px;
}

.additional-info a {
    font-size: 13px;
}

.additional-info a:hover {
    text-decoration: underline;
}

.additional-info li {
    line-height: 1rem;
}

.home-content p {
    text-align: justify;
}
.footer-list {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    background-color: #b5b2b2;
    padding: 12px;
    border-radius: 5px;
    max-width: 160px;
    font-size: 13px;
}
.footer-list a {
    text-decoration: none;
    color: inherit;
    transition: all ease-in-out .3s;
    padding: 5px 0;
    display: block;
}
.footer-list a:hover {
    color: #2086bf;
}
.footer-about-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 170px);
    text-align: left;
    padding: 0 0 0 15px;
}
.footer-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}
.plainer a {
    color: #d2e7f3;
    /*text-decoration: underline;*/
}
.full-width {
    width: 100%;
    clear: both;
}
.seperator-txt {
    border-right: 1px solid;
    margin-right: 3px;
    border-color: #a3acac;
}
.footer-bottom {
    font-size: 12px;
    width: 100%;
    float: left;
    margin: 0;
}
footer .charm {
    background: #333333;
}
footer form input {
    color: #484848;
    font-size: 15px !important;
}
footer form input:focus {
    border-bottom-color: #999999 !important;
}
.login-action, .login-action:active, .login-action:hover, .login-action:visited {
    color: #828587;
}
.plainer p {
    font-size: 14px;
    word-wrap: break-word;
    text-align: justify;
}
.subscribe-box {
    display: inline-block;
    float: right;
    clear: right;
    background: url('/assets/images/cat-mini.png') no-repeat 10px 15px/50px #f1d380;
    padding: 10px;
    margin: 0 0 15px 15px;
    border: 1px solid #866200;
    border-radius: 5px;
}
.subscribe-box-inner {
    display: table;
}
.subscribe-box h4 {
    font-size: 16px;
    text-align: center;
    color: #6b5005;
}
body {
    /*background: url('/assets/images/home-bg.png') repeat transparent;*/
    /*background: url('/assets/images/833.jpg') repeat transparent;*/
    background: url('/assets/images/bg.jpg');
}
.container {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.custom-item {
    padding: 0.25rem 1.25rem !important;
}
.custom-item-small {
    padding: 0.25rem .470rem !important;
}
.custom-item.current a, .custom-item-small.current a {
    color: #ffffff;
}
.ymlp-form input {
    color: #787878;
}

.rating-message-box {
    margin-top: 8px;
    margin-left: 20px;
    font-size: 14px;
}

.text-success {
    color: #008a00 !important;
}

.text-error {
    color: #ce352c !important;
}
.episode-table .list img.list-icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    max-height: 100%;
    height: auto;
    position: relative;
    margin-right: 15px;
}

.listview .list:hover {
    background-color: #f8f8f8;
    border-color: transparent;
    border-bottom-color: #eeeeee;
}

.episode-table .list {
    height: 80px;
    padding-left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.episode-table .list a {
    display: block;
    width: 100%;
}
.episode-table .list-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.comment-item{
    position: relative;
    margin-bottom: 30px;
}
.comment-item .popover.marker-on-bottom:before {
    border-top: 20px solid #eeeeee;
}
.comment-item:nth-child(even) .popover.marker-on-bottom:before {
    border-top: 20px solid #ffffff;
}
.comment-item:nth-child(odd) .popover{
    border: 1px solid #bce0ec;
    background-color: #eeeeee;
}
.comment-item:nth-child(even) .popover {
    border: 1px solid #bce0ec;
    background-color: #fff;
}
.comment-item .username {
    display: inline-block;
    font-size: 15px; 
    margin: 25px 0 0 40px;
    color: #555555;
}

.vote-buttons {
    width: 40px;
    position: absolute;
    z-index: 99;
    left: -50px;
    top: 25px;
}

.vote-buttons button {
    margin: 1px 0;
}

.total-votes {
    position: absolute;
    z-index: 100;
    left: -110px;
    top: 33px;
}

.footer-items {
    padding-bottom: 15px;
}

.actor-image-list {
    max-height: 80px;
}

.actor-image {
    max-width: inherit;
    max-height: 200px;
}

.actor-info, .writer-info {
    max-width: 100%;
}

.adapt .step-list > li:before, .faq .step-list > li:before {
    content: '';
}

.adapt .step-list {
    margin: 0;
}

.adapt .step-list li{
    border-left: 0;
}

.adapt ul {
    list-style-type: none;
    padding-left: 5px;
}

.adapt blockquote {
    border-left: 0;
}

.adapt p {
    margin-bottom: 0;
}
.image-container img.book-img-size {
    width: 200px;
    height: 300px;
}

.faq .step-list li {
    margin-top: 40px;
    border-left: 0;
}

.custom-list li {
    margin-top: 10px !important;
}

.contact-img {
    max-width: 200px;
    margin-left: 50px;
}

.contact-form .input-control {
    margin-bottom: 20px;
}

.contact-message.notify {
    max-width: 100%;
}

.login-links {
    line-height: 22px;
    margin-top: 20px;
    font-size: 16px;
}

.login-links a {
    display: block;
    color: #ffffff;
}

.login-links a:hover {
    text-decoration: underline;
}

.required-field {
    font-weight: bold;
    color: red;
}

.hidden {
    display: none;
}

.button.link.cancel {
    color: #ffffff;
}

.comment-actions {
    padding-bottom: 5px; 
}
.comment-actions a:hover {
    text-decoration: underline;
}

.admin-actions {
    display: inline-block;
    margin-right: 5px;
}

.comment-us-control {
	display: block;
	margin-bottom: 20px;
}

.comment-us {
	display: none;
}

.user-actions {
    display: inline-block;
    margin-left: 5px;
}

.user-actions a {
    margin: 0 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-all-20 {
    margin: 20px 20px 20px 0;
}

.popup-window {
    display: none;
    position: fixed;
    width: 500px;
    height: 200px;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto!important;
}

.popup-window-1 {
    display: block;
    position: fixed;
    width: 500px;
    height: 200px;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto!important;
}

.popup-window .window-content, .popup-window-1 .window-content {
    padding: 20px;
}

.add-to-playlist {
    height: 55px;
}

.spoiled {
    background: #000000 !important;
    color: #000000;
    position: relative;
}

.spoiled .fg-grayDarker {
    color: #000000 !important;
}

.spoiled .fg-grayDarker:before {
    content: "Spoiler";
    position: absolute;
    color: #ffffff;
    top: 2px;
    left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.spoiled:before {
    border-top-color: #000000 !important;
}

.spoiled:hover .fg-grayDarker {
    color: #ffffff !important;
}

.table-container .dataTables_length {
    margin: 0 30px 0 0;
}

.thumbs-count {
    color: #999999;
    font-size: 14px;
}

.thumbs-total {
    margin-bottom: 7px;
}

.reply-form_content {
    margin: 20px 0 0 100px;
}

.input-control.text.search-field {
    width: 400px;
    margin-right: 10px;
}

.dataTables_length {
    margin-top: 10px!important;
}
.marshal-img {
    max-width: 300px;
}
.post-comment {
    margin-top: 20px;
}

.tabcontrol2 > .tabs li.active a {
    text-shadow: none;
}

.height-50{
    height: 50px;
}

.spec-row {
    cursor: pointer;
}

.episode-player.audio-player .controls .stream-slider {
    width: 195px;
}


/*metro custom styles start*/
.home-audio-player.audio-player {
    display: block;
}
.home-audio-player.audio-player .controls .stream-wrapper {
    padding: 0 .25rem;
    width: calc(100% - 41px);
}

.home-audio-player.audio-player .controls .stream-slider {
    width: 100%;
}

.home-audio-player.audio-player .controls {
    display: flex;
    flex-wrap: wrap;
}

.home-audio-player.audio-player .controls .volume-wrapper {
    width: calc(100% - 41px);
}

.home-audio-player.audio-player .place-right {
    float: none!important;
    width: 100%;
}

.home-audio-player.audio-player .controls .info-box {
    width: 100%;
    text-align: left;
}

.w-100p {
	width: 100%;
}

/*metro custom styles end*/