body {
	background-color: rgb(28,30,37) !important;
}

.yellow {
    color: yellow;
}
.green-gradient {
	background: rgb(52,58,64); /* Old browsers */
    background: -moz-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d92c', endColorstr='#8acb00',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
    margin: 0px 20px;
}

.menu_text {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px !important;
}

.menu_text:hover {
    color: rgba(255,255,255,.75);
}

@media only screen and (min-width: 700px) {
    .position-first-container {
        margin: 20px 0px;
    }

    .position-first-container .col {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 699px) {
    .position-first-container {
        display: none !important;
    }
}

.content-pos {
    margin-top: 25px;
}

.card-top {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
	background: rgb(52,58,64); /* Old browsers */
    background: -moz-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda229', endColorstr='#f38b00',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    padding: 5px 10px !important;
    text-align: center;
    color: rgba(255,255,255,.5);
    font-weight: bold;
    font-size: 14px;
}

.card-content {
    flex: 1 1 auto;
    padding: 1.25rem;
	background-color: rgb(31,31,36) !important;
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
	color: rgba(255,255,255,.5);
}

.panel-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin-bottom: 10px;
}

.news-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin-bottom: 10px;
}

.news-card-top {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
	background: rgb(52,58,64); /* Old browsers */
    background: -moz-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda229', endColorstr='#f38b00',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    padding: 5px 10px !important;
    color: rgba(255, 255, 255, .5);
    font-weight: bold;
    font-size: 14px;
}

.news-card-content {
    flex: 1 1 auto;
    padding: 1.25rem;
	color: rgb(255,255,255,.5);
	background-color: rgb(31,31,36) !important;
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.news-card-bottom {
	background: rgb(52,58,64); /* Old browsers */
    background: -moz-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 5px 10px;
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    text-align: center;
	color: rgb(255,255,255,.5);
}

.news-card-bottom a {
    font-size: 14px;
}

a.side {
    color: #555;
    text-decoration: none;
}

.site-footer {
    color: rgba(255,255,255,.5);
    font-weight: bold;
	background: rgb(52,58,64); /* Old browsers */
    background: -moz-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d92c', endColorstr='#8acb00',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
    margin: 0px 20px;
    font-size: 14px;
    padding: 0px 15px;
}

.footer-text {
	color: rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
}

.profile-position {
    margin: auto;
    width: 50%;
}

.dashboard {
    display: inline-block;
}

.dashboard-item {
    display: inline-block;
    padding: 15px;
}

.nav_left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    background-color: #1c1e25;
}

.nav_left {
    /*border-radius: 5px;*/
}

.nav_left li a {
    display: block;
    color: rgb(255,255,255,.5);
    padding: 8px 16px;
    text-decoration: none;
}

.nav_left li a:hover {
    background-color: #555;
    color: white;
}

.url_green:hover {
    text-decoration: none;
    color: #fda229;
}

.url_green {
    color: #1e7e34;
    font-weight: bold;
}

.rezultatai{
    z-index: 999;
    top: 100%;
    left: 0;
}

.rezultatai{
    width: 100%;
    box-sizing: border-box;
}

.rezultatai p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
}
.rezultatai p:hover{
    background: #f2f2f2;
}

.unseen_message {
    background: rgba(0,0,0,.05);
}

table tr[data-href] {
    cursor: pointer;
}

.post-container {
    margin: 20px 20px 0 0;
    border: 1px solid #333;
    border-radius: 5px;
    overflow: auto
}
.post-thumb {
    margin: 20px;
    text-align: center;
    float: left;
}
.post-thumb img {
    display: block
}
.post-content {
    margin-left: 80px
}
.post-title {
    font-weight: bold;
    font-size: 200%
}

.right_button {
    float: right;
    margin-left: 10px;
}

.left_news_category {
    float: left;
}

.wrap {
    width: 100%;
    display: inline-block;
}
.wrap .image {
    width:189px;
    height: 300px;
    float:left;
    top:5px;
    margin-left: 15px;
}
.wrap .image img {
    height: 200px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wrap .info {
    float: left;
    height: 200px;
}

.pratybos_info {
    text-align: center;
}

.responsive-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-page {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.vip_info {
    color: #9F6000;
    background-color: #FEEFB3;
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 5px 10px 20px;
    background-repeat: no-repeat;
}

.vip_buyButton {
    -moz-box-shadow:inset 0px 0px 4px 0px #ffffff;
    -webkit-box-shadow:inset 0px 0px 4px 0px #ffffff;
    box-shadow:inset 0px 0px 4px 0px #ffffff;
    background-color:#ededed;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    border-radius:13px;
    border:2px solid #dcdcdc;
    display:inline-block;
    color:#0aa822;
    font-family: Arial;
    font-size:17px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 32px #ffffff;
}.vip_buyButton:hover {
     background-color:#dfdfdf;
 }.vip_buyButton:active {
      position:relative;
      top:1px;
  }

  .pagination {
      justify-content: center!important;
  }

  .card-img-top {
      height: 100px !important;
      width: auto !important;
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
      display: block;
  }

.first-vip-news{
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    width:100%;
    max-width: 600px;
}

.form-control {
	background: #1c1e25 !important;
}

.pagination a {
	background: rgb(52,58,64); /* Old browsers */
    background: -moz-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: rgb(52,58,64);
}

span.page-link {
		background: rgb(52,58,64); /* Old browsers */
    background: -moz-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, rgba(52,58,64,1) 0%, rgba(45,50,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: rgb(52,58,64);
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(https://topwarez.lt/images/load.gif) center no-repeat rgb(31,31,36);
}

a {
	color: white !important;
}

a:hover {
	text-decoration: none !important;
}

.card {
	background-color: rgb(31,31,36) !important;
}

.dropdown-item {
	background-color: rgb(31,31,36) !important;
}

.dropdown-menu {
	background-color: rgb(31,31,36) !important;	
}

.dropdown-item:hover {
	background-color: #555 !important;
}

.form-control {
	color: white !important;
}