
.button-1 {
	display: inline-block;
	height: 75px;
	margin: 0;
    padding: 0 0 0 15px;
    background: #000;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	width: 49%;
}

.button-1:hover {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.button-1 .button-1-left {
	float: left;
}

.button-1 .button-1-left i {
	font-size: 75px;
	vertical-align: middle;
}

.button-1 .button-1-right {
	float: left;
	width: 60%;
	margin: 7px 0 0 5px;
}

.button-1 .button-1-right .button-1-right-top, 
.button-1 .button-1-right .button-1-right-bottom {
	float: left;
	width: 100%;
	font-weight: 400;
}

.button-1 .button-1-right .button-1-right-bottom {
	font-size: 24px;
	line-height: 34px;
}
.button-1 .icon_img{
	width: 70px;
	margin:0 0 0 -10px;
	float: left;
}
.button-1 .icon_img_win{
	width: 50px;
	margin:10px 10px 0 0px;
	float: left;
}
@media  (min-width: 768px) and (max-width: 991px) {
	.button-1 {
	    font-size: 16px;
	}
	.button-1 .button-1-right .button-1-right-bottom {
		font-size: 18px;
	}
}
@media  (min-width: 100px) and (max-width: 700px) {
	.button-1 .button-1-right {
		width: 56%;
	}
	.button-1 {
	    font-size: 12px;
	}
	.button-1 .button-1-right .button-1-right-bottom {
		font-size: 14px;
	}
}
@media  (min-width: 100px) and (max-width: 400px) {
	.button-1 {
		height: 65px;
	}
	.button-1 .icon_img{
		width: 50px;
		margin:5px 0 0 -10px;
	}
	.button-1 .icon_img_win{
		width: 30px;
		margin:15px 10px 0 0px;
	}
	.button-1 .button-1-right .button-1-right-bottom {
		font-size: 12px;
	}
	.button-1 .button-1-right {
		width: 80px;
		margin: 7px 0 0 5px;
	}
}


/***** Social icons *****/

.social {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 5px;
    padding: 11px 0 0 0;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.social:hover { color: #fff; background: #888; }

.social-facebook { background: #6686b7; }
.social-twitter { background: #54c0dd; }
.social-pinterest { background: #ff5e63; }

.window-download-dlg{
	position: absolute; 
	display: flex;
	flex-direction: column;
	top: -500px;
	left: 50%;
	width: 400px;
	height: 250px;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	border-radius: 8px;
	margin-left: -150px;
	z-index: 999;
	align-items: center;
	justify-content: space-around;
	transition: top 0.3s;
	font-family: PingFangSC, PingFang SC;
	color: black;
	font-weight: 400;
}
.window-download-dlg .title{
	font-size: 18px;
	color: black;
	font-weight: 600;
	height: 30px;
	line-height: 40px;
}
.window-download-dlg .download-cont .icon_img{
	width: 40px;
	height: 40px;
	margin:0 16px 0 0px;
	border-radius: 8px;
}
.window-download-dlg .download-cont {
	display: flex;
	height: 65px;
	margin: 0;
    padding: 0 0 0 0px;
	color: black;
    background-color: #e6e6e6;
    text-align: left;
    border-radius: 8px;
	width: 260px;
	align-items: center;
	justify-content: center;
}
.window-download-dlg .text-cont{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 16px;
}
.window-download-dlg .close_icon{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	cursor: pointer;
}
