.mobile .guild-container:before, .mobile .guild__panel_header, .mobile .guild__panel_body, .mobile .guild__list_caption, .mobile .guild__detail_title, .mobile .modal-content {
	box-shadow: unset !important;
}

.mobile .guild-background, .mobile .guild-container:before{ 
	background: none !important;
	background-color: #780e05 !important;
}

.mobile .guild__list_inner, .guild__list:after ,.mobile .guild__panel_header:before {
	    background: #6f1d01 !important;
	    background-image: none !important;
}
.mobile .guild__panel_header .texture{
	display: none!important;
}
.mobile  .main-content {
	padding-right: 4px;
    padding-left: 4px;
    margin-right: auto;
    margin-left: auto;
}

.mobile  .guild__panel_body {
	padding: 0;
}

.mobile  .guild__list_item {
	width: 48%;
}
.mobile  .guild__list_item  .guild__list_avatar {
	height: 250px;
}
.mobile .guild__list_inner {
	text-align: center;
}
.mobile .guild__list_inner  .guild__form-field .full-width{
	    width: 92%!important;
}

.guild .ohyea__modal_dialog {
	padding-top: 30px !important;
}

.guild.mobile .clog-page .clog-page-wrapper .ohyea__modal#ohyea_full .col-md-6{
	width: 50%;
}

.guild.mobile .clog-page .clog-page-wrapper .clog-page-split {
	display: none !important;
}

.guild.mobile .ohyea__modal#ohyea_full .clog-page{
    width: unset!important;
    min-width:  unset!important;
    height:  unset!important;
    min-height:  unset!important;
}
.guild.mobile .ohyea__modal#ohyea_full .clog-page-wrapper{	    
	width: unset!important;
    min-width: unset!important;
    height: unset!important;
    min-height: unset!important;
    padding: unset!important;
}

.guild .guild__list_avatar {
    height: 215px;
}
.guild .guild__panel_title span {
    margin: auto !important;
}


.guild.guild-detail.un-responsive .guild__list_avatar {
    height: 100px;
}
.guild .guild__list_item:hover a{
	// background-color: #44D553;
background: #132119;
    top: 0%;
    background: -webkit-gradient(linear, left top, right top, from(#1ca71d), color-stop(12%, #1ca71d), color-stop(50%, #a0f985), color-stop(91%, #1ca71d), to(#1ca71d));
    background: -webkit-linear-gradient(left, #1ca71d 0%, #1ca71d 12%, #a0f985 50%, #1ca71d 91%, #1ca71d 100%);
    background: -o-linear-gradient(left, #1ca71d 0%, #1ca71d 12%, #a0f985 50%, #1ca71d 91%, #1ca71d 100%);
    background: linear-gradient(90deg, #1ca71d 0%, #1ca71d 12%, #a0f985 50%, #1ca71d 91%, #1ca71d 100%);
}
.guild .guild__list_item:hover a .guild__list_avatar{
	transform: unset;
}
@media only screen and (max-width: 990px) {
	.guild .guild__list_item {
		width: 33.3% !important;
	}
}