::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
	background: #000000;
    background-image: linear-gradient(to bottom, #050505, #080808, #050505);
    background-position: center center;
}

::-webkit-scrollbar-thumb {
	background: #000000;
    background-image: linear-gradient(to bottom, #050505, rgba(0,80,255, 0.8), #050505);
    background-position: center center;
    border: 2px solid rgba(0,80,255, 0.2);
    border-left: 1px solid rgba(5,5,5);
}

::-webkit-scrollbar-thumb:hover {
	background: #000000;
    background-image: linear-gradient(to bottom, #050505, rgba(0,80,255), #050505);
    background-position: center center;
}

body {
    background: url("../img/stripe.png") repeat fixed, url("../img/bg.jpg") no-repeat center fixed;
    background-size: auto, 100%;
    -webkit-background-size: auto, 100%;
    -moz-background-size: auto, 100%;
    -o-background-size: auto, 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: rgba(200,200,200);
    cursor: url("../img/pointer.cur"), auto;
    text-shadow: 0 0 4px rgba(0,0,0);
}

a {
    text-decoration: none;
    cursor: url("../img/link.cur"), auto;
    color: rgba(200,200,200);
    font-weight: bold;
}

a:hover {
    color: rgba(0,100,255);
    text-decoration: none;
    text-shadow: 0 0 4px rgba(0,80,255);
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    cursor: url("../img/link.cur"), auto;
}

.text-custom {
    text-decoration: none;
    color: rgba(10,10,10);
    font-weight: bold;
}

.bg-primarynew {
    background-color:rgba(0,30,100) !important
}

.bg-success {
    background-color:rgba(0, 160, 0)!important
}

.bg-primary {
    background-color: rgba(0, 100, 200)!important;
}

.bg-warning {
    background-color:rgba(255, 193, 7)!important
}

.bg-danger {
    background-color:rgba(255, 0, 0)!important
}

.fa-bars-staggered {
    color: rgba(0,100,255, 0.8);
}

.fa-bars-staggered:hover {
    color: rgba(0,100,255);
    text-decoration: none;
	border: none;
}

.hrnew {
    border-top: 1px solid rgba(0,100,255, 0.3);
    padding: 6px;
    margin-top: 6px;
}

.hrnew-sm {
    border-top: 0px solid transparent;
    padding: 1px;
    margin-top: 0.5px;
}

.hrnew-smm {
    border-top: 0px solid transparent;
    padding: 0px;
    margin-top: -5px;
}

.hrnew-lg {
    border-top: 0px solid transparent;
    padding: 4px;
    margin-top: 4.5px;
}

.hrnew-lgg {
    border-top: 0px solid transparent;
    padding: 2px;
    margin-top: 2.5px;
}

.hrnew-tr {
    border-top: 1px solid rgba(0,100,255, 0);
    padding: 6px;
    margin-top: 6px;
}

.header-logo {
    background: rgba(5, 5, 5, 0.85);
    border-radius: 27px;
    padding: 5px 10px;
    width: 540px;
    margin: auto;
    transition: transform 0.4s linear;
    transform: scale(1);
    filter: saturate(2);
}

.header-logo:hover {
	background: rgba(5,5,5, 0.9);
    transition: transform 0.6s linear;
    transform: scale(1.1);
    filter: saturate(2);
}

.banner {
    background-color: #000;
    background-image: linear-gradient(to right, #050505, rgba(0,100,255, 0.8), #050505);
    background-size: cover;
    background-repeat: no-repeat;
    color: rgba(200,200,200);
    border-radius: 3px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    padding: 5px;
    text-shadow: 0 0 4px rgba(10,10,10);
    text-align: center;
    width: 478px;
}

.banner:hover {
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    opacity: 0.8;
    filter: drop-shadow(0 0 0.5rem rgba(10,10,10));
}

.navbar-toggler {
    border-radius: 5px;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(10,10,10);
}

.navbar-toggler:hover {
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0,100,255);
}

.br {
    display: none;
}

.navbar {
    background-color: #000 !important;
    background-image: url(../img/eup.png), linear-gradient(to right, #050505, rgba(05,05,05), #050505);
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: right center, 0 0;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
    padding: 0px;
    position: relative;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
	border-top: 4px solid rgba(05,05,05);
}

.navbar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.4px;
    background-image: url(../img/stripe.png), linear-gradient(to right, rgba(05,05,05), rgba(0,100,255), rgba(05,05,05));
}

.navbar a {
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.navbar-interval {
    background: rgba(255,255,255, 0.1);
    width: 2px;
}

.navbar .navbar-nav > li > a {
    color: rgba(200,200,200);
    background: rgba(0,0,0, 0.5);
    padding: 12px;
	padding-bottom: 13px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.navbar .navbar-nav .active {
    font-weight: bold;
    background-image: url(../img/stripe.png), linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.5), rgba(0,100,255, 0.1));
    color: rgba(0,100,255);
    text-shadow: 0 1px 1px rgba(0,100,255);
    background-position: left top;
    border-radius: 1px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    font-weight: bold;
    background-image: linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.5), rgba(0,100,255, 0.1));
    color: rgba(220,220,220);
    text-shadow: 0 1px 1px rgba(0,100,255);
    background-position: left top;
    border-radius: 1px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.header {
    background: url(../img/videooverip_new.gif) no-repeat center center; /* За GIF */
    background-size: cover;
    box-shadow:inset 0 0 50px 10px rgba(0,0,0);
    padding: 10px 0 0 0;
    height: 320px;
}

.msg {
    background-image: url(../img/eup.png), linear-gradient(to right, #050505, rgba(5, 5, 5), #050505);
    background-color: #000;
    background-position: center center, left top, right top, 0 0;
    background-repeat: no-repeat;
    background-size: 125px;
    border: 1px solid rgba(0,0,0);
    padding: 22px;
    position: relative;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.msg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../img/stripe.png), linear-gradient(to right, rgba(05,05,05), rgba(0,100,255), rgba(05,05,05));
}

.form-control {
	background-color: #000;
	background-image: url(../img/fc.png), linear-gradient(to right, #050505, rgba(0,100,255, 0.2), #050505);
    background-position: right 5px center;
    background-repeat: no-repeat;
	border: 1px solid rgba(50,50,50, 0.5);
    border-radius: 2px;
    position: relative;
    padding: 1px 5px 1px 5px;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}
.form-control:focus {
	background-color: #000;
	background-image: url(../img/fc.png), linear-gradient(to right, #050505, rgba(0,100,255, 0.2), #050505);
	background-position: right 5px center;
	background-repeat: no-repeat;
	border: 1px solid rgba(0,100,255, 0.5);
    box-shadow: 0 0 5px rgba(0,100,255, 0.5);
	color: inherit;
}

.container {
	border-radius: 12px;
    width:90%;
    min-width:90%;
    max-width:94%;
    margin-top: 8%;
    padding:0px;
	box-shadow: 0 0 12px rgba(0,0,0, 1);
	border-color: rgba(10,10,10, 0.50);
}

.wrapper {
    background-image: linear-gradient(to right, rgba(0,0,0, 0.88), rgba(0,0,0, 0.58), rgba(0,0,0, 0.88));
    padding: 15px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
}

.box {
    margin-bottom: 20px;
    color: #777;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.box_title {
    background-color: #000;
    background-image: url(../img/gamepadI.png), url(../img/devI.png), linear-gradient(to right, #050505, rgba(05,05,05), #050505);
    background-repeat: no-repeat;
    background-position: left center, right center, 0 0;
    border: 1px;
    border-bottom: 0px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    position: relative;
}

.box_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../img/stripe.png), linear-gradient(to right, rgba(05,05,05), rgba(0,100,255), rgba(05,05,05));
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.box_title_nb {
    background-color: #000;
    background-image: linear-gradient(to right, #050505, rgba(05,05,05), #050505);
    background-position: left top;
    border: 1px;
    border-bottom: 0px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    position: relative;
}

.box_content {
    background-color: #000;
    background-image: linear-gradient(to right, #050505, rgba(15,15,15), #050505);
    padding: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    border-top: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-shadow: 0 1px 1px #000;
    color: rgba(200,200,200);
}

.box_content-50 {
    background-image: linear-gradient(to right, rgba(15,15,15,0.85), rgba(15,15,15,0.5), rgba(15,15,15,0.85));
    padding: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    border-top: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-shadow: 0 1px 1px #000;
    color: rgba(200,200,200);
}

.box-head {
    background: rgba(0,0,0, 0.3);
}

h3.box-title {
    color: rgba(0,100,255);
    text-shadow: 0 1px 1px #000;
    padding: 10px 5px 10px 5px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
	font-weight: bold;
}

.box_s {
    background-color: #000;
    background-image: linear-gradient(to right, #101010, rgba(10,10,10), #101010);
    padding: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    border-top: 0px;
    border-radius: 15px;
    text-shadow: 0 1px 1px #000;
	text-align: center;
    color: rgba(200,200,200);
}

.footer-head {
    background-image: url(../img/eup.png), linear-gradient(to right, #050505, rgba(5, 5, 5), #050505);
    background-size: 125px;
    background-position: center center, left top, right top, 0 0;
    background-repeat: no-repeat;
    background-color: #000;
    border: 1px solid rgba(0,0,0);
    padding: 22px;
    position: relative;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.footer-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../img/stripe.png), linear-gradient(to right, rgba(05,05,05), rgba(0,100,255), rgba(05,05,05));
}

.footer-body {
    background: url(../img/footer.jpg);
    background-repeat: repeat-y;
    background-position: top center, top 18px;
    background-size: 100%;
    box-shadow:inset 0 0 50px 10px rgba(0,0,0);
    padding: 10px 0 0 0;
    border-color: rgba(0,100,255, 0.15);
}

.footer {
    background-color: #000;
    background-image: url(../img/eup.png), linear-gradient(to right, #050505, rgba(05,05,05), #050505);
    background-size: 125px;
    background-repeat: no-repeat;
    background-position: center center, 0 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
    padding: 10px 12px;
    overflow: hidden;
    color: rgba(200,200,200);
    font-size: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    text-shadow: 0 1px 1px #000;
    margin-top: -15px;
    margin-bottom: 20px;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.4px;
    background-image: url(../img/stripe.png), linear-gradient(to right, rgba(05,05,05), rgba(0,100,255), rgba(05,05,05));
}

.bg-custom {
    background: linear-gradient(to right, rgba(05,05,05), rgba(05,05,05, 0.8), rgba(05,05,05));
}

.bg-custom-sm {
    background: linear-gradient(to right, rgba(10,10,10), rgba(10,10,10), rgba(10,10,10));
}

.b-radius {
	border-radius: 8px;
}

.bb {
	border-bottom: 1px solid rgba(0,100,255, 0.25);
}

.border-all {
	border: 1px solid rgba(0,100,255, 0.5);
}

.tbl {
    background: url(../img/tbl.png) no-repeat center center;
    background-size: 100%;
    box-shadow:inset 0 0 50px 10px rgba(0,0,0);
    padding: 10px 0 0 0;
    border-color: rgba(0,100,255, 0.15);
}

.bdg-s {
	background-image: linear-gradient(to right, rgba(5,5,5), rgba(0,100,255, 0.2), rgba(5,5,5));
	padding: 2.7px 5px 2.7px 5px;
	border-radius: 5px;
	border: 1px solid rgba(50,50,50, 0.5);
	box-shadow: 0 0 4px rgba(50,50,50, 0.5);
	font-size: 12.5px;
	font-weight: normal;
    display: inline-block;
    text-shadow: 0 1px 1px #000;
}

.bdg-b {
	background-image: linear-gradient(to right, rgba(5,5,5), rgba(0,100,255, 0.2), rgba(5,5,5));
	padding: 2.7px 5px 2.7px 5px;
	border-radius: 5px;
	border: 1px solid rgba(50,50,50, 0.5);
	box-shadow: 0 0 4px rgba(50,50,50, 0.5);
	font-size: 12.5px;
	font-weight: normal;
    display: inline-block;
    text-shadow: 0 1px 1px #000;
}

.bdg-bb {
	background-image: linear-gradient(to right, rgba(5,5,5), rgba(10,10,10, 0.2), rgba(5,5,5));
	padding: 2.7px 5px 2.7px 5px;
	border-radius: 5px;
	border: 1px solid rgba(50,50,50, 0.5);
	box-shadow: 0 0 4px rgba(50,50,50, 0.5);
	font-size: 12.5px;
	font-weight: normal;
    display: inline-block;
    text-shadow: 0 1px 1px #000;
}

.bs {
	background-image: linear-gradient(to right, rgba(5,5,5), rgba(0,100,255, 0.5), rgba(5,5,5));
	color: rgba(170,170,170);
	padding: 1px 5px 1.5px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,100,255, 0.5);
	box-shadow: 0 0 4px rgba(0,100,255, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.bt {
    color:rgba(0,100,255);
    font-size:13px;
    border: 1px solid rgba(0,100,255, 0.5);
    padding: 2px 4px 2px 4px;
    text-shadow: 0 1px 1px #000;
}

.zoom-sm-map {
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: -2px;
    position: relative;
    z-index: 1;
}

.zoom-sm-map:hover {
    border-radius: 4px;
    margin-top: -2px;
    transition: transform 0.3s;
    transform: scale(5);
    z-index: 2;
}

.news {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    font-size: 14px;
    border-radius: 15px;
}

.news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    border-radius: 12px;
}

.news * {
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

.avatar {
    width:66%;
    border:4px solid rgba(0,100,255);
    box-shadow:0 0 15px rgba(0,100,255);
    border-radius:50%;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.avatar-sm {
    width:35px;
    height:35px;
    max-width:35px;
    max-height:35px;
    border:2px solid rgba(0,100,255);
    box-shadow:0 0 5px rgba(0,100,255);
    border-radius:50%;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.avatar-s {
    width:30px;
    height:30px;
    max-width:35px;
    max-height:35px;
    border:2px solid rgba(0,100,255);
    box-shadow:0 0 5px rgba(0,100,255);
    border-radius:50%;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.card:hover .avatar-s {
    border-radius:5px;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.tr:hover .avatar-sm {
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,100,255);
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
	filter: saturate(2);
}

.bdg {
	background-image: linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.2), rgba(0,100,255, 0.1));
	color: rgba(0,100,255);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,100,255, 0.2);
	box-shadow: 0 0 2px rgba(0,100,255, 0.2);
}

.bdg-sm {
	background-image: linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.2), rgba(0,100,255, 0.1));
	color: rgba(0,100,255);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,100,255, 0.2);
	box-shadow: 0 0 2px rgba(0,100,255, 0.2);
	font-size: 13px;
}

.bdg-smm {
	background-image: linear-gradient(to right, rgba(0,100,255, 0.02), rgba(0,100,255, 0.08), rgba(0,100,255, 0.02));
	color: rgba(0,100,255);
	padding: 5px;
	border-radius: 25px;
	font-size: 13px;
}

.bdg-img {
	background-image: linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.2), rgba(0,100,255, 0.1));
	color: rgba(0,100,255);
	border-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(to right, rgba(05,05,05), rgba(0,100,255, 0.8), rgba(05,05,05)) 1;
	position: relative;
	transform-origin: bottom center;
	transition: transform 0.8s linear;
	-moz-transition: transform 0.8s linear;
	-webkit-transition: transform 0.8s linear;
	-o-transition: all 0.8s transform 1s linear;
	height: 150px;
}

.bdg-img-l {
	background-image: linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.2), rgba(0,100,255, 0.1));
	color: rgba(0,100,255);
	border-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(to right, rgba(05,05,05), rgba(0,100,255, 0.8), rgba(05,05,05)) 1;
	position: relative;
	transform-origin: bottom center;
	transition: transform 0.8s linear;
	-moz-transition: transform 0.8s linear;
	-webkit-transition: transform 0.8s linear;
	-o-transition: all 0.8s transform 1s linear;
	height: 400px;
}

.bdg-dark:hover .bdg-img {
	border-bottom: 1.5px solid;
	border-image: linear-gradient(to right, rgba(05,05,05), rgba(0,100,255), rgba(05,05,05)) 1;
	transition: transform 0.6s linear;
	-moz-transition: transform 0.6s linear;
	-webkit-transition: transform 0.6s linear;
	-o-transition: all 1s transform 0.6s linear;
	transform: scale(1.05);
	transform-origin: bottom center;
}

.bdg-dark:hover .bdg-img-l {
	border-bottom: 1.5px solid;
	border-image: linear-gradient(to right, rgba(05,05,05), rgba(0,100,255), rgba(05,05,05)) 1;
	transition: transform 0.6s linear;
	-moz-transition: transform 0.6s linear;
	-webkit-transition: transform 0.6s linear;
	-o-transition: all 1s transform 0.6s linear;
	transform: scale(1.05);
	transform-origin: bottom center;
}

.bdg-dark {
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5), rgba(0,100,255, 0.05), rgba(0,0,0, 0.5));
	color: rgba(0,100,255);
	padding: 1px;
	padding-bottom: 15px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0, 0.2);
	box-shadow: 0 0 5px rgba(0,0,0, 0.2);
	filter: saturate(1.5);
	text-align: center;
	overflow: hidden;
}

.bdg-dark:hover {
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5), rgba(0,100,255, 0.1), rgba(0,0,0, 0.5));
	color: rgba(0,100,255);
	padding: 1px;
	padding-bottom: 15px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0, 0.5);
	box-shadow: 0 0 8px rgba(0,0,0, 0.5);
	filter: saturate(1.5);
	text-align: center;
	overflow: hidden;
	filter: saturate(1.5);
}

.bdg-dark-c {
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5), rgba(0,100,255, 0.05), rgba(0,0,0, 0.5));
	color: rgba(0,100,255);
	padding: 1px;
	padding-bottom: 15px;
	border-radius: 25px;
	border: 1px solid rgba(0,100,255, 0.2);
	box-shadow: 0 0 5px rgba(0,0,0, 0.2);
	filter: saturate(1.5);
	text-align: center;
	overflow: hidden;
}

.bdg-dark-c:hover {
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5), rgba(0,100,255, 0.1), rgba(0,0,0, 0.5));
	color: rgba(0,100,255);
	padding: 1px;
	padding-bottom: 15px;
	border-radius: 25px;
	border: 1px solid rgba(0,100,255, 0.3);
	box-shadow: 0 0 8px rgba(0,0,0, 0.5);
	filter: saturate(1.5);
	text-align: center;
	overflow: hidden;
	filter: saturate(1.5);
}

.bdg-red {
	background-image: linear-gradient(to right, rgba(255,10,0, 0.1), rgba(255,10,0, 0.2), rgba(255,10,0, 0.1));
	background-position: left top;
	color: rgba(255,10,0);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(255,10,0, 0.2);
	box-shadow: 0 0 2px rgba(255,10,0, 0.2);
}

.bdg-br {
    background-color: #000;
	background-image: linear-gradient(to right, rgba(15,15,15), rgba(0,100,255, 0.5), rgba(15,15,15));
	background-position: left top;
    color: rgba(200,200,200);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,100,255, 0.2);
	box-shadow: 0 0 2px rgba(0,100,255, 0.2);
}

.bdg-red-sm {
	background-image: linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.2), rgba(0,100,255, 0.1));
	background-position: left top;
    color: rgba(0,100,255);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,100,255, 0.2);
	box-shadow: 0 0 2px rgba(0,100,255, 0.2);
}

.bdg-g {
	background-image: linear-gradient(to right, rgba(0,255,20, 0.1), rgba(0,255,20, 0.2), rgba(0,255,20, 0.1));
    color: rgba(200,200,200);
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,255,20, 0.2);
	box-shadow: 0 0 4px rgba(0,255,20, 0.2);
	font-size: 13px;
	font-weight: bold;
}

.bdg-y {
	background-image: linear-gradient(to right, rgba(255,155,0, 0.1), rgba(255,155,0, 0.2), rgba(255,155,0, 0.1));
	color: rgba(255,155,0);
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	border: 1px solid rgba(255,155,0, 0.3);
	box-shadow: 0 0 4px rgba(255,155,0, 0.3);
	font-size: 13px;
	font-weight: bold;
}

.bdg-r {
	background-image: linear-gradient(to right, rgba(0,80,255, 0.1), rgba(0,80,255, 0.2), rgba(0,80,255, 0.1));
	color: rgba(0,80,255);
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,80,255, 0.3);
	box-shadow: 0 0 4px rgba(0,80,255, 0.3);
	font-size: 13px;
	font-weight: bold;
}

.bdg-r:hover .avatar {
    border-radius:15px;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.btn-custom {
    background-color: #000;
	background-image: linear-gradient(to right, rgba(5,5,5), rgba(0,100,255, 0.5), rgba(5,5,5));
    color: rgba(200,200,200);
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,100,255, 0.5);
	box-shadow: 0 0 4px rgba(0,100,255, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
}
.btn-custom:hover {
    color: rgba(200,200,200);
    background-color: #000;
    background-image: linear-gradient(to right, rgba(5,5,5), rgba(0,100,255, 0.6), rgba(5,5,5));
    border: 1px solid rgba(10,10,10, 0.50);
    cursor: url("../img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(0,100,255, 0.2), 0px 0px 10px rgba(0,100,255, 0.3), 0px 0px 15px rgba(0,100,255, 0.4), 0px 0px 20px rgba(0,100,255, 0.5);
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.btn-custom-green {
    background-color: #000;
	background-image: linear-gradient(to right, rgba(5,5,5), rgba(0,255,0, 0.5), rgba(5,5,5));
    color: rgba(200,200,200);
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,255,0, 0.5);
	box-shadow: 0 0 4px rgba(0,255,0, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
}
.btn-custom-green:hover {
    color: rgba(200,200,200);
    background-color: #000;
    background-image: linear-gradient(to right, rgba(5,5,5), rgba(0,255,0, 0.6), rgba(5,5,5));
    border: 1px solid rgba(10,10,10, 0.50);
    cursor: url("../img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(0,255,0, 0.2), 0px 0px 10px rgba(0,255,0, 0.3), 0px 0px 15px rgba(0,255,0, 0.4), 0px 0px 20px rgba(0,255,0, 0.5);
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.btn-custom-red {
    background-color: #000;
	background-image: linear-gradient(to right, rgba(5,5,5), rgba(255,10,0, 0.5), rgba(5,5,5));
    color: rgba(200,200,200);
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	border: 1px solid rgba(255,10,0, 0.5);
	box-shadow: 0 0 4px rgba(255,10,0, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
}
.btn-custom-red:hover {
    color: rgba(200,200,200);
    background-color: #000;
    background-image: linear-gradient(to right, rgba(5,5,5), rgba(255,10,0, 0.6), rgba(5,5,5));
    border: 1px solid rgba(10,10,10, 0.50);
    cursor: url("../img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(255,10,0, 0.2), 0px 0px 10px rgba(255,10,0, 0.3), 0px 0px 15px rgba(255,10,0, 0.4), 0px 0px 20px rgba(255,10,0, 0.5);
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.btn-custom-top {
    margin-right: -15px;
    display: inline-block;
	color: rgba(200,200,200);
    font-size: 30px;
    border-radius: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 38px;
    z-index: 99;
    border: none;
    outline: none;
    filter: drop-shadow(0 0 0.5rem rgba(0,100,255));
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.btn-custom-top:hover {
    border-radius: 50px;
    color: rgba(200,200,200);
    -o-transition: all 0.50s ease-in-out;
    cursor: url("../img/link.cur"), auto;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    transition: transform 0.4s linear;
    transform: scale(1.2);
    filter: saturate(1.5) drop-shadow(0 0 0.6rem rgba(0,100,255));
}

@font-face {
  font-family: 'StfnColorEmoji';
  src: url('../css/StfnColorEmoji.ttf') format('truetype');
}

.btn-emoji {
    font-family: 'StfnColorEmoji', sans-serif;
    font-size: 1.4rem;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.2s ease;
}

.btn-emoji:hover {
    transform: scale(1.4);
    transition: transform 0.4s ease;
}

.btn-custom-emoji {
    font-family: 'StfnColorEmoji', sans-serif;
    font-size: 1.4rem;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.2s ease;
}

.btn-custom-emoji:hover {
    transform: scale(1.4);
    transition: transform 0.4s ease;
}

@media (max-width: 1000px) {
::-webkit-scrollbar {
	display: none;
}
.br {
    border-top: 1px solid rgba(0,0,0, 0);
    padding-top: 3px;
    margin-top: 5px;
    display: block;
}
.header {
    background: url(../img/videooverip_new.gif) no-repeat center center;
    background-size: cover;
    box-shadow:inset 0 0 50px 10px rgba(0,0,0);
    padding: 10px 0 0 0;
    max-height: 205px;
}
.header-logo {
	background: rgba(5,5,5, 0.85);
	border-radius: 150px;
	padding: 5px 10px;
	width: 100%;
	margin: auto;
    margin-top: 3.5%;
    transition: transform 0.4s linear;
    transform: scale(0.8);
    filter: saturate(2);
}
.header-logo:hover {
	background: rgba(5,5,5, 9);
    transition: transform 0.6s linear;
    transform: scale(0.9);
    filter: saturate(2);
}
.bdg-img {
	background-image: linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.2), rgba(0,100,255, 0.1));
	color: rgba(0,100,255);
	border-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(to right, rgba(05,05,05), rgba(0,100,255, 0.8), rgba(05,05,05)) 1;
	position: relative;
	transform-origin: bottom center;
	transition: transform 0.8s linear;
	-moz-transition: transform 0.8s linear;
	-webkit-transition: transform 0.8s linear;
	-o-transition: all 0.8s transform 1s linear;
	max-height: 180px;
}
.bdg-img-l {
	background-image: linear-gradient(to right, rgba(0,100,255, 0.1), rgba(0,100,255, 0.2), rgba(0,100,255, 0.1));
	color: rgba(0,100,255);
	border-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(to right, rgba(05,05,05), rgba(0,100,255, 0.8), rgba(05,05,05)) 1;
	position: relative;
	transform-origin: bottom center;
	transition: transform 0.8s linear;
	-moz-transition: transform 0.8s linear;
	-webkit-transition: transform 0.8s linear;
	-o-transition: all 0.8s transform 1s linear;
	max-height: 180px;
}

}