@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
.login_footer {
	bottom: 0px;
	width: 100%;
	margin-top: 30px;
	position: inherit; 
	 
}
.terms {
	margin-left: -40px;
}
.terms ol, ul {
    list-style: none;
	display: block;
}
.terms li {
    float: left;
    margin-right: 5px;
}
.terms a {
	color: #7a7c82;
	
}
.terms a:hover {
	color: #fff;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}
.table-bordered thead tr th {
    font-weight: 700;
    font-size: 14px;
    padding: 13px 20px;
}
.table-bordered thead {
	background: linear-gradient(to bottom, #e1e1e1 0%, #e7e7e7 3%, #e7e7e7 7%, #eeeeee 12%, #eeeeee 15%, #f0f0f0 17%, #f0f0f0 43%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#f0f0f0', GradientType=0);
    color: #21242e;
}
.table-bordered td:nth-child(4) {
    font-size: 13px;
    font-weight: 700;
    color: #f09414;
}
.table-bordered td:nth-child(3) {
    font-size: 13px;
    font-weight: 700;
    color: #f09414;
}
.table-bordered td:nth-child(2) {
    font-size: 13px;
    font-weight: 700;
    color: #f09414;
}
.table-bordered td:nth-child(1) {
    color: #21242e;
    font-size: 13px;
    font-weight: 700;
}
.sectionHeader {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #f09414;
    margin-bottom: 20px;
}
 
.columnsCol1 h5, h6 {
    font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    color: #f09414;
}
.tick {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 20px 6px;
    list-style-position: outside;
    background-image: url(assets/images/tick.png);
    margin-right: 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 13px;
    color: #000000;
}


<!-----  tariff  ------>
.pricingTable {
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    margin-bottom: 0px;
}
.pricingTable .pricingHeader {
    border: 1px solid #f09414;
    border-bottom: none;
    background-color: #f09414;
    padding: 10px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    -khtml-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    position: relative;
}
.pricingTable .pricingBody {
    -webkit-box-shadow: inset 0px -2px 0px #cccccc;
    box-shadow: inset 0px -2px 0px #cccccc;
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: 1px solid #acadae;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -o-border-radius: 0px 0px 2px 2px;
    -ms-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}
.pricingTable .pricingBody li:first-child {
    padding-top: 0px;
}
.pricingTable .pricingBody li {
    padding: 20px 0px;
    color: #21242e;
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    font-weight: 400;
}
.pricingTable .pricingBody.planBody li a {
    font-size: 14px;
    color: #f09414;
    font-weight: bold;
}
.pricingTable .pricingHeader .pricingTitle {
    float: left;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 20px;
	 margin-top: 0px;
}