/* --- PACKAGE LIST STYLES --- */
#packagePageHeading {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*width: 33.33%;*/
	width: 100%;
	padding: 1%;
	float:left;
}
#packagePageDescription {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*width: 66.66%;*/
	width: 100%;
	padding: 1%;
	float:left;
	    margin-bottom: 20px;
	}
#responsiveTableOuter {
	overflow:hidden;
	width:100%;
	margin-bottom: 20px;
}
#responsiveTableInner {
	overflow-x: auto;
	overflow-y: hidden;
}
#packageTable{
	min-width: 640px;
	border-collapse:separate;
	border-spacing: 10px 0px;
/* 	padding-top: 68px; */
/* 	background-image: url(https://www.incensu.co.uk/images/interface/icon-mostpopular.png); */
	background-repeat:no-repeat;
	background-position:74.5% 0px;
	width:100%;
}
/*
#packageTable th:first-child{
	width: 25%;
}
*/
#packageTable th{
	width: 18%;
}
/*
Green: #a9bfae
Purple: #c2a2cb
Blue: #a2bccb
Gold: #bba76a

Grey: #f2f2f2
*/



#packageTable .packageHeading{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 12px 0;
    vertical-align: top;	
}
#packageTable .packageHeading h2{
	font-weight: normal;
	margin: 0;
}

.starter{
	color: #444444;
	border-top-color: #444444;
}
.starter h2{
	color: #444444;
	font-size:1.2em;
}
.select{
	color: #444444;
	border-top-color: #444444;
}
.select h2{
	color: #444444;
	font-size:1.2em;
}
.essential{
	color: #e20414;
	border-top-color: #a2bccb;
}
.essential h2{
	color: #e20414;
	font-size:1.2em;
}
.premium{
	color: #444444;
	border-top-color: #444444;
}
.premium h2{
	color: #444444;
	font-size:1.2em;
}
#packageTable a.sample{
    display: block;
    color: #7f7f7f;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 0;
    font-size: 0.85em;
    width: 100%;
    font-size: 13px;
    text-decoration: underline;       
}

#packageTable a.sample:hover{
	color:#eb0626;
	}
/*
#packageTable a.starter{
    background: #7f7f7f;
    color: #ffffff;
}
#packageTable a.select{
    background: #7f7f7f;
    color: #ffffff;
    }
#packageTable a.essential{
    background: #7f7f7f;
    color: #ffffff;
}
#packageTable a.premium{
    background: #7f7f7f;
    color: #ffffff;
}
*/
#packageTable td{
	text-align: center;
	color: #bd091f;
	font-weight: normal;
}
#packageTable .packageTableContent td {
	background-color: #f2f2f2;
    text-align: left;
    padding: 6px 19px 6px 19px;
    font-size: 15px;
    line-height: 1.2;
}
/*
#packageTable tr td:first-child {
	text-align:right;
	color: #908d8d;
	font-weight: normal;
	background-color: #ffffff;
	padding: 5px 0;
}
*/
/*
#packageTable tr td:first-child.priceMonth {
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight:bold;
	
}
*/
/*
#packageTable tr td:first-child.priceYear {
	padding-bottom: 10px;
	padding-top: 0px;
	font-weight:bold;
}
*/
#packageTable span {
	margin-right: 4px;
	font-weight: bold;
	
}

#packageTable .number {
    height: 24px;
    display: inline-block;
    float: left;	
}
    
#packageTable .icon {
    height: 24px;
    display: inline-block;
    float: left;	
}
    
#packageTable .btn-red {
	background: #bd091f;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}
#packageTable .btn-red:hover {
	background:#d50412;
}

#packageTable tfoot td {
	border: none !important; 
	padding: 0;
}

.priceMonth{
	padding-top: 10px;
	padding-bottom: 0px;
}
.priceYear{
	padding-bottom: 10px;
	padding-top: 0px;
	    font-size: 22px;
	    padding: 20px 0; 
}

.priceYear span.circle {
    color: #fff !important;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    display: block;
    border-radius: 50px;
    margin: 0 auto !important;
    line-height: 100px;
    font-weight: normal !important;
	font-size: 33px;
}

#packageTable .monthly  {
    color: #fff !important;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}


#sideBar.packages{
	margin-top: 20px;
}


/* 1 */
#packageTable th.packageHeading:nth-of-type(1) {
    color: #fff;
   background: #6d5886;
}

#packageTable th.packageHeading:nth-of-type(1) h2 {color: #fff;}

#packageTable td:nth-of-type(1) { color: #5a5a5a;  }

.priceYear:nth-of-type(1) { background: #512f78; color: #fff !important;    }

.priceMonthly:nth-of-type(1) {background: #502e78; color: #fff !important; }


#packageTable td:nth-of-type(1) .btn-red {    background: #502e78;}

/* 2 */
#packageTable th.packageHeading:nth-of-type(2) {
    color: #fff;
    background: #8cc8bd;
}

#packageTable th.packageHeading:nth-of-type(2) h2 {color: #fff;}

#packageTable td:nth-of-type(2) { color: #5a5a5a; }

.priceYear:nth-of-type(2) {background:#37b9a3; color: #fff !important;    }

.priceMonthly:nth-of-type(2) {background: #36baa3; color: #fff !important; }


#packageTable td:nth-of-type(2) .btn-red {    background: #36baa3;}
/**/

/* 3 */
#packageTable th.packageHeading:nth-of-type(3) {
    color: #fff;
	background: #ed9b5a;
	border: 1px solid #ed9b5a;
}

#packageTable th.packageHeading:nth-of-type(3) h2 {color: #fff;}

#packageTable td:nth-of-type(3) { 
	color:#5a5a5a;  
	background: #fff;
    border-left: 1px solid #e3741d;
    border-right: 1px solid #e3741d;
}

.priceYear:nth-of-type(3) { background:#e3751c !important; color: #fff !important;      border: none !important;}

.priceMonthly:nth-of-type(3) {background: #e3751c !important; color: #fff !important; }

#packageTable td:nth-of-type(3) .btn-red {    background: #e3751c;}

/**/

/* 4 */
#packageTable th.packageHeading:nth-of-type(4) {
    color: #fff;
    background: #6078a1;     
}

#packageTable th.packageHeading:nth-of-type(4) h2 {color: #fff;}

#packageTable td:nth-of-type(4) { color: #5a5a5a;   }

.priceYear:nth-of-type(4) {background: #21509e; color: #fff !important;     }

.priceMonthly:nth-of-type(4) {background: #21509e; color: #fff !important; }


#packageTable td:nth-of-type(4) .btn-red {    background: #21509e;}

/**/
 
 .packageHeading.essential div {
    position: absolute;
	width: 263px;
    max-width: 100%;
}
 
.packageHeading.essential div:before {
    content: '\f091';
    font-family: FontAwesome;
    text-indent: 24px;
    text-transform: initial;
    color: #e3741d;
    font-size: 22px;
    line-height: 31px;
    display: inline-block;
    position: absolute;
    top: -12px;
    right: 2px;
    font-weight: normal;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #ffffff transparent transparent;
}

.packageTableContent tr:first-of-type td {padding-top: 20px !important;}

.priceYear {    border-bottom: none !important;}

tfoot td {
	border-bottom: 2px solid #444444 !important;
}

/* tfoot td:first-child {border-bottom: none !important;} */

tfoot td:nth-of-type(4) {
	border-bottom: 2px solid #e20414 !important;
}

#reveal-detail {
    color: #bd0a20;
    cursor: pointer;
}

#detail h3 {
    margin-bottom: 0;
}

#detail h2 {margin-top: 0;}

#detail {
    border: 2px solid #d9d9d9;
    padding: 24px;
}

/* @media screen and (min-width: 888px) */
@media screen and (min-width: 55.5em) {
	#packagePageHeading {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*width: 33.33%;*/
		width: 25%;
		padding: 1%;
		float:left;
	}
	#packagePageDescription {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*width: 66.66%;*/
		width: 75%;
		padding: 1%;
		float:left;
	}
}

@media screen and (max-width: 960px) {

	#packageTable .packageTableContent td {
		text-align: center;
	}

	#packageTable .icon, #packageTable .number {
	    width: 100%;
	    text-align: center;
	    height: auto;
	}



}










