body {
	font-family: "segoeuil-webfont";
	font-weight: normal;
	
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: middle;
	color: #0b0080;
}
p {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 15px;
}
h1 {
    font-weight: 500;
    font-size: 20px;
}
.bold {
	font-weight: 500;
	font-family: "segoeuib-webfont";
}


@media only screen and (min-width:768px) {
.fix-wrapper {
	width: 750px;
	margin: 0 auto;
}
}

@media only screen and (min-width:992px) {
.fix-wrapper {
	width: 970px;
	margin: 0 auto;
}
}

@media only screen and (max-width:1199px) {
.fix-wrapper {
	padding: 0 15px;
}
}

@media only screen and (min-width:1200px) {
.fix-wrapper {
	width: 1200px;
	margin: 0 auto;
}
}


section{
	height: 100%;
}
.section-block{
	width: 100%;
	float: left;
	height: 100%;
	/*display: table;*/
}
.block-inner{
	display: table-cell;
	vertical-align: middle;
}

.section-bg{
	width: 100%;
	float: left;
	height: 750px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 50px;
}
.section-bg:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	
}
.mid-wrap{
	position: relative;
	height: 100%;
}
.bg-1{
	background-image: url(../images/bg-1.png);
}

.bg-1:before{
	background: rgba(102,172,216,0.85);
}

.screen-splash{
	/*width: 500px;
	margin:0 auto;*/
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
	height: 70%;
}
.screen-splash img{
	max-width: 100%;
	height: 100%;
}

.section-one-content{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
	height: 30%;
}
.section-heading{
	color: #fff;
	font-size: 28px;
	font-family: "segoeui-webfont";
	line-height: 40px;
	margin-bottom: 10px;
}

.section-para{
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
	padding: 0 65px;
}
.bg-2{
	background-image: url(../images/bg-2.png);
}
.bg-2:before{
	background: rgba(210,158,76,0.8);
}

.content-area{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	text-align: center;
}

.half-height, .screens{
	position: absolute;
	top: 0;
	display: table;
	left: 0;
	right: 0;
	height: 50%;
}

.title-text{
	display: block;
	color: #fff;
	font-size: 32px;
	margin-bottom: 50px;
}
.listing{
	display: block;
	padding: 0;
	margin: 0 0 25px 0;
	list-style-type: none;
}
.listing li{
	width: 25%;
	display: inline-block;
	margin: 0 -4px;
	padding: 0 15px;
}
.listing span{
	width: 100%;
	float: left;
	display: block;
	color: #fff;
	font-size: 17px;
	margin-top: 15px;
}
.pos-sprite{
	display: inline-block;
	margin: 0;
	padding: 0;
	background: url(../images/sprite-pos.png) no-repeat 0 0;
	vertical-align: middle;
}
.icon-dimension{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.pos-list{background-position: 0 0;}
.pos-billing{background-position: -80px 0;}
.pos-item{background-position: -160px 0;}
.pos-gift{background-position: -240px 0;}
.pos-payment{background-position: -320px 0;}
.pos-invoice{background-position: -400px 0;}
.pos-analytics{background-position: -480px 0;}
.pos-statics{background-position: -560px 0;}
.pos-branches{background-position: -640px 0;}

.screens{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	top: auto;
	display: block;
}


.screens img{
	max-width: 100%;
    height: 100%;
}

.bg-3{
	background-image: url(../images/bg-3.png);
}
.bg-3:before{
	background: rgba(90,192,167,0.9);
}
.bg-4{
	background-image: url(../images/bg-4.png);
}
.bg-4:before{
	background: rgba(167,113,174,0.93);
}
.bg-5{
	background-image: url(../images/bg-5.png);
	display: table;
}
.bg-5:before{
	background: rgba(191,71,107,0.85);
}
.bg-5 .content-area{
	margin-top: 0;
	color: #fff;
}
.last-footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: block;
	background: #b44869;
	padding: 15px;
}
.last-footer p{
	font-size: 18px;
	color: #fff;
	font-family: "segoeui-webfont";
	font-weight: 700;
	margin: 0;
}


@media only screen and (max-width:639px) {
	.listing li {
    	width: 100% !important;
	}
}

@media only screen and (max-width:767px) {
	p {
		font-size: 16px;
	}
	
	.listing li {
    	width: 50%;
		padding: 15px;
	}
	.section-heading{
		font-size: 22px;
		line-height: 32px;
	}
	.section-para{
		padding: 0;
		margin-bottom: 25px;
		font-size: 15px;
	}
	.title-text{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.last-footer p{
		font-size: 16px;
	}
	.screens img {
    	max-width: 100% !important;
	}
	
}

@media only screen and (min-width:768px) and (max-width:991px) {
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	
}

@media only screen and (min-width:1500px) and (max-width:2000px) {
	/*.screen-splash{width: 740px;}
	.screen-splash img{width: 740px;}
	.section-one-content{bottom: 80px;}*/
}


@media only screen and (max-width:1024px) {
	section{
		height: auto;
	}
	.section-block{
		height: auto;
		display: block;		
	}
	.block-inner{
		display: block;
	}
	.section-bg{
		height: auto;
		padding-top: 0;
	}
	.screen-splash{
		width: 100%;
		position: relative;
		top: auto;
		margin-bottom: 20px;
		text-align: center;
		height: auto;
	}
	.screen-splash img{
		width: 80%;
	}
	.section-one-content{
		width: 100%;
		position: relative;
		bottom: auto;
		height: auto;
		margin-top: 50px;
	}
	
	.mid-wrap{
		height: auto;
		padding-top: 20px;
	}
	.half-height, .screens{
		position: initial;
		height: auto;
	}
	.content-area{
		margin-bottom: 20px;
	}
	
	.bg-5{
		display: block;
		padding: 20px 0 0 0;
	}
	.last-footer{
		position: relative;
		width: 100%;
		float: left;
		padding: 10px 15px;
	}
	.screens img {
    	max-width: 80%;
		height: auto;
	}
	
}
