@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'kanitregular';
    src: url('fonts/kanit-regular-webfont.eot');
    src: url('fonts/kanit-regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/kanit-regular-webfont.woff2') format('woff2'),url('fonts/kanit-regular-webfont.woff') format('woff'),url('fonts/kanit-regular-webfont.ttf') format('truetype'),url('fonts/kanit-regular-webfont.svg#kanitregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'kanitlight';
    src: url('fonts/kanit-light-webfont.eot');
    src: url('fonts/kanit-light-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/kanit-light-webfont.woff2') format('woff2'),url('fonts/kanit-light-webfont.woff') format('woff'),url('fonts/kanit-light-webfont.ttf') format('truetype'),url('fonts/kanit-light-webfont.svg#kanitlight') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,aside,figure,footer,header,main,nav,section {
    display: block
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

b,strong {
    font-weight: 700
}

img {
    border: 0
}

figure {
    margin: 1em 40px
}

button,input,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 0
}

@media print {
    *,:after,:before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    .navbar {
        display: none
    }

    .label {
        border: 1px solid #000
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-md-12,.col-md-3,.col-md-4,.col-md-8,.col-md-9,.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

table {
    background-color: transparent
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:active:focus,.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default:active:focus,.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block;
    padding: 0 .2rem
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: inherit;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.list-group-item.selected,.list-group-item.selected:hover,.list-group-item.selected:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

button.list-group-item {
    color: #555
}

button.list-group-item:focus,button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.entry-meta:after,.entry-meta:before,.clearfix:after,.clearfix:before,.container:after,.container:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.row:after,.row:before {
    display: table;
    content: " "
}

.entry-meta:after,.clearfix:after,.container:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

html,body,div,span,iframe,p,a,img,fieldset,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse
}

td {
    text-align: left;
    font-weight: 400
}

body {
    font-family: 'Open Sans',Arial,Verdana,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #f1f1f1;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    display: block;
    opacity: 1
}

body {
    background-image: linear-gradient(to bottom,#090812,#111520 100vh,#07090e 200vh);
}
.relative {
    position: relative
}

h1,h2,h3,h4 {
    font-family: kanitlight,sans-serif;
    word-wrap: break-word;
    line-height: 1.2;
    font-weight: 400;
    margin: 15px 0
}

a:active,a:focus,a:hover {
    color: #ffc600
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: 0
}

a * {
    outline: 0
}

a:active,a:focus,a:hover,a:link,a:visited {
    text-decoration: none
}

a:active,a:focus,a:hover,a:visited {
    outline: 0;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

:active,:focus,:hover,:visited {
    outline: 0
}

p {
    margin-bottom: 1em;
    border: 0;
    outline: 0;
    padding: 0
}

button,input[type=submit] {
    padding: 10px 15px;
    color: #fff;
    font-family: kanitlight,RSUbold,sans-serif;
    text-transform: uppercase;
    background: #090909;
    border: 1px solid #040404;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

button:hover,input[type=submit]:hover {
    background: #ffc600;
    border-color: #ffc600
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: .7s all !important;
    padding: 0 0 0 30px !important;
    color: #000 !important;
    background: #fff url(images/search.svg) 5px 5px no-repeat !important
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px)
}

.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    display: block;
    clip: auto !important;
    line-height: normal;
    text-decoration: none;
    z-index: 100000
}

.clear {
    clear: both
}

.entry-content:before,.entry-footer:before,.entry-header:before,.site-content:before,.site-footer:before,.site-header:before,.story:before {
    content: " ";
    display: table
}

.entry-content:after,.entry-footer:after,.entry-header:after,.site-content:after,.site-footer:after,.site-header:after,.story:after {
    content: " ";
    display: table;
    clear: both
}

iframe {
    border: 0
}

.site-header {
    padding: 10px 0 0;
    border-bottom: 5px solid #ffc600
}

#header-main {
    padding: 5px 0 10px;
    max-width: 1170px;
    margin: 0 auto
}

.tdA img {
    width: 100%;
    height: auto;
    margin: 1px auto;
    display: block
}

.banner-header img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.banner-header p {
    text-align: center
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.nav.navbar-nav>li:first-child a:before {
    position: relative;
    font: normal normal normal 19px/1 FontAwesome;
    content: "\f015";
    margin: -9px 5px 0 0
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #ffc600
}

.navbar-default .navbar-nav>li>a {
    font-family: kanitlight,'Open Sans',sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #fafafa
}

.nav>li>a {
    padding: 10px 3px
}


.site-content {
    border-bottom: 8px solid #ddd
}

#breadcrumb {
    margin-top: -1em;
    padding: 0 15px;
    font: 14px/25px 'kanitlight',sans-serif;
    overflow: hidden
}

#breadcrumb a {
    color: #aaa
}

.entry-header,.site-content {
    word-wrap: break-word
}

#breadcrumb,.entry-header {
    text-align: center
}
.article-header header.entry-header {
    padding: 10px 10px 0;
}
#main.site-main h1 {
    margin: 10px;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 400
}

.main-container {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ad-box-widget {
    clear: both;
    margin: 3rem 0
}

.entry-header .entry-meta {
    margin: 0 15px
}

.entry-meta {
    position: relative;
    border-bottom: 3px solid #ffc600;
    padding-bottom: 1rem;
    display: block;
    font: 14px/25px 'Open Sans',Arial,Verdana,sans-serif;
    line-height: 2.5;
    text-wrap: pretty
}

.post-title span:after {
    content: " ";
    display: table
}

.related-post {
    margin: 0 0 3em auto;
    display: block;
    overflow: hidden;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important
}

.entry-header h1.post-title {
    font-size: 26px;
    line-height: 40px
}

.post-date .updated {
    display: inline
}

.post-date .updated+.entry-date {
    display: none
}

time {
    cursor: help !important;
    border: 0 !important;
    border-bottom: 1px dotted #999 !important;
    text-decoration: none !important
}

.entry-content {
    padding: 0 10px 15px
}

.entry-content a:hover {
    color: #ffc600
}

.entry-content a {
    color: #fff
}

.row2 {
    margin-bottom: 1em
}

.entry-footer {
    background: #1d1d1d;
    border: 1px solid #323232;
    padding: 6px 8px;
    margin: 10px 0;
    line-height: 1.5;
    color: #ccc
}

.next-post,.previous {
    position: relative;
    min-height: 20px;
    padding-right: 15px;
    padding-left: 15px
}

.post-nav-bottom .previous .fa {
    margin-right: 5px
}

.post-nav-bottom .next-post .fa {
    margin-left: 5px
}

.post-nav-bottom .next-post {
    text-align: right
}

.post-nav {
    margin-bottom: 10px
}

.post-nav-bottom {
    border-bottom: 6px solid #ffc600;
    background: #1d1d1d;
    padding: 15px 0;
    margin-bottom: 18px;
    margin-top: 18px
}

.post-nav-bottom>p {
    line-height: normal;
    color: #ffc600;
    font-size: 14px
}

.post-nav-bottom a {
    font-size: 14px;
    color: #fff
}

.post-nav-bottom .previous .fa {
    margin-right: 5px
}

.post-nav-bottom .next-post .fa {
    margin-left: 5px
}

.post-nav-bottom .next-post {
    text-align: right
}

.post-nav {
    padding-top: 10px
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-user:before {
    content: "\f007"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-star:before {
    content: "\f005"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-rss:before {
    content: "\f09e"
}

.color-star,.color-trophy {
    color: #f2af19
}

.reportform select,.reportform textarea {
    margin-bottom: 20px;
    padding: 3%;
    color: #f44336
}

.reportform {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #1d1d1d;
    font-size: 18px
}

.reportform .aff,.reportform .bff {
    width: 90%;
    padding: 2%;
    /* float:left; */
    margin: auto;
}

.reportform input[type=text] {
    width: 94%;
    padding: 3%;
    border: 0;
    color: #969dae;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px
}

.reportform input[type=submit] {
    border: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #75badd;
    color: #fff;
    cursor: pointer
}

.reportform textarea {
    width: 100%;
    height: 100px;
    border: 0;
    font-family: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px
}

.reportform select {
    width: 100%;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px
}

.reportform ::-webkit-input-placeholder {
    color: #969dae
}

.reportform :-ms-input-placeholder {
    color: #969dae
}

.logo {
    margin-top: 0
}

.tdA {
    padding: 3px 0
}

.sidebar_tabs .sidebar-tabs-nav li.active a {
    background: #424242
}

.post-item-wrapper .post-thumbnail-image-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(61,55,55,.8);
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 58px 14px #000;
    opacity: 0
}

.post-item-wrapper .post-thumbnail-image-overlay:hover {
    background-image: url(images/hover-icon-play.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .8
}

.imdb-rating {
    float: left
}

a {
    color: #f1f1f1
}

.sidebar {
    background-image: url(images/rgba0-0-0_0-2.png)
}

.sidebar.well {
    display: flow-root;
    background-color: transparent;
    border: 1px solid #272727;
    background-image: url(images/rgba0-0-0_0-2.png)
}

.widget-title h3 {
    color: #f1f1f1
}

.widget_categories li>a,.widget_categories2 li>a {
    display: block;
    font-weight: 400;
    position: relative
}

.widget_categories li .count {
    float: right;
    padding: 0 8px;
    margin-right: 10px;
    margin-top: -21px
}

.sidebar-widget.widget_categories li,.sidebar-widget.widget_categories2 li {
    border-bottom: 1px solid #333
}

.sidebar-widget.widget_categories li:nth-child(2n),.sidebar-widget.widget_categories2 li:nth-child(2n) {
    background: #1d1d1d;
    background-image: url(images/12x15.png);
    background-repeat: no-repeat;
    background-position: left
}

.sidebar_tabs .sidebar-tabs-content .tab-pane {
    margin: 0;
    background: 0 0;
    border: none
}

.post-thumbnail-image.thumbnail-content {
    width: 25% !important;
    float: left
}

.post-thumbnail-image.thumbnail-content img {
    width: auto !important;
    max-width: 100%;
    height: 100% !important;
    max-height: 370px;
    margin: 0 auto;
    display: block
}

.trailer {
    display: block;
    width: 75% !important;
    float: left;
    height: 360px;
    margin: 5px 0;
}

.trailer iframe {
    width: 100%!important;
    height: 100%!important;
    margin: 0;
    padding: 0;
}

.movie-like-buttons {
    text-align: center;
    margin: .5em;
    overflow: hidden;
    display: block
}

.movie-like-buttons:before,.movie-like-buttons:after {
    display: table;
    content: " "
}

.movie-like-buttons:after {
    clear: both
}

.movie-like-buttons .likeThis {
    border-radius: 5px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    color: #ababab;
    background: url(images/likethis.png) no-repeat;
    height: 30px;
    padding: 5px 10px 30px 40px;
    cursor: pointer;
    background-size: cover;
    letter-spacing: 1px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.movie-like-buttons .likeThis:hover {
    background: url(images/likethisdone.png) no-repeat;
    text-decoration: none;
    background-size: cover;
    letter-spacing: 1px
}

.movie-like-buttons .likeThis:hover,
.movie-like-buttons .likeThis.done {
	background: url(images/likethisdone.png) no-repeat;
	text-decoration: none;
	background-size: cover;
	letter-spacing: 1px
}

.movie-like-buttons .likeThis.done {
	color: #e2c023;
	cursor: default
}

.likeThis {
	display: block
}

.likeThis:hover,
.likeThis.done {
	text-decoration: none
}

.likeThis.done {
	color: #ccc;
	cursor: text
}

.likeThis {
    display: block
}

.likeThis:hover {
    text-decoration: none
}

.social-url li .fa-brands,.social-url li .fa {
    padding: 5px;
    font-size: 27px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 5px 2px;
    border-radius: 50%
}

.social-url li a:hover,.social-url li a:focus,.social-url li a:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none
}

.social-url li .fa-facebook-f {
    background: #3b5998;
    color: #fff
}

.social-url li .fa-twitter {
    background: #55acee;
    color: #fff
}

.social-url li .fa-instagram {
    background: #125688;
    color: #fff
}

.social-url li .fa-youtube {
    background: #b00;
    color: #fff
}

.social-url li .fa-rss {
    background: #f60;
    color: #fff
}

.social-url li {
    display: inline-block;
    margin: 1px;
    padding: 2px
}

.social-url {
    text-align: left;
    margin: 0 auto;
    padding: 10px;
    list-style: none
}

.social-share>li {
    padding: 1px;
    margin: 10px 5px
}

.social-share>li img {
    padding: 0
}

.social-share {
    box-sizing: border-box;
    list-style: none;
    -webkit-padding-start: 0;
    line-height: 1.4em;
    display: inline-flex;
    padding: 10px;
    margin: 10px 0;
    float: left;
    z-index: 94034;
    flex-wrap: wrap
}

.social-share img {
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    top: 0
}

.form-inline .input-group .input-group-btn {
    width: 1%
}

#header-main .form-inline {
    overflow: hidden;
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0 10px
}

.widget {
    line-height: 1.3
}

.widget ul {
    margin: 0
}

.widget-title {
    margin: 10px 0 15px;
    border-bottom: 3px solid #333
}

.widget-title h2,.widget-title h3 {
    margin: 0 0 -3px;
    padding-right: 15px;
    padding-bottom: 8px;
    font-size: 23px;
    letter-spacing: 1px;
    border-bottom: 3px solid #ffc600;
    border-left: 5px solid #ffc600;
    padding-left: 10px;
    display: inline-block
}

.sidebar-widget {
    margin-bottom: 3rem;
}

.sidebar_tabs .sidebar-tabs-nav li {
    width: 33.3%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none
}

.sidebar_tabs .sidebar-tabs-nav li a {
    color: #fff;
    background: #060608;
    margin: 0;
    border: 0;
    font-size: 15px
}

.sidebar_tabs .sidebar-tabs-nav li.active a {
    color: #000;
    background: #424242;
    border: 0
}

.sidebar_tabs .sidebar-tabs-content .tab-pane {
    margin: 0
}

.sidebar_tabs .tab-pane ul {
    margin: 0;
    padding: 10px;
    list-style: none
}

.sidebar_tabs .tab-pane li {
    border-bottom: 1px dashed #dfdfdf;
    color: #fff;
    margin: 0 0 10px;
    padding: 0 0 10px
}

.sidebar_tabs .tab-pane li img {
    width: 100px;
    height: 120px;
    float: left;
    margin: 0 10px 0 0
}

.sidebar_tabs .tab-pane li img {
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.sidebar_tabs .tab-pane li img:hover {
    opacity: .4
}

.sidebar_tabs .tab-pane h4 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    max-height: 80px;
    overflow: hidden;
    height: auto
}

.widget.sidebar-widget.widget_categories2 {
    width: 100%;
    display: inline-block
}

.widget.sidebar-widget.widget_categories {
    width: 100%;
    display: inline-block
}

.sidebar-widget.widget_categories ul,.sidebar-widget.widget_categories2 ul {
    padding: 0;
    list-style: none
}

.sidebar-widget.widget_categories li,.sidebar-widget.widget_categories2 li {
    border-bottom: 1px dotted #666;
    padding: 7px 0;
    padding-left: 25px;
    margin-left: 0;
    background: url(images/12x15.png) 0 15px no-repeat;
    background-position: left
}

.sidebar-widget.widget_categories li:first-child,.sidebar-widget.widget_categories2 li:first-child {
    padding-top: 0
}

.sidebar-widget.widget_categories li:first-child:hover,.sidebar-widget.widget_categories li:hover,.sidebar-widget.widget_categories li:nth-child(2n):hover,.sidebar-widget.widget_categories2 li:first-child:hover,.sidebar-widget.widget_categories2 li:hover,.sidebar-widget.widget_categories2 li:nth-child(2n):hover {
    background: #313131;
    color: #ffc600
}

.sidebar-widget.widget_categories li span,.sidebar-widget.widget_categories li:first-child span,.sidebar-widget.widget_categories li:nth-child(2n) span {
    float: right
}

li.cat-item.cat-item-5184 {
    background: url(images/shortcut-star.png) 0 15px no-repeat;
    background-position: left
}

.content-site {
    font-size: 14px;
    text-align: center;
    padding: 2em 0;
    overflow: hidden;
    border-top: 8px solid #ffc600
}

.content-site img {
    max-height: 83px;
    max-width: 250px
}

.entry-content.page-description {
    text-align: left
}

footer#colophon a {
    color: #fff;
    font-size: inherit
}

footer#colophon a:hover {
    color: #eb2626;
    text-decoration: none
}

footer#colophon {
    border-top: 8px solid #ffc600
}

.copyright {
    border-color: #080808;
    padding: 15px 0
}

.image-fit {
    display: block;
    width: 100%;
    height: 100%
}

.rating-content {
    margin: 3em 0;
    display: block
}

.rating-content .a {
    float: left;
    width: 45px
}

.rating-content .a span {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 39px;
    line-height: 40px;
    text-align: center;
    width: 45px;
    display: inline-block;
    vertical-align: top
}

.rating-content .b {
    float: left;
    width: calc(100% - 40px);
    margin-left: 5px;
    margin-top: 10px
}

.info-ratings-stars {
    font-size: 12px;
    margin: 5px 0 0
}

.sidebar_tabs .ratingCount {
    display: block;
    margin-top: 5px
}

.sidebar_tabs .info-ratings-stars {
    font-size: 12px;
    margin: 5px 0 0;
    position: absolute
}

.main-player {
    display: block;
    width: 100%;
    margin: 1em 0;
}

.realse #player2 {
    padding: 0 0 2%
}

#player2 {
    width: 100%
}

#player2 {
    float: left;
    padding: 2% 0;
    background: 0 0;
    text-align: center;
    position: relative
}

.player_nav {
    width: 100%;
    padding: 0;
    float: left;
    background: #333
}

.player_nav ul li {
    float: left;
    width: 17.1%
}

.player_nav ul li a {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    background: #262b36;
    color: #fff;
    padding: 10px 0;
    font-size: 14px
}

.player_nav ul li a:hover {
    color: #0cb5ff
}

.player_nav ul li a.selected {
    background: #000;
    color: #0cb5ff
}

.comments {
    width: 100% !important;
    border: none;
    visibility: visible;
    min-height: 280px;
    background-color: #ddd;
    margin: 20px 0 10px !important;
    display: flex;
    align-items: baseline;
}

.fa-star:before {
    content: "\f005"
}

.text-secondary {
    display: block;
    margin: 0 0 10px
}

.stars-score {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    margin: 10px
}

.rating-content .bar {
    margin-bottom: 7px;
    overflow: hidden;
    width: 130px;
    font-size: 0;
    height: 13px;
    background: url(images/star-rating-sprite.png)
}

.rating-content .bar span {
    float: left;
    display: block;
    height: 13px;
    background: url(images/star-rating-sprite.png) 0 -13px
}

.ribbon-quality {
    width: 80px;
    background: #dc0603;
    position: absolute;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    top: 5px;
    left: -28px;
    right: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(310deg);
    font-weight: 700;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px #222
}
.ribbon-soundsub {
    width: auto;
    background: #dc0603;
    position: absolute;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    line-height: 20px;
    color: #f0f0f0;
    top: 0px;
    right: 0px;
    left: auto;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px #222
}

.post-item-wrapper .post-details-bottom {
    background: 0 0;
    border-top: 1px solid #222
}

.main-container .post-item-wrapper .post-thumbnail-image {
    width: 100%;
    position: relative;
    margin: 0;
    padding-top: 140%;
    background-color: #ddd
}

.main-container .post-item-wrapper .post-thumbnail-image img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.post-item-wrapper .post-title {
    box-shadow: 0 0 3px #666
}

.movie-title-wrap .title {
    font-size: 24px;
    background: #2b2b2b;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5
}

.movie-title-wrap .title span {
    color: #ffc600
}

.post-item-wrapper .post-title {
    overflow: hidden;
    width: 100%;
    height: 60px;
    min-height: 40px;
    max-width: 100%;
    margin: 0;
    padding: 5px 5px 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    box-sizing: border-box
}

.post-title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.post-item-wrapper .entry-header .post-title {
    font-size: 16px;
    font-style: inherit;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    text-shadow: none
}

.post-item-wrapper .post-details-bottom {
    background: 0 0;
    border-top: 1px solid #222
}

.post-item-wrapper .post-details-bottom {
    width: 100%;
    height: 45px;
    font-size: 13px;
    line-height: 1.5;
    color: #aaa;
    margin-top: 2px;
    font-family: inherit
}

.post-details-bottom span {
    font-family: 'kanitlight',Arial,Georgia,sans-serif;
    margin-right: 9%!important;
    margin-top: 1px;
    display: inline-block
}

.post-item-wrapper .post-details-bottom {
    overflow: hidden;
    border-top: 1px solid #222;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around
}

.post-item-wrapper .post-details-bottom>:last-child {
    margin-right: 0
}

.post-item-wrapper .post-details-bottom>* i.fa {
    padding-right: 1px
}

.post-item-wrapper {
    background: #1d1d1d url(images/burried02.png);
    position: relative;
    overflow: hidden
}

.post-story {
    text-align: center;
    padding: 5px;
    float: none
}

.post-story ul.social-share {
    float: none
}

.post-story a {
    display: inline-block
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto
}

.wp-caption {
    max-width: 40%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.navplayer,.navplayer button {
    text-align: center;
    margin-top: 5px
}
.box-info-movie:before {
    content: " ";
    display: table
}

.box-info-movie:after {
    content: " ";
    display: table;
    clear: both
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-star:before {
    content: "\f005"
}

.color-star {
    color: #f2af19
}

.post_vdo a:link,.post_vdo a:visited {
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #9a9a9a;
    display: inline-block;
    color: #fafafa;
    background-color: #8b0000;
    line-height: 35px;
    width: 95%;
    max-width: 100%;
    margin-top: 20px;
    padding: 5px 20px 5px 0px;
}

.post_vdo a:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.post_vdo {
    width: 100%;
    color: #f2af19;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center
}

.post_vdo p {
    margin: 10px 0
}

.fa-star:before {
    content: "\f005"
}

.info-movie-item {
    font-size: 100%;
    line-height: 1.2;
    margin: 10px 0
}

li.movie-item {
    padding: 3px;
    border-bottom: 1px solid #e6e6e6;
    height: auto;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 10px
}

.movie-item span {
    margin: 5px;
    float: left
}

img.hand-point-right {
    height: auto;
    width: 75px;
    margin-right: 10px;
}

.box-info-movie {
    float: left;
    width: 100%;
    min-height: 90px;
    margin: 10px 0;
    font-size: inherit;
    background-color: #222;
    border-radius: 5px;
    overflow: hidden;
    line-height: 1.24;
    direction: ltr;
    padding: 10px
}

.box-info-movie .info-heading {
    font-size: 1.3em;
    margin: -14px -14px 5px;
    border: 1px solid #0a0a0a;
    border-radius: 5px;
    color: #cecece;
    background: #222 url(images/subC.png) repeat-x center;
    padding: 9px
}

img[data-lazyloaded] {
    opacity: 0;
    -webkit-transition: opacity 30ms ease-in-out;
       -moz-transition: opacity 30ms ease-in-out;
        -ms-transition: opacity 30ms ease-in-out;
         -o-transition: opacity 30ms ease-in-out;
            transition: opacity 30ms ease-in-out;
}

img.media-loaded {
    opacity: 1
}

.ad-box-widget img {
    height: auto !important;
    max-width: 100%;
    margin: 0px auto;
}

.ad-box-widget p, .row2 .co {
    margin: 0 0 5px
}

.co img {
    width: 62%;
    padding: 0;
    margin: 0 auto;
    height: auto
}

.row2:after {
    content: "";
    display: table;
    clear: both
}

.header-search {
    clear: both
}

.post-list-main-container {
    margin: auto .5rem;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.post-item-wrapper {
    display: -ms-inline-grid;
    display: inline-grid
}

.searches a,.post-tags-in a {
    color: #fff;
    font-size: 14px;
    margin: 0 5px 5px;
    padding: 5px;
    text-transform: uppercase;
}

.post-tags-in {
    padding: 5px;
    margin: 10px 0;
    line-height: 1.5;
    color: #ccc;
    display: inline-block;
}

.story {
    height: auto!important;
    max-height: 550px;
    display: flex!important;
    margin: 5px;
    overflow: hidden;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.movie-title-wrap {
    text-align: center
}

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%
}

@media(min-width: 768px) {
    .container {
        width:750px
    }
}

@media(min-width: 992px) {
    .container {
        width:970px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1170px
    }
}

@media(min-width: 768px) {
    .col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }
}

@media(min-width: 992px) {
    .col-md-12,.col-md-3,.col-md-4,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }
}

@media(min-width: 768px) {

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }
}

@media(min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media(min-width: 768px) {
    .navbar-header {
        float:left
    }
}

@media(min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: flex !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

@media(min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0 auto
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1170px;
        width: 100%;
        margin: 0 auto
    }
}

@media(max-width: 991px) {
    .ad-box-widget img {
        max-width:90%
    }
    .co video, .co img {
        width: 85%;
    }
}

@media only screen and (max-width: 1199px) {
    .post-list-main-container {
        margin:auto .5rem;
        display: -ms-grid;
        display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    }
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
    .post-thumbnail-image.thumbnail-content {
        display:block;
        width: 30% !important
    }

    .trailer {
        display: block;
        width: 70% !important
    }
}

@media only screen and (max-width: 991px) {
    .post-thumbnail-image.thumbnail-content {
        display:block;
        width: 40% !important
    }

    .trailer {
        display: block;
        width: 60% !important
    }

    .logo img {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        height: 70px
    }
}

@media(min-width: 768px) {
    .next-post,.previous {
        float:left;
        width: 50%
    }
}

@media(max-width: 767px) {
    .post-nav-bottom .next-post,.post-nav-bottom .previous {
        text-align:center;
        padding: 10px 15px
    }
}

@media only screen and (max-width: 767px) {

    .copyright .site-info span {
        display: block;
        width: 100%;
        padding: 3px 0;
        text-align: center
    }

    .realse {
        width: 100%;
        margin-right: 0
    }
}

@media only screen and (max-width: 610px) {
    .post-item-wrapper .post-details-bottom {
        height:40px !important
    }

    .story {
        display: block !important;
        height: auto !important;
        max-height: none
    }

    .trailer {
        display: block !important;
        width: 100% !important;
        height: 260px !important
    }

    .post-thumbnail-image.thumbnail-content {
        display: block !important;
        width: 70% !important;
        height: auto !important;
        float: none;
        margin: auto
    }

    .player_nav {
        width: 100%;
        padding: 2%
    }

    .player_nav ul li {
        width: 50%
    }

    .player_nav ul li a {
        width: 98%;
        margin-bottom: 1.5%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

    .post-list-main-container {
        margin: auto .5rem;
        display: -ms-grid;
        display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    }
}

@media only screen and (max-width: 479px) {

    .entry-content .post-thumbnail-image {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .post-list-main-container {
        margin: auto .5rem;
        display: -ms-grid;
        display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    }
    .col-in1 {
        font-size: 14px!important;
    }
}
.wprc-container {
    display: block;
    float: right;
    width: 100%;
    margin: 20px 0
}

.wprc-container.red-colorscheme .wprc-content {
    border-top: 4px solid #eb652e
}

.wprc-container .wprc-content {
    background: #f6f6f6;
    border-top: 4px solid #fdce3a;
    width: 100%;
    padding: 20px;
    clear: both;
    box-shadow: 0 3px 3px #b8b8b8
}

.wprc-content .left-section,.wprc-content .right-section {
    width: 50%
}

.wprc-content .left-section {
    float: left
}

.wprc-content .right-section {
    float: right;
    padding-left: 20px
}

.wprc-content .right-section li {
    height: 100%
}

.clear {
    clear: both
}

div.wprc-content li {
    list-style: none outside none;
    margin: 0
}

.wprc-content textarea,.wprc-content input[type=text],.wprc-content select {
    resize: none;
    width: 100%;
    padding: 5px
}

.wprc-content,.wprc-content textarea,.wprc-content input,.wprc-content select,.wprc-content .left-section,.wprc-content .right-section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px
}

.wprc-content .input-details {
    height: 135px
}

.wprc-container.red-colorscheme button.wprc-submit,.wprc-container.red-colorscheme button.wprc-submit:hover,.wprc-container.red-colorscheme button.wprc-submit:active {
    background: #eb652e;
    border: 1px solid #eb652e;
    color: #fff
}
.wprc-submit {
    padding: 1% !important;
    font-size: 128% !important;
    width: 100% !important;
}
.wprc-content .wprc-submit {
    margin-top: 10px
}

.wprc-content button.wprc-submit,.wprc-content button.wprc-submit:hover,.wprc-content button.wprc-submit:active {
    background: #fdce3a;
    border: 1px solid #fdce3a;
    border-radius: 0;
    color: #946501;
    box-shadow: none
}

span.post-like {
  margin: 0 10px
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 7rem;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.container {
    position: relative;
    margin: auto;
}

@media(max-width: 359px) {
    .container {
        width:320px
    }
}

@media(min-width: 360px) and (max-width:374px) {
    .container {
        width:350px
    }
}

@media(min-width: 375px) and (max-width:411px) {
    .container {
        width:375px;
    }
}

@media(min-width: 412px) and (max-width:479px) {
    .container {
        width:412px
    }
}

@media(min-width: 480px) and (max-width:639px) {
    .container {
        width:480px
    }
}

@media(min-width: 640px) and (max-width:767px) {
    .container {
        width:623px
    }
}

@media(min-width: 768px) and (max-width:799px) {
    .container {
        width:750px
    }
}

@media(min-width: 800px) and (max-width:1023px) {
    .container {
        width:790px
    }
}

@media(min-width: 1024px) and (max-width:1279px) {
    .container {
        width:990px
    }
}

@media(min-width: 1280px) and (max-width:1365px) {
    .container {
        width:1270px
    }
}

@media(min-width: 1366px) {
    .container {
        width:1350px
    }
}

.fa-hand-point-right.color-hand-point-right {
    animation: .5s linear 1s infinite alternate none running slidein;
    animation-duration: .5s;
    animation-name: slide-in;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin-right: 35px;
    color: gold;
    font-size: 24px;
}

.slide-in {
  animation-duration: 0.5s;
  animation-name: slide-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes slide-in {
  from {
    translate: 25px;

  }
}