@charset "utf-8";
/* CSS Document */


/* Added 08.11.2015 */


.allPackages:before, .allPackages:after {display: table; content: " ";}
.allPackages:after {clear: both;}
.allPackages {margin-right: 0;}

.packageItem:before, .packageItem:after {display: table; content: " ";}
.packageItem:after {clear: both;}
.packageItem {
	border: 0;
	padding: 0 0 0 0;
	float: none;
	width: 100%;
	margin: 15px 0 0 0;
	text-align: center;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	color: #464646;
	position: relative;
    cursor:pointer;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.packageItem:nth-child(1) {background-color: #e5f4f7;}
.packageItem:nth-child(2) {background-color: #cceaf0;}
.packageItem:nth-child(3) {background-color: #b5dde5;}




.packageItem .noJobs {
	float: left;
	width: 25%;
	font-family: 'CenturyGothicRegular';
	font-size: 24px;
	color: #008ca9;
	text-transform: uppercase;
	display: block;
	padding: 0 0 0 0;
	border-right: 4px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.packageItem .noJobs .middleLeft {
	font-family: 'CenturyGothicRegular';
	font-size: 24px;
	color: #008ca9;
	text-transform: uppercase;
}
.packageItem .noJobs span {
	font-family: 'CenturyGothicRegular';
	font-size: 72px; line-height: 72px;
	color: #008ca9;
	font-weight: normal;
	display: block;
}

.packageItem .center {
	font-family: 'CenturyGothicItalic';
	font-size: 14px; line-height: normal;
	color: #333333;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.packageItem .center .middleCenter {
	font-family: 'CenturyGothicItalic';
	font-size: 14px; line-height: normal;
	color: #333333;
}

.packageItem .price {
	font-family: 'CenturyGothicRegular';
	font-size: 72px;
	line-height: 72px; color: #008ca9;
	text-transform: uppercase;
	display: block;
}
.packageItem .price sup {font-size: 24px;}
.packageItem .foreach {
	font-family: 'CenturyGothicRegular';
	font-size: 24px; color: #008ca9;
	display: block;
}

.packageItem .selectBtn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	display: block;
	width: 25%;
	float: right;
	margin: 0 0;
	font-family: 'CenturyGothicBold';
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	text-align: center;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0;
	border-left: 4px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.packageItem .selectBtn:hover {background: none;}
.packageItem:hover .selectBtn {background: #ff3333;}

.packageItem .selectBtn .middleRight {
	font-family: 'CenturyGothicBold';
	font-size: 14px;
	line-height: normal;
	color: #333333;
}

.packageItem .selectBtn .middleRight a {
	font-family: 'CenturyGothicBold';
	font-size: 14px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}
.packageItem .selectBtn .middleRight span {
	font-family: 'CenturyGothicRegular';
	font-size: 72px; line-height: 72px;
	color: #008ca9;
	display: block;
}
.packageItem:hover .selectBtn .middleRight {color: #ffffff;}
.packageItem:hover .selectBtn .middleRight a {color: #ffffff;}
.packageItem:hover .selectBtn .middleRight span {color: #ffffff;}

@media (min-width: 993px) and (max-width: 1199px) {
	.packageItem {width: 25%;	margin: 0 0 0 0;}
}

@media (min-width: 768px) and (max-width: 992px) {
	.packageItem {width: 25%;}
}

@media (max-width: 767px) {

}



.itemPackage.expired span.status{
	color:#c5c5c5 !important;
    font-style: normal !important;
}
.itemPackage span.status i{
	color:inherit !important;
    font-style: normal !important;
}
.itemPackage.expired .exp_date{
	color:#FF3333 !important;
}
