.banner-slide p, .banner-slide a{
	text-align: center;
	/*font-family: "Source Sans Pro";*/
	color: white;
}
.banner-title1,  .banner-title2{
	font-size: 53px;
	line-height: 1;

}
.banner-slide{
	height: 146px;
}

.banner-title2{
	font-weight: 200;
	margin: auto;
}
.banner-title3{
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin-top: 10px;
}

a.banner-title3{
	text-decoration: none;
	display: block;
	text-align: center;
}

.banner-box{
	color: white;
}

.banner{
	margin: 0 auto;
	z-index: 1;
	width: 960px;
	/*padding-top: 14px;*/
	/*height: 168px;*/
}

.banner-titles{
	display: block;
	/*vertical-align: middle;*/
}

.banner-slide > div {
	display: block;
}


/*css for packages----------------------------------------*/
.packages{
	margin: 0 auto;
	width: 960px;
	/*overflow: hidden;*/
	font-size: 0;
	padding-top: 10px;
	padding-bottom: 14px;
	white-space: nowrap;
}

.package-box{
	display: inline-block;
	white-space: normal;
	margin: 0 17px;
	vertical-align: top;
	position: relative;

}

.package-box:after{
    content: "";
    background: url('https://static.xservers.ro/img/package-sprite.png') no-repeat top left;
	background-position: 0 0;
	width: 296px;
	height: 4px;
	display: block;
}

.package-box:first-child{
	margin-left: 0;
}

.package-box:last-child{
	margin-right: 0;
}

.package-box-content{
	width: 296px;
	height: 304px;
	display: block;
	position: relative;
	background: rgba(255,255,255,0.95);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	/*left: 219px;*/
	color: rgb(0,0,0);
}

.package-box-title{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
	background: rgba(82,158,24,0.7);
	color: rgb(255,255,255);
	width: 236px;
	height: 55px;
	padding: 0 30px 0 30px;
	/*line-height: 55px;*/
	text-align: center;
	/*font-weight: 300;*/

}

.package-box-name{
	display: inline-block;
	font: 300 20px "Source Sans Pro";
	text-align: left;
	position: absolute;
	left: 30px;
	bottom: 14px;
}
.package-box-price{
	display: inline-block;
	font-size: 14px;
	text-align: right;
	position: absolute;
	right: 30px;
	bottom: 14px
}

.package-box-price1{
	font-size: 26px;
	font-weight: 600;
	line-height: 0;
}

.package-box-price2{
	font-size: 18px;
	font-weight: 600;
}

.package-box-price3{
	font-size: 18px;
	font-weight: 300;
}
.box-order a{
	position: relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: rgb(82,158,24);
	left: -50%;
	bottom: 0;
	width: 117px;
	height: 44px;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.box-order a> p{
	line-height: 44px;
	color: rgb(255,255,255);
	font-size: 20px;
}

.box-order {
	position: absolute;
	left: 50%;
	bottom: 0;
}

.package-box-options{
	width: 241px;
	padding: 24px 28px 0px 28px;
}

.package-box-table{
	line-height: 1;
	border-spacing: 0px;
	width: 236px;
}

.package-box-table td{
	height: 20px;
	padding-top: 0px;
	white-space: nowrap;
}
.package-box-column1{
	color: rgb(0,0,0);
	text-align: left;
	font: 300 14px "Source Sans Pro";
}

.package-box-column2 {
	color: rgb(94,108,116);
	text-align: right;
	font: 600 14px "Source Sans Pro";
}

.package-box-details{
	position: absolute;
	bottom: 10px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: rgb(94,108,116);
	right: 18px;
}
