@media ( min-width :1100px) {
	.slider-box-1 {
		display: none;
	}
	.slider-box-2 {
		width: 100%;
		height: 450px;
		margin: 10px auto;
		position: relative;
	}
	.slider-box-2 .item-name h3 {
		font-size: 20px;
		padding: 15px 0 15px 0;
	}
	.slider-box-2 .slick-next {
		position: absolute;
		top: 50%;
		right: 35px;
		z-index: 10;
		display: block;
	}
	.slider-box-2 .slick-prev {
		position: absolute;
		top: 50%;
		left: 35px;
		z-index: 10;
		display: block;
	}
	.slider-box-2>.slick .item {
		height: 450px;
		position: relative;
		overflow: hidden;
	}
	.slider-box-2>.slick .item img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
	}
	section {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		background: #fafafa;
		margin: 0;
		padding: 20px 0 120px 0;
		position: relative;
	}
	#section1 {
		width: 1100px;
		height: auto;
	}
	#section1 .Noticebox {
		width: 100%;
		height: 75px;
		background: #fff;
		display: flex;
		justify-content: space-between;
		border: 1px solid #ddd;
		margin: 0;
	}
	#section1 .Noticebox .Notice {
		width: 13%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-right: 1px solid #ddd;
	}
	#section1 .Noticebox .Notice img {
		width: 20px;
		margin: 0 10px 0 0;
	}
	#section1 .Noticebox .Notice h4 {
		font-size: 18px;
	}
	#section1 .Noticebox .Contents {
		width: 80%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	#section1 .Noticebox .Contents h3 {
		color: #999;
		font-size: 18px;
	}
	#section1 .Noticebox .Noticebarbox {
		width: 15%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#section1 .Noticebox .Noticebarbox .plus {
		width: 100px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#section1 .Noticebox .Noticebarbox .plus h3 {
		color: #888;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		cursor: pointer;
		margin: 5px 0 0;
	}
	#section1 .Noticebox .Noticebarbox .plus h3 span {
		color: #888;
		font-size: 25px;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 0 0;
	}
	#section2 {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	#section2 .gamebox {
		width: 100%;
		height: 260px;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	#section2 .gamebox .box1 {
		width: 345px;
		height: 100%;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	#section2 .gamebox .box1 .textbox {
		width: 345px;
		height: 50px;
		position: absolute;
		top: 210px;
		left: 0;
		border: 1px solid #ddd;
		background: #fff;
		padding: 3px 0 0 10px;
	}
	#section2 .gamebox .box2 {
		width: 345px;
		height: 100%;
		overflow: hidden;
		cursor: pointer;
	}
	#section2 .gamebox .box2 .textbox {
		width: 345px;
		height: 50px;
		position: absolute;
		top: 210px;
		border: 1px solid #ddd;
		background: #fff;
		padding: 3px 0 0 10px;
	}
	.box1 .textbox {
		background: red;
	}
	#section2 .gamebox .loginbox .login {
		    box-shadow: inset 0px 1px 0px 0px #d9fbbe;
	    background: linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	    background-color: #b8e356;
	    border-radius: 6px;
	    border: 1px solid #83c41a;
	    display: inline-block;
	    cursor: pointer;
	    color: #ffffff;
	    font-size: 15px;
	    font-weight: bold;
	    padding: 16px 24px;
	    text-decoration: none;
	    text-shadow: 0px 1px 0px #86ae47;
	    height: 56px;
	    text-align: center;
	    width:250px;
	}

#section2 .gamebox .loginbox .login:hover {
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	background-color:#a5cc52;
}
#section2 .gamebox .loginbox .login:active {
	position:relative;
	top:1px;
}
	
	#section2 .gamebox .loginbox .login h3 {
		font-size: 17px;
		letter-spacing: 1.5px;
	}
	#section2 .gamebox .loginbox .text {
		width: 70%;
		height: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#section2 .gamebox .loginbox .text h3 {
		font-size: 15px;
		margin: 15px 0 0;
	}
	#section2 .gamebox .loginbox .text h4 {
		font-size: 15px;
		color: #DAA520;
		margin: 15px 0 0;
	}
	#section2 .gamebox .loginbox1 .name {
		width: 90%;
		display: flex;
		justify-content: space-between;
		position: relative;
		border-bottom: 1px solid #ddd;
		flex-direction: row;
		margin: 0 0 12px;
		padding: 0 0 23px 0px;
	}
	#section2 .gamebox .loginbox1 .name h3 {
		color: #000;
		font-size: 20px;
	}
	#section2 .gamebox .loginbox1 .name img {
		width: 30px;
		position: absolute;
		top: 10px;
		right: 80px;
		cursor: pointer;
	}
	#section2 .gamebox .loginbox1 .name button {
		height: 35px;
		font-size: 13px;
		border: 1px solid #ddd;
		background: #fff;
		cursor: pointer;
		padding: 0 7px;
	}
	#section2 .gamebox .loginbox1 .id {
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		margin: 0 0 10px;
	}
	#section2 .gamebox .loginbox1 .id p {
		font-size: 13px;
		font-weight: 700;
		cursor: pointer;
	}
	#section2 .gamebox .loginbox1 .id .view {
		width: 50px;
		height: 40px;
		border: 1px solid #ddd;
		display: flex;
		align-items: center;
		font-size: 11px;
		justify-content: center;
		background: #ddd;
		font-weight: 700;
		cursor: pointer;
	}
	#section2 .gamebox .loginbox1 .gp {
		width: 90%;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#section2 .gamebox .loginbox1 .gp p {
		font-size: 15px;
		font-weight: 700;
	}
	#section2 .gamebox .loginbox1 .gp h3 {
		font-size: 20px;
		color: red;
		font-weight: 700;
	}
	#section2 .gamebox .loginbox1 .gp h3 span {
		font-size: 12px;
		color: #000;
		padding: 0 0 0 5px;
	}
	#section2 .gamebox .loginbox1 .text {
		width: 90%;
		height: 40px;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		padding: 18px 0 50px 0;
		border-top: 1px solid #ddd;
	}
	#section2 .gamebox .loginbox1 .text h3 {
		font-size: 15px;
		color: orange;
		cursor: pointer;
		margin: 5px 0 0;
	}
	#section2 .gamebox .loginbox1 .text img {
		width: 33px;
		cursor: pointer;
	}
	#section2 .gamebox .loginbox1 .text .textbox {
		height: 51px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	#section2 .gamebox .loginbox1 .text h4 {
		font-size: 15px;
		color: #333;
		cursor: pointer;
	}
	#section3 {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
	}
	.section3box .gamebox {
		width: 100%;
		height: 240px;
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
		align-items: center;
		margin: 0 0 20px 0;
	}
	.section3box .gamebox .box {
		width: 49%;
		height: 100%;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		margin: 0px;
	}
	.section3box .gamebox .box img {
		width: 100%;
		height: 100%;
		transform: scale(1);
		transition: all .3s ease-in-out;
        object-fit: cover;
	}
	.section3box .gamebox .box h3 {
		font-size: 25px;
		color: #fff;
		z-index: 3;
		position: absolute;
		bottom: 25px;
		left: 10px;
	}
	.section3box .gamebox .box p {
		font-size: 15px;
		color: #fff;
		z-index: 3;
		position: absolute;
		bottom: 5px;
		left: 10px;
	}
	#section4 {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		margin: 0;
	}
	#section4 .section4box {
		width: 1100px;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-content: space-between;
		justify-content: space-between;
		margin: 20px 0 0 0;
	}
	#section4 .event {
		position: relative;
		height: 300px;
	}
	#section4 .event .name {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 20px 0 25px 0;
	}
	#section4 .event .eventbox .box h5 {
		width: 130px;
		position: absolute;
		top: -22px;
		left: 0;
		font-size: 15px;
		color: #777;
	}
	#section4 .event .eventbox {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
	}
	#section4 .event .eventbox .box {
		width: 49%;
		height: auto;
		cursor: pointer;
		position: relative;
	}
	.text1 {
		width: 100%;
		height: 70px;
		background: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #ddd;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 15px;
	}
	#section4 .event .eventbox .box .text h3 {
		font-weight: 500;
	}
	#section4 .donate .name {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		position: relative;
		margin: 0;
		padding: 0;
	}
	#section4 .donate .name img {
		width: 30px;
		margin: 0 10px 0 0
	}
	#section4 .donate .name h2 {
		font-size: 25px;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	#section4 .donate .name h2 img {
		width: 30px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 16px 0 0;
	}
	#section4 .donate .eventbox {
		width: 100%;
		height: 300px;
		display: flex;
		justify-content: space-between;
		padding: 16px 0 0 0;
	}
	#section4 .donate .eventbox .box {
		width: 49%;
		height: auto;
		cursor: pointer;
		border: 1px solid #ddd;
		position: relative;
	}
	.list_bar {
		overflow: hidden;
		width: 100%;
		height: 20px;
		background: #ddd;
		border-radius: 10px;
		margin: 13px auto 0;
	}
	.list_bar span {
		display: inline-block;
		width: 80%;
		height: 100%;
		background-color: #FF8C00;
		border-radius: 10px;
	}
	#section4 .donate .eventbox .box .text {
		width: 100%;
		height: 77px;
		background: #fff;
		flex-direction: column;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		border-top: 1px solid #ddd;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 15px;
	}
	#section4 .donate .eventbox .box .text2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 10px 10px 0;
	}
	#section4 .donate .eventbox .box .text2 span {
		font-size: 16px;
		font-weight: 700;
	}
	#section4 .donate .eventbox .box .text2 span:first-child {
		font-size: 16px;
		font-weight: 700;
		color: #FF8C00;
	}
	#section4 .donate .eventbox .box .text1 {
		width: 100%;
		height: 50px;
		background: #fff;
		flex-direction: column;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		border-top: 1px solid #ddd;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 15px;
	}
	#section4 .donate .eventbox1 {
		width: 100%;
		height: 300px;
		display: flex;
		justify-content: space-between;
		padding: 16px 0 0 0;
		margin: 0 0 40px 0;
	}
	#section4 .event .eventbox1 .box img, #section4 .donate .eventbox1 .box img,
		.donate2_box img {
		width: 100%;
		height: 80%;
	}
	#section4 .donate .eventbox1 .box {
		width: 49%;
		height: auto;
		cursor: pointer;
		border: 1px solid #ddd;
		position: relative;
		background: #fff;
	}
	#section4 .event .eventbox1 .box h3, #section4 .donate .eventbox1 .box h3
		{
		width: 100px;
		height: auto;
		background: transparent;
		position: absolute;
		top: -20px;
		right: -45px;
		border: none;
		color: #777;
		font-size: 15px;
		display: inline-block;
		vertical-align: middle;
	}
	#section4 .donate .eventbox1 .box .text3 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 10px;
	}
	#section4 .donate .eventbox1 .box .text3 span {
		font-size: 16px;
		font-weight: 700;
		color: #777;
	}
	#section4 .donate .eventbox1 .box .text3 span:first-child {
		font-size: 16px;
		font-weight: 700;
		color: #FF8C00;
	}
	.section2box .name p {
		display: block;
	}
	.scroll-a {
		width: 68%;
		height: 130px;
		position: relative;
	}
	.scroll-a .scroll {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100px;
		height: 30px;
		font-size: 15px;
		font-weight: 700;
		border-radius: 80px 80px 0 0;
		border: none;
		background: #ef7a1a;
		cursor: pointer;
	}
	.top {
		color: #fff;
		letter-spacing: 3px;
	}
	.panel:after, .dot:after {
		content: "";
		display: block;
		clear: both;
	}
	#section1 .Noticebox .Noticebarbox .plus h3:hover, #section1 .Noticebox .Noticebarbox .plus h3 span:hover,
		#section2 .gamebox .loginbox1 .text h3 hover {
		color: #111;
	}
	#section2 .section2box, .section3box {
		width: 1100px;
		height: auto;
	}
	#section2 .name, .section3box .name {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 40px 0 16px 0;
	}
	#section2 .name h2, .section3box .name h2, #section4 .event .name h2 {
		font-size: 25px;
	}
	#section2 .gamebox .box1 img, #section2 .gamebox .box2 img {
		width: 100%;
		height: 81%;
		transform: scale(1);
		transition: all .3s ease-in-out;
        object-fit: cover;
	}
	#section2 .gamebox .box1 img:hover, #section2 .gamebox .box2 img:hover,
		.section3box .gamebox .box img:hover {
		transform: scale(1.2);
	}
	#section2 .gamebox .box1 h3, #section2 .gamebox .box2 h3 {
		color: #111;
		font-size: 16px;
		font-weight: 700;
		position: absolute;
		top: 5px;
		padding: 0 0 0 5px;
	}
	#section2 .gamebox .box1 p, #section2 .gamebox .box2 p {
		color: #999;
		font-size: 13px;
		font-weight: 700;
		position: absolute;
		top: 26px;
		padding: 0 0 0 5px;
	}
	#section2 .gamebox .loginbox, #section2 .gamebox .loginbox1 {
		width: 345px;
		height: 100%;
		background: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border: 1px solid #ddd;
	}
	#section2 .gamebox .loginbox .id input, #section2 .gamebox .loginbox .pw input
		{
		width: 250px;
		height: 50px;
		border: 1px solid #ddd;
		display: flex;
		align-items: center;
		padding: 10px;
	}
	#section2 .gamebox .loginbox1 .name h3 span, #section4 .event .eventbox .box .text p,
		#section4 .donate .eventbox .box .text p {
		color: #999;
	}
	.game_slide, .swiper-container, .event_title, .event_title2, .mini_title,
		.mini_title2, .table_table {
		display: none;
	}
	#section4 .event .eventbox .box h3, #section4 .donate .eventbox .box h3
		{
		width: 100px;
		height: auto;
		background: transparent;
		position: absolute;
		top: -20px;
		right: -45px;
		border: none;
		color: #777;
		font-size: 15px;
		display: inline-block;
		vertical-align: middle;
	}
	#section4 .event .eventbox .box button h4, #section4 .event .eventbox .box button span:hover,
		#section4 .donate .eventbox .box button h4, #section4 .donate .eventbox .box button span:hover
		{
		color: #000;
	}
	#section4 .event .eventbox .box button span, #section4 .donate .eventbox .box button span
		{
		font-size: 25px;
		font-weight: 700;
		color: #000;
		cursor: pointer;
		margin: -1px 0 0 5px;
	}
	#section4 .event .eventbox .box img, #section4 .donate .eventbox .box img,
		.donate2_box img {
		width: 100%;
		height: 73%;
	}
	#text1 {
		width: 100%;
		height: 70px;
		background: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #ddd;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 15px;
	}
	.divpop {
		position: absolute;
		left: 13px;
		top: 70px;
		z-index: 9999;
		position: fixed;
	}
	.divpop table {
		width: 300px;
		height: 400px;
	}
	.divpop table td input {
		float: left;
		margin: 5px;
	}
	.divpop label {
		padding-right: 15px;
	}
	.popup-text {
		height: 360px;
		text-align: center;
		background-color: #fff;
		    border-radius: 0 10px 0 0;
	}
	.divpop2 {
		position: absolute;
		left: 320px;
		top: 70px;
		z-index: 9999;
		position: fixed;
	}
	.divpop2 table {
		width: 300px;
		height: 400px;
	}
	.divpop2 table td input {
		float: left;
		margin: 5px;
	}
	.popup-text2 {
		border: 1px solid #666;
		height: 360px;
		background: gold;
		text-align: center;
		background-color: #fff;
	}
	.section_sub {
		width: 215px;
		height: 700px;
		display: inline-block;
		position: absolute;
		top: -158px;
		left: -235px;
	}
	#popmain {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: transparent;
		z-index: 1000;
		background-image: url('../img/popup_bg.png');
	}
	
	  #pop-top {
        position: absolute;
        left:50%;
        top:50%;
        Transform: translate(-50%, -50%) ;
        z-index: 9999;
        position: fixed;

      
    }
    

    
    
      #pop-top table {
        width:800px; height:auto;
    }
    
    #pop-top table td input{
        float:left;
           margin: 4px 7px 5px;
    }
  
      #pop-top .closed {
    width: 47%;
    height: 100%;
    background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    margin: 0 10px 0 0;
    box-shadow: 1px 1px 1px #888;
    color:#555;
    }
    

    
    .pop-top-text {
	width:100%;
	padding: 15px 15px 11px 15px;
        text-align: center;
        background-color:#fff;
        border-radius:0 15px 0 0;
        

    }
    .pop-bottom {
    padding:0 10px 10px 10;

    }
    
   .pop-bottom div {
            width: 380px;
    height: 100%;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 80px;
    font-size: 15px;
      background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
;
       margin: 0 0 13px 15px;
    box-shadow: 1px 1px 1px #888;
    cursor:pointer;
    display: flex;
    align-items: center;
    display: inline-block;
   }
    
    
      #pop-top .closed:hover {
    	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    	
    }
    
      .pop-bottom div:hover {
        	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    
      }
      
      
      
      
      
      
      
      
      .pop-sub-box {
           display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    height: 40px;
    border-radius: 0 0 0 10px;
      }
      .sub-closed {
      	    width: 65px;
    height: 28px;
    background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items:center;
    color:#555;
      }
      
      .sub-closed:hover {
      	color:#fff; background:/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,383838+100 */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(56,56,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(56,56,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
    
      }
      
      
      
      
      
      
      
	
	
}