html{/*overflow-y: hidden;*/}

.main{
	min-height: 70vh;
}

h1, h2, h3, h4, h5, h6 {
	color: #00748e;
	font-weight: 600;
}

a{
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}

a.nostylelink{
  text-decoration: none;
  color: #fff;
}

#preloader{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: fixed;
	z-index: 10000;
	display: block;
}

#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0 4px 4px !important;
}

#header .header-nav.header-nav-stripe nav > ul > li  > a {
	background-color: transparent !important;
	color: #006e7a !important;
  text-decoration: none;
}

#header .header-nav.header-nav-stripe nav > ul > li:hover > a{
	color: #006e7a !important;
	text-shadow: rgb(0, 148, 158) 0px 0px 25px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
	right: 97px !important;
	left: auto !important;
	border-radius: 6px 0px 6px 6px !important;
}

@media screen and (min-width: 992px) {
	#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu{
		width: 500px;
	}
}

#header .header-nav-main nav > ul > li > a{
	font-size: 1.0em !important;
}
#header .header-nav.header-nav-stripe nav > ul > li > a {
	min-height: 10px !important;
}
#header .header-nav{
	min-height: 50px !important;
}
#header .header-logo{
	margin: 0px !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a{
	font-size: 0.8rem;
}
.list-account-options li{
	line-height: 30px !important;
}

.header-image{
	margin: 0px 0px 35px 0px;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured:hover{
	color: #4c869e;
	transition: all .3s ease;
}

.useful-links ul{
	list-style-type:none; 
	padding-left:0px; 
	margin-left:0px;
}

.searchstory{
	width: 50% !important;
  margin: 0 auto;
}

legend{
  font-size: 1em;
  font-weight: bold;
}


.textin{
padding: .375rem .75rem;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#footer .footer-copyright{
	padding: 0px;
	background: none;
    border-top: 0px;
	margin-top: 10px;
}

#footer .footer-ribbon {
    background: #455a63;
}

#footer .container .row > div {
     margin-bottom: 10px;
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #c7c7c7;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

#footer-wrapper{
    background-image: url('../img/minecraftonly/background.cuboid.png');
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -100px;
    padding-top: 100px;
}

#footer {
	background: #788c94;
    border-top: 4px solid #788c94;
    font-size: 0.8em;
    margin-top: 100px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
	color: #c7c7c7;
}


#header .header-soc-icons {
    margin-left: 16px;
}

.soc-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.soc-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.soc-icons li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.soc-icons li:hover.soc-icons-vk a {
	background: #94acc5;
}

.soc-icons li:hover.soc-icons-discord a {
	background: #8a93f9;
}

.soc-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}

.soc-icons li:hover.soc-icons-yout a {
	background: #ed787b;
}

.article-header .info{
	color: #bdbdbd;
}

.article-header a{
	color: #e0e0e0;
}

.article-header a:hover{
	opacity: 0.5;
}

.article-text{
	/* font-size: 16px; */
	/* line-height: 30px; */
	/*max-width: 90%;
	margin: 20px auto;*/
}
.article-text img{

}
.article{

}

.article-static{
	padding-bottom: 30px;
}

#dle-content{
	/* max-width: 85%; */
	margin: 0 auto;
}

#dle-content-cp{
	max-width: 100%;
	margin: 0 auto;
}

.article-footer{
  margin-top: 70px !important;
}
.article-footer, #dle-comments-list, #dle-comments-form{
	max-width: 90%;
  margin: 0px;
  font-size: 12px;
}

.short-article .article-text img, .news-bm-content img{
	max-width: 100%;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(131,131,131,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(131,131,131,1);
	box-shadow: 0px 5px 10px 0px rgba(131,131,131,1);
	margin: 0px 0px 20px 0px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

.article .article-text img{
  max-width: 100%;
}

.short-article .article-text iframe{
  display: block;
  margin: 10px auto 10px auto;
  max-width: 100%;
}

.full-article .article-text img, .full-article .article-text iframe{
	max-width: 100%;
  display: block;
  margin: 10px auto;
}

.article-static.article-text img{
  max-width: 100%;
}

.news-bm-content img{
 margin: 0px 0px 20px 0px !important; 
}

.bott{
	margin-top: 5px;
  font-size: 12px;
}

.pagination{
	justify-content: center;
}

#dle-comments-form textarea{
	box-shadow: 0px 5px 20px 0px #ccc;
	padding: 20px;
	height:100px;
}

.heading{
	width: 85%;
    margin: 0 auto;
    padding: 50px 0px 30px 0px;
	text-align: center;
}

#uslugi-buy-content select, #uslugi-buy-content input:not([type="submit"]), .votes select, .votes input {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	max-width: 100%;
}

.chest-list a{
	display:block;
}
.chest-list div{
	width: 100px;
}

#chest-info {
    background: #b4c7d5;
    z-index: 10000;
    margin-top: 140px;
    display: none;
    position: absolute;
    max-width: 504px;
	border-radius: 10px;
}

#chest-info-open {
    font-style: italic;
    padding: 250px 0px 0px 0px;
    z-index: 10000;
    margin-top: 150px;
    position: absolute;
    top: 50%;
	color: #ffffff;
}

.chest-info-descr {
    padding: 10px 40px 0px 40px;
    overflow: hidden;
    position: relative;
	color: #0e4150;
}

.chest-info-descr a {
 
}

#removeLink {
    color: white;
}

.chest-close {
    cursor: pointer;
    text-transform: uppercase;
    text-align: right;
    padding: 10px;
    color: #e4e4e6 !important;
}


.chest-count {
    text-align: center;
}

.chest-count span {
    font-weight: bold;
}

.chest-remove{
	text-align: center;
	cursor: pointer;
	color: #898989;
}
.chest-remove:hover{
	color: #6c6c6c;
}

#chest-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#chest-overlay {
    background: url(../img/overlay-bg.png) 0 0 repeat;
    zoom: 1;
}

#chest-overlay > * {
    -webkit-transform: translateZ(0px);
}

.uslugi-error{
	color:#ff4c4d !important;
	text-align:center;
	font-size: 18px;
	font-weight: 400;
}

.uslugi-ok{
	color:#009a23;
	text-align:center;
	font-size: 15px;
}


.main .server-bar-chart label{
	cursor: pointer;
}

.server-tooltip .tooltip-inner {
  background-color: #3ab0ba !important;
  color: #ffffff ;
  padding: 10px;
}

.server-tooltip .arrow::before {
    border-top-color: #3ab0ba;
    border-bottom-color: #3ab0ba;
}

@media screen and (min-width: 992px) {
.kits-tooltip .tooltip-inner{
min-width: 668px;
}
}

@media screen and (max-width: 992px) {
.kits-tooltip .tooltip-inner{
min-width: 234px;
}
}

.flags-tooltip .tooltip-inner{
min-width: 300px;
max-width: 500px !important;
}


.circular-server, .circular-server:hover{
	color: #777;
}

.circular-server:hover{
	color: #777;
}

.circular-bar {
    margin-bottom: 0px !important;
}



.circular-server .circular-bar-chart-img:before {
	position: absolute;
    margin: 29px 70px;
}

.circular-server .circular-bar-chart-Classic:before {
	content: url("../img/charts/Classic.jpg");
}

.circular-server .circular-bar-chart-HiTech:before {
	content: url("../img/charts/HiTech.jpg");
}

.circular-server .circular-bar-chart-Industrial:before {
	content: url("../img/charts/Industrial.jpg");
}

.circular-server .circular-bar-chart-RocketEvolution:before {
	content: url("../img/charts/RocketEvolution.jpg");
}

.circular-server .circular-bar-chart-TechnoMysticRPG:before {
	content: url("../img/charts/TechnoMysticRPG.jpg");
}

.circular-server .circular-bar-chart-EthernalCraft:before {
	content: url("../img/charts/EthernalCraft.jpg");
}

.circular-server .circular-bar-chart-Divine:before {
	content: url("../img/charts/Divine.jpg");
}

.circular-server .circular-bar-chart-RaftBlock:before {
	content: url("../img/charts/RaftBlock.jpg");
}

.circular-server .circular-bar-chart-BetterPixel:before {
	content: url("../img/charts/BetterPixel.jpg");
}

.circular-server .circular-bar-chart-PixelmonLegacy:before {
	content: url("../img/charts/PixelmonLegacy.jpg");
}

.circular-server .circular-bar-chart-TechnoMagic:before {
	content: url("../img/charts/TechnoMagic.jpg");
}

.circular-server .circular-bar-chart-MiniGames:before {
	content: url("../img/charts/MiniGames.jpg");
}

.circular-server .circular-bar-chart-MGReloaded:before {
	content: url("../img/charts/MGReloaded.jpg");
}

.circular-server .circular-bar-chart-TeraWars:before {
	content: url("../img/charts/TeraWars.jpg");
}

.circular-server .circular-bar-chart-HGNext:before {
	content: url("../img/charts/HGNext.jpg");
}

.circular-server .circular-bar-chart-TerraFirmaCraft:before {
	content: url("../img/charts/TerraFirmaCraft.jpg");
}

.circular-server .circular-bar-chart-CivCraft:before {
	content: url("../img/charts/CivCraft.jpg");
}
.circular-server .circular-bar-chart-Fantasy:before {
	content: url("../img/charts/Fantasy.jpg");
}
.circular-server .circular-bar-chart-OneBlock:before {
	content: url("../img/charts/OneBlock.jpg");
}

.circular-server .circular-bar-chart-BlockServer:before {
	content: url("../img/charts/OneBlock.jpg");
}

.circular-bar strong {
	display: block;
	font-weight: 600;
	line-height: 30px;
	position: absolute;
	top: 52%;
	width: 80%;
	left: 10%;
	text-align: center;
  position: absolute;
    z-index: 1000;

}

.circular-bar strong span, .circular-bar strong a {
    background-color: #218992;
    padding: 2px 3px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0px;
}

.circular-bar a:hover {
    text-decoration: none;
}

.circular-bar a {
    text-decoration: underline;
}

.circular-bar label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 41%;
	width: 80%;
	left: 11%;
	text-align: center;
}

.circular-bar .add_info {
	display: block;
	font-weight: 700;
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	top: 69%;
	width: 80%;
	left: 11%;
	text-align: center;
}


.circular-bar-chart strong, .circular-bar-chart label{
	display: none;
}


/* .circular-bar .anime_info { */
    /* background-image: url('/templates/2018/img/charts/icon_anime.png'); */
    /* width: 98px; */
    /* height: 98px; */
    /* position: absolute; */
    /* z-index: 999; */
    /* margin-left: -15px; */
    /* margin-top: -35px; */
/* } */

/* .circular-bar .wipe_info { */
    /* background-image: url('/templates/2018/img/charts/icon_wipe.png'); */
    /* width: 98px; */
    /* height: 98px; */
    /* position: absolute; */
    /* z-index: 999; */
    /* margin-left: -50px; */
    /* margin-top: 30px; */
/* } */

.circular-bar .wipe_info {
    background-image: url('/templates/2018/img/charts/icon_wipe.png');
    width: 98px;
    height: 98px;
    position: absolute;
    z-index: 999;
    margin-left: -15px;
    margin-top: -35px;
}


@media (min-width : 992px) {
.bg_container{
	background: url('../img/bg_mconly.png') 50% 50% no-repeat;
	width: 100%;
	height: 1688px;
	position:absolute;
	margin-top: -235px;
}

.monitoring{
   margin-top: 150px;
}

.bg-container-wrapper{
	height: 370px;
}

.news-blocks-only{
	margin: 40px 0px 30px 0px;
}

.news-blocks-all{
	margin: 40px 0px 0px 0px;
}


}

@media (max-width : 992px) {
.news-blocks-only{
	margin: 40px 0px 30px 0px;
}

}


@media (max-width : 1200px) {
.news-blocks-all{
	margin: 0px 0px 0px 0px;
}
}



/*NEWS2 BLOCK*/ 
.news2{
	filter: drop-shadow(0px 0px 10px #ccc);
	background-color: #fff;
	margin-bottom: 70px;

	padding-right: 15px;
    padding-left: 15px;
}

.news3{
	
}

.news2-col{
	
}

.news3-col{
	
}

.news2 .news-bm{
	padding: 15px 0px 10px 0px;
}


.news2 .news-bm-content{
	min-height: 300px;
    /* padding-left: 7%; */
    /* padding-right: 7%; */
    padding-bottom: 20px;
}

.news2 .news-bm-content span, .article-static{
	/* font-size: 16px; */
    /* line-height: 30px; */
}

.article-img-descr{
    background-color: #c2f9ff;
    display: block;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px rgb(160 249 255);
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 0px 0px 0px 0px;   
}

.news2 .news-bm-content img{
    /* max-height: 300px; */
    /* max-width: 75%; */
}

.news2 .news-bm-content iframe{
    max-width: 100%;
}

.news-bm-content h1{
    margin: 0px;
}
.article h1{
    margin: 0px;
}

.news-bm-content h2{
    /* margin-bottom: 20px; */
}

.news-bm-content h1 a, .news-bm-content h2 a, .article h1 a{
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    background-color: #b0e4e4;
    display: block;
    padding: 14px;
    color: #00748e;
    text-transform: none;
}
.news-bm-content h1 a:hover, .news-bm-content h2 a:hover, .article h1 a:hover{
    text-decoration: none;
    color: #00748e;
}

.news-bm-content span br, .article-text br{
    margin-bottom: 10px;
    content: " ";
    display: block;
}

.article-text br:after{
    content: " ";
}

.article p.info{
    margin: 0px;
    position: absolute;
    margin-top: -10px;
    line-height: 0px;
}


.news2 .butn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 4px 0px #3ea1a8;
  -moz-box-shadow: 0px 4px 0px #3ea1a8;
  box-shadow: 0px 4px 0px #3ea1a8;
  color: #ffffff;
  font-size: 14px;
  background: #5ec4cd;
  padding: 6px 14px 6px 19px;
  text-decoration: none;
  width: 145px;
  cursor: pointer;
  font-weight: bold;
  line-height: 2.0;
}

.news2 .butn:hover {
  background: #6bd4db;
  text-decoration: none;
}

.news2 .butn i{
	font-size: 18px;
	position: relative;
	top: 1px;
}

.news2 .news-bm-content h4{
	color: #006b74;
}

.news2 .news-bottom-btn{
	
}

.news2 .news-bottom-info{
	color: #5ec4cd;
	position: relative;
    top: 3px;
	float:left;
}

.news2 .news-bottom-info-text{
	color: #5ec4cd;
}

@media (max-width : 335px) {
	.news2 .news-bottom-info{
		float: none;
		height: 35px;
	}
    
}

.news-bm-left{
	background: url('../img/news-blocks/block-left-bottom.png') left bottom no-repeat;
	width: 100px;
	height: 36px;
	position: absolute;
	margin-left: -15px;
}


.news-bm-center{
	background: url('../img/news-blocks/block-mid-ver.png') center bottom repeat-x;
	width: 100%;
	height: 36px;
	bottom: -46px;
	position: relative;
}

.news-bm-right{
	background: url('../img/news-blocks/block-right-bottom.png') right bottom no-repeat;
	width: 100px;
	height: 36px;
	position: relative;
	margin-right: -15px;
	float: right;
}

.all-news{
	width: 145px;
	height: 104px;
	background: url('../img/allnews.png') left top no-repeat;
	margin-top: -65px;
	cursor: pointer;
	z-index: 1;
	display: block;
	filter: drop-shadow(0px 0px 15px #b2b2b2);
}

.all-news-all{
	width: 145px;
	height: 104px;
	background: url('../img/allnews.png') left top no-repeat;
	margin-top: 20px;
	cursor: pointer;
	z-index: 1;
	display: block;
	filter: drop-shadow(0px 0px 15px #b2b2b2);
}

.all-news:hover{
	background: url('../img/allnews.png') right top no-repeat;
}

.all-news-all:hover{
	background: url('../img/allnews.png') right top no-repeat;
}

@media (max-width : 992px) {
.all-news{
	margin-top: -30px;
	margin-bottom: 70px;
}
    .monitoring{
       margin-top: 15px;
    }
}

.news-bm-img{
	text-align: center;
}






.rating{
	margin-left: 0px !important;
	top: 4px;
    position: relative;
}
.rating-wrapper{
	display: inline-block;
}

.bcomment {
    border-top: 1px solid #d3d3d3;
    padding: 0px 15px 15px 140px;
}

.bcomment .dcont div br{
	margin-bottom: 10px;
    display: block;
    content: "";

}

.bcomment .lcol {
    background: #93afcd57;
    color: #707070;
    margin-left: -140px;
    margin-top: 10px;
    padding: 14px 10px 10px 15px;
	border: 1px solid #dadada;
	border-radius: 10px;
	width: 142px;
}

.bcomment .lcol li{
	text-align: center;
}

.lcol, .comedit ul li, .comedit ul li a {
    float: left;
}

.lcol, .rcol {
    display: inline;
}

.bcomment .lcol .avatar {
    margin-bottom: 4px;
}

.bcomment .lcol .avatar img {
    width: 110px;
    display: block;
}

.bcomment img {
    max-width: 544px;
}

.bcomment .lcol ul {
    font-size: 12px;
}

.reset, .reset li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bcomment .rcol {
    width: 100%;
}
.dpad .rcol {
	float:right;
}

.userinfo{
	display: inline-block;
    margin: 0 auto;
}

.clr {
    clear: both;
}

.bcomment .dtop {
   padding: 20px !important;
}

.bcomment .dpad {
    padding:10px;
	min-width:200px;
}

.bcomment .dcont {
    margin: 0px 0px 10px 10px;
	font-size: 13px;
}

.cominfo {
    position: relative;
    margin-bottom: 12px;
    height: 30px;
    background: #f1f0ed;
}

.comedit, .comedit ul li, .comedit ul li a {
    height: 21px;
}

.cominfo .dleft {
    width: 15px;
    height: 44px;
    position: absolute;
    top: -7px;
    left: -15px;
    background: url(../img/comileft.png) no-repeat;
}

.cominfo ul li {
    padding-left: 15px;
    color: #707070;
    float: left;
    height: 30px;
    margin-right: 15px;
}


.counter{
	opacity: 0.3;
}

.counter:hover{
	opacity: 1;
	transition: all 1s ease;
}

.user-avatar {
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
    height: 100%;
	border-radius: 4px;
	background-size: cover;
}
.user-avatar-border{
	background: none;
	border: 0px;
	border-radius: 4px;
    padding: .25rem;
	width: 110px;
    height: 160px;
	float: left;
    margin-right: 0px;
	overflow: hidden;
}

.home-intro {
    background-color: transparent; 
    margin: 0;
    overflow: visible;
    position: relative;
	text-align: center;
	padding: 0px;
	height: 80px;
}
.home-intro-bg{
	background-color: #fff !important;
	width: 100%;
	height: 131px;
}
.donate-intro-bg{
	background-color: #27414c !important;
	width: 100%;
	height: 55px;
}
.intro-image{
	background-image: url('../img/minecraftonly/7shapka.png') !important;
	background-position: top center !important;
	background-color: transparent !important;
	background-repeat: repeat-x;
	width: 100%;
	height: 262px;
	position: absolute;
	top: -74px;
	z-index: 1000;
}

.intro-image2{
	background-image: url('../img/minecraftonly/7shapka.png') !important;
	background-position: top center !important;
	background-color: transparent !important;
	background-repeat: repeat-x;
	width: 100%;
	height: 137px;
	position: absolute;
	top: 37px;
	z-index: 1000;
}

.intro-image-donate{
	background-image: url('../img/minecraftonly/shapka-donate.png') !important;
	background-position: top center !important;
	background-color: transparent !important;
	background-repeat: repeat-x;
	width: 100%;
	height: 262px;
	position: absolute;
	top: 0px;
	z-index: 1000;
}

.intro-button{
	padding-top: 0px;
	position: center;
	text-align: center;
    border-color: #e88b3a
}

.circular-bar .server-bar-chart, .circular-bar {
    min-height: 180px;
}

.marker-off {
    list-style-type: none;
}


.webshop .btn{
	padding: 5px 10px !important;
	margin-top: 10px;
}

.margin-content{
	margin: 55px 0px 0px 0px;
}

.ml-05 {
  margin-left: ($spacer) !important;
}

.btn-start1{
	background-color: #28a745;
    border-color: #28a745 #28a745 #258f3d;
    color: #FFF;
}

.btn-start1:hover{
    background-color: #2fc652;
    border-color: #34ce57 #34ce57 #28a745;
    color: #FFF;
}

.btn-start2{
	background-color: #ef8723;
    border-color: #ef8723 #ef8723 #cd7520;
    color: #FFF;
}

.btn-start2:hover{
    background-color: #fe9e42;
    border-color: #fe9e42 #fe9e42 #e08e40;
    color: #FFF;
}

.btn-start3{
	background-color: #f1c111;
    border-color: #f1c111 #f1c111 #d3a90f;
    color: #FFF;
}

.btn-start3:hover{
    background-color: #ffc800;
    border-color: #ffc800 #ffc800 #e4b60f;
    color: #FFF;
}

.btn-primary:hover, .btn-primary.hover {
    background-color: #5a8ea4 !important;
    border-color: #5a8ea4 #5a8ea4 #447183 !important;
    color: #FFF;
}


.featured-box-secondary h4 {
    color: #ef8723 !important;
}

.featured-box-secondary .box-content {
    border-top-color: #ef8723 !important;
}

.featured-box-secondary .icon-featured {
    background-color: #ef8723 !important;
}










/* Preloader */
.bubblingG {
	text-align: center;
	width:78px;
	height:49px;
	top: 50%;
    margin: auto;
	position: relative;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: rgb(0,0,0);
	border-radius: 49px;
		-o-border-radius: 49px;
		-ms-border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
	animation: bubblingG 0.715s infinite alternate;
		-o-animation: bubblingG 0.715s infinite alternate;
		-ms-animation: bubblingG 0.715s infinite alternate;
		-webkit-animation: bubblingG 0.715s infinite alternate;
		-moz-animation: bubblingG 0.715s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.2095s;
		-o-animation-delay: 0.2095s;
		-ms-animation-delay: 0.2095s;
		-webkit-animation-delay: 0.2095s;
		-moz-animation-delay: 0.2095s;
}

#bubblingG_3 {
	animation-delay: 0.429s;
		-o-animation-delay: 0.429s;
		-ms-animation-delay: 0.429s;
		-webkit-animation-delay: 0.429s;
		-moz-animation-delay: 0.429s;
}



@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		transform: translateY(-20px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-o-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-o-transform: translateY(-20px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-ms-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-ms-transform: translateY(-20px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-moz-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-moz-transform: translateY(-20px);
	}
}





/*VK Widget*/


.themodal-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.themodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

.themodal-overlay {
    background: url(../img/overlay-bg.png) 0 0 repeat;
    zoom: 1;
}


.w_main {
    position: absolute;
    background: url("../img/vkw0.png") no-repeat;
    background-color: #ffffff;
    width: 550px;
    height: 551px;
    padding: 10px;
    z-index: 10000;
    left: 47%;
    top: 17%;
    margin-left: -252px;
}

.w_close {
    background: url("../img/vkw2.png");
    box-shadow: none;
    border-radius: 5px;
    right: 14px;
    top: 14px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    width: 19px;
    height: 19px;
    z-index: 100;
    position: absolute;
    cursor: pointer;
}

.w_header {
    font-size: 36px;
    line-height: 50px;
    color: #888888;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 0;
}

.w_plug {
    background: no-repeat center 0;
    padding: 181px 11px 10px;
    background-image: url("../img/vkw3.jpg");
    height: 216px;
    overflow: hidden;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/**Sidebar monitoring **/

#sidebar-server .server-item-pve{
	display: block;
	background: url("../img/sidebar-monitoring/white_block.png") 0 0; 
	width:213px;
	height:65px;
	margin: 0px 5px -1px 5px;
}

#sidebar-server .server-item-pve:hover{
	background: url("../img/sidebar-monitoring/white_block.png") 0% 100%; 
	cursor: pointer;
	text-decoration: none;
}

#sidebar-server .server-item-pvp{
	display: block;
	background: url("../img/sidebar-monitoring/white_block.png") 0 0; 
	width:213px;
	height:65px;
	margin: 0px 5px -1px 5px;
}

#sidebar-server .server-item-pvp:hover{
	background: url("../img/sidebar-monitoring/white_block.png") 0% 100%; 
	cursor: pointer;
	text-decoration: none;
}

#sidebar-server .server-item-all{
	display: block;
	background: url("../img/sidebar-monitoring/blue_block.png") 0 0; 
	width:213px;
	height:65px;
	margin: 0px 5px 0px 5px;
	padding: 19px 5px 5px 0px;
    text-align: center;
    font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #125065;
}

#sidebar-server .server-item-play{
	display: block;
	background: url("../img/sidebar-monitoring/yellow_block.gif") 0 0; 
	width:213px;
	height:65px;
	margin: 0px 5px 0px 5px;
	padding: 19px 5px 5px 0px;
    text-align: center;
    font-weight: bold;
	color: #c04a17;
}

#sidebar-server .server-item-play:hover{
	background: url("../img/sidebar-monitoring/yellow_block.png") 0% 100%; 
	cursor: pointer;
	text-decoration: none;
}

#sidebar-server .server-name{
	float:left;	
	padding: 7px 10px 5px 15px;
	font-weight: bold;
}

#sidebar-server .server-item-pve .server-name{color: #00a8b1;}

#sidebar-server .server-item-pvp .server-name{ color: #f9801a;}

#sidebar-server .server-version{
	float:right;
	padding: 7px 15px 5px 10px;
	font-weight: bold;
}


#sidebar-server .server-item-pve .server-version{ color: #00a8b1;}

#sidebar-server .server-item-pvp .server-version{ color: #f9801a;}


#sidebar-server .server-bar{
	background: url("../img/sidebar-monitoring/gray_line.png") 0 0; 
}

#sidebar-server .server-bar{
	background: url("../img/sidebar-monitoring/gray_line.png") 0 0; 
	width: 194px;
	height: 14px;
	margin: 0px 0px 0px 12px;
}

#sidebar-server .server-status{
	text-align: center;
	font-size: 12px;
    position: relative;
    top: -18px;
	font-weight: bold;
}

#sidebar-server .server-item-pve .server-status{ color: #125065; }
#sidebar-server .server-item-pvp .server-status{ color: #824328; }

#sidebar-server .server-bar .pve{
	background: url("../img/sidebar-monitoring/blue_line.png") 0 0; 
	width: 0px;
	height: 14px;
	border-radius: 10px;
}

#sidebar-server .server-bar .pvp{
	background: url("../img/sidebar-monitoring/yellow_line.png") 0 0; 
	width: 0px;
	height: 14px;
	border-radius: 10px;
}

.vote-case1{
	height: 266px;
	background: url("../img/vote_common.png") 50% 50% no-repeat; 

}
.vote-case1:hover{
	background: url("../img/vote_common_hover.png") 50% 50% no-repeat; 
	
	cursor: pointer;
}
.vote-case2{
	height: 266px;
	background: url("../img/vote_uncommon.png") 50% 50% no-repeat; 

}
.vote-case2:hover{
	background: url("../img/vote_uncommon_hover.png") 50% 50% no-repeat; 

	cursor: pointer;
}
.vote-case3{
	height: 266px;
	background: url("../img/vote_mythical.png") 50% 50% no-repeat; 

}
.vote-case3:hover{
	background: url("../img/vote_mythical_hover.png") 50% 50% no-repeat; 

	cursor: pointer;
}

/*Мигающий текст*/

.lighter {
  animation: blur .75s ease-out infinite;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}

@keyframes blur {
  from {
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #00d3d6, 0px 0px 30px #00d3d6, 0px 2px 20px #00d3d6, 0px 2px 20px #00d3d6, 0px 2px 20px #00d3d6, 0px 2px 20px #00d3d6, 0px -2px 20px #00d3d6, 0px -2px 20px #00d3d6;
  }
}

.error-alert{
    color: #ffffff;
    background-color: #8b3b3b;
    border-color: #ff0000;
    padding: 50px;
}
.error-alert ul{
    width: max-content;
    text-align: left;
    margin: 0px;
}
.error-alert a{
    color: #ff9b1f;
}

.coins-bonus div{
    background-color: #7fc4d8;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    max-width: 160px;
    min-width: 160px;
    height: 170px;
    margin: 10px;
    font-size: 25px;
    color: #2b454c;
    border: 1px solid #006482;
    padding-bottom: 40px;
    transition: 0.3s;
}
.coins-bonus div span{
    position: absolute;
    bottom: 10px;
    font-size: 12px; 
    color: #077900;
    font-weight: bold;
}
.bonus-coins-info{
    font-size: 12px;
    color: green;
}
.coins-bonus div:hover{
      border: 5px solid #006482;  
      cursor: pointer;
}
.coins-bonus div:nth-child(1){
    background-image: url('/templates/2018/img/cpanel/coins-bonus/500mc.png');
}
.coins-bonus div:nth-child(2){
    background-image: url('/templates/2018/img/cpanel/coins-bonus/1000mc.png');
}
.coins-bonus div:nth-child(3){
    background-image: url('/templates/2018/img/cpanel/coins-bonus/3000mc.png');
}
.coins-bonus div:nth-child(4){
    background-image: url('/templates/2018/img/cpanel/coins-bonus/5000mc.png');
}
.coins-bonus div:nth-child(5){
    background-image: url('/templates/2018/img/cpanel/coins-bonus/10000mc.png');
}

.dot-wipe{
height: 40px;
width: 40px;
border-radius: 50%;
display: inline-block;
position: absolute;
font-size: 10px;
font-family: Arial;
line-height: 11px;
left: 10px;
color: #f00;
font-weight: bold;
padding-top: 9px;
box-shadow: 1px 1px 10px 5px #f00;
z-index: 10000;
}
.dot-anime{
height: 40px;
width: 40px;
border-radius: 50%;
display: inline-block;
position: absolute;
font-size: 10px;
font-family: Arial;
line-height: 11px;
right: 10px;
color: #ff00ef;
font-weight: bold;
padding-top: 15px;
box-shadow: 1px 1px 10px 5px #ff00ef;
z-index: 10000;
}

/*Grid Gallery*/
.grid-gallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0px 50px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.grid-gallery .grid-item {
  position: relative;
  overflow: hidden;
}

.grid-gallery .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px;
	margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.grid-gallery .grid-item:hover img {
  transform: scale(1.1);
}

.grid-gallery .grid-item a {
  cursor: zoom-in;
}

.grid-gallery .grid-item:nth-child(3n - 2) {
  grid-column: span 2;
  grid-row: span 2;
}

/* Let's make it responsive */
@media (max-width: 1200px) {
  .grid-gallery {
    grid-template-columns: 1fr;
  }
  .grid-gallery > * {
    grid-column: span 1 !important;
  }
}


.filter{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
}
.filter a{
  padding: 0px 5px;
}
.filter a[selected]{
  background-color: #0075ac;
  color: white;
}

.versionbadge{
  background-color: #00748e;
  padding-bottom: 5px;
   font-size:11px;
}
.versionbadge a{
  color: #fff;
}

.licenseinfo{
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hidden{
  display:none;
}

.text_spoiler{
  text-align: left !important;
}

code{
  color: #00748e !important;
  font-size: 14px !important;
  padding: 2px 4px;
  border: 1px solid #00748e;
  background-color: #dbebee;
  display: inline-block;
  vertical-align: middle;
  white-space: pre-wrap !important;
  word-spacing: normal;
  margin: 0px 2px;
}

.owl-stage-outer{
  /* height: 500px; */
}
/* .owl-stage-outer .img-thumbnail{
  display: flex !important;
  align-items: center;
} */
.img-thumbnail{
  background-color: #171717;
}
.img-thumbnail img{
  object-fit: contain;
  height: 100%;
}

pre{
  white-space: pre-wrap;      
  white-space: -moz-pre-wrap;  
  white-space: -pre-wrap;      
  white-space: -o-pre-wrap;    
  word-wrap: break-word;  
  font-size: 1.1em;
}

.article_header{
  display: flex;
  align-items: center;
  margin:10px 0px 40px 0px;
}

.article_header h1{
  margin:0px;
  padding: 0px;
}

.article-avatar{
  width: 32px;
  margin: 5px 10px 0px 0px;
}