.the-features{
	width:100%;
	background-color:#264158;
	color:#fff;
	text-align:center;
	padding:120px 30px;
	margin:100px auto;
	position:relative;
	overflow:visible;
	box-sizing:border-box;
}
.down-arrow{
	display:block;
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 0 solid transparent;
	border-right:0 solid transparent;
	border-top: 0 solid #264158;
	left:0;
	right:0;
	bottom:-20px;
}

.the-features h2{
	font-family: 'Medium';
	color:#fff;
	text-align:center;
	font-size:37px;
	margin:0px auto;
}

.the-features p{
	font-family: 'Medium';
	color:#fff;
	text-align:center;
	font-size:22px;
	margin-top:50px;
}
.the-features ul,
.the-features li{
	list-style:none;
	display:block;
	font-family: 'Light';
	color:#fff;
	text-align:center;
	font-size:20px;
	margin: 15px auto;
	padding-left:0;
}
.the-features li:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(images/checked.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 6px;
    vertical-align: top;
}
#contact {
	margin-top:100px;
	padding-top:150px;
	position:relative;
}
#contact  .down-arrow{
	display:block;
	position:absolute;
	width: 0; 
	height: 0; 
	border-left: 0 solid transparent;
	border-right:0 solid transparent;
	border-top: 0 solid #fff;
	left:0;
	right:0;
	top:0px;
}
#top-of-solutions > .stretched{
	background-position:center top !important;
}
.cycle-pager,
.basic{
	max-width:1024px;
}
.cycle-pager{
	width:100%;
	position:absolute;
	/*pointer-events:none;*/
	bottom:7%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:1000;
}
.cycle-pager > span{
	display:inline-block;
	text-indent:-90000px;
	width:16px;
	height:16px;
	border-radius:10px;
	border:1px solid #fff;
	margin-right:7px;
	cursor:pointer;
	font-size:0;
}
.cycle-pager > span.cycle-pager-active{
	background-color:#fff;
}
.slide-text-color,
.slide-text-color *{
	color:#fff;
	font-family: 'vonnesbold';
	font-size:24px;
	line-height:36px;
	font-weight:normal !important;
}

a.btn-white{
	display:inline-block;
	width:160px;
	height:30px;
	background-image:url(images/btn-white.jpg);
	background-size:100% auto;
	text-indent:-90000px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:30px;
}
.text .body{
	max-width:90%;
}
.slide-2  p{
	font-size:1.3vw !important;
	width:100% !important;
}
.slide-2 div{
	width:98% !important;
}
.slide-body{
	max-height:none;
}
.slide-text-color *{
	line-height:26px;
}
.slide-text-color p{
	line-height:36px;
}

@media screen and (max-width:1800px){
	.cycle-pager{
		text-align:center;
	}
}


@media screen and (max-width:1440px){
	.slide-text *{
		text-align:left !important;
	}	
	
	.slide-text{
		margin-top:-1.5vw !important;	
		padding-left:3vw !important;
	}		
	a.btn-white{
		display:block !important;
		width:12vw !important;
		height:2.5vw !important;
		margin-top:1vw !important;
	}	
	.slide-text-color, .slide-text-color *{
		font-size:2vw !important;
		line-height:2.8vw !important;
		text-align:left !important;
		margin-bottom:1vw !important;
	}
	.smaller,
	.smaller *{
		font-size:1.8vw !important;
		line-height:2.2vw !important;
	}
}
@media screen and (max-width:1024px){
	
	.slide-text{
		margin-top:-1.5vw !important;	
		padding-left:3vw !important;
	}		
	a.btn-white{
		display:block !important;
		width:10vw !important;
		height:2vw !important;
		margin-top:2.5vw !important;
	}	
	.slide-text-color, .slide-text-color *{
		font-size:1.6vw !important;
		line-height:2.2vw !important;
		text-align:left !important;
		margin-bottom:1vw !important;
		z-index:100;
	}
	.smaller,
	.smaller *{
		font-size:1.4vw !important;
		line-height:1.8vw !important;
	}
}
@media screen and (max-width:1024px){
	/*
	.slide-text{
		padding-left:40px;
	}
	*/
	.the-pricing .one {
    	font-size: 13px !important;
	}
}

@media screen and (max-width:767px){
	
	.text .body{
		max-width:none;
	}

		
	.survey-features .text,
	.survey-features .image {
		width: 100%;
		float:none;
	}
	.the-features{
	}
	.the-pricing h3 {
		font-size: 14px !important;
	}
	.the-pricing .one {
		font-size: 11px !important;
	}
	.two, .three, .four {
		font-size: 14px !important;
	}
	.first .two, .first .three, .first .four {
		font-size: 12px !important;
		line-height: 14px !important;
	}
	.first .two {
		padding-top: 40px !important;
	}
	.first .three {
		padding-top: 20px !important;
	}
	.first .four {
		padding-top: 0px !important;
	}

}

@media screen and (max-width:499px){
	a.btn-white{
		margin-top:-0.2vw !important;
	}	
}

