ul {
	padding-left: 0;
}
ul >li {
	list-style: none;
}
.logo {

}
.header-wrap {
	background: #222;
	margin-bottom: 20px;
}
.header {
	height: 70px;
	line-height: 70px;
}
.menu {
	display: flex;	
	padding: 0;
	margin: 0;
}
.menu-item {
	padding: 0 15px;
}
.menu-item a{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.menu-item a:hover{
	color: #05ff5f;
	text-decoration: none;
}
.content_save {
	margin-top: 30px;
}
.content_demo {
	margin-bottom: 30px;
}
.item {
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	display: block;
	margin-top: 10px;
}
.block {
	display: block;
	width: 100%
}
.margin-auto {
	margin: 0 auto;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.bkg-color {
	background: #f0f0f0;
}
.content_features {
	padding-top: 30px;
	padding-bottom: 30px;
}
.title {
	line-height: 30px;
}
.button {
	background: #FFF;
    color: #000 !important;
    padding: 15px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}
@media(max-width: 767px) {
	.button {
		padding: 8px;
	}
	.effect-hover,
	.effect-hover-content {
		display: none;
		visibility: hidden;
	}
	.effect-wrapper:hover .effect-hover-content {
		display: none;
		visibility: hidden;
	}
}
.button:hover {
	background: #64f70b;
	color: #fff !important;
}
.btn {
	height: 50px;
    line-height: 50px;
    padding: 0 75px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    background: #011ef7;
}
.btn:hover {
	background: #64f70b;
}
.gutter-top {
	padding-top: 60px;
}
.gutter-bottom {
	padding-bottom: 60px;
}
.btn-buy {
	font-size: 30px;
    height: 100px;
    line-height: 100px;
    padding: 0 80px;
}
.li_item {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 10px;
}
.h2_title {
	font-size: 47px;
	font-weight: bold;
	text-transform: uppercase;
}
@media(max-width: 1199px) {
	.menu-item a {
		font-size: 11px;
	}
	.menu-item {
	    padding: 0 5px;
	}
}
@media(max-width: 767px) {
	.h2_title {
		font-size: 27px;
	}
	.flex {
		display: block;
	}
	.flex >div img {
		text-align: center;
		margin: 0 auto;
	}
	.header {
		height: 45px;
		line-height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu-item {
		display: inline-block;
		height: 30px;
		line-height: 30px;
	}
	.menu-item a {
	    font-size: 12px;
	}
	.btn-buy {
		width: 100%;
		padding: 0;
		font-size: 25px;
	}
}
.dib {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100%;
}
.effect-wrapper {
	position: relative;
}
.effect-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
    opacity: 0;
    visibility: hidden;
    transition: ease in 0.5s;
    cursor: pointer;
}
.effect-wrapper:hover .effect-hover {
	opacity: 1;
    visibility: visible;
}
.effect-hover-content {
	display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
	left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 1;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
}
.effect-wrapper:hover .effect-hover-content {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$v2)";
}
.effect-text {
	font-size: 20px;
	color: #222;
}
@media(min-width: 768px) {
	.demo-home {
		display: -ms-flex;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	}
}
