body	{
	background: #000000 url("img/footer.jpg") top left no-repeat;
	color:#333333;
	padding-top: 40px;
	background-size: contain;
	padding-bottom: 80px;
	font-size: 12pt;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    font-family: 'Roboto Slab', Roboto, 'Helvetica Neue', serif !important;
}

.ui-widget	{
	 font-family: 'Roboto Slab', Roboto, 'Helvetica Neue', serif !important;
}

.overview	{
	padding: 0px;
	border-radius: 5px;
	margin: auto;
	width: 50%;
	z-index: 2;
}

p	{
	text-align: justify;
}

h1	{
	font-size: 24pt;
	color: #cc0000;
	text-transform: capitalize;
	margin-bottom:10px;
}

p{

}

.ui-tabs .ui-tabs-panel {
	background: #ffffff;
	box-shadow: 1px 1px 10px #000000;
}

.ui-widget-header	{
	background: none;
	border: none;
}

.ui-widget-content	{
	background: none;
	border: none;
}

.ui-tabs .ui-tabs-nav {
	padding-left: 0px;
}

.ui-state-default a#ui-id-4, .ui-state-default #ui-id-4:link	{
	color: #ffffff;
	background: #990000;
	border-top: #cc0000 solid 1px;
	right: #cc0000 solid 1px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default	{
	border: none;
}

:focus	{
	outline: none;
}

#signupForm	{
	border: #cccccc dotted 1px;
	border-radius: 3px;
	padding: 20px;
}

#signupForm label	{
	color: #333333;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#signupForm .account-section	{
	color: #cc0000;
}

#signupForm small	{
	color: #999999;
	font-weight: bolder;
	display: block;
	margin-bottom: 5px;
}

#signupForm input, #signupForm select	{
	padding: 5px;
	color: #333333;
	border-radius: 3px;
	border: none;
	background: #efefef;
	border: #cccccc solid 1px;
	margin-bottom: 5px;
}

#signupForm select	{
	height: 31px;
}

#signupForm #submitButton	{
	background-color: #990000;
	color: #ffffff;
	font-size: 16pt;
	border: none;
	border-radius: 3px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#signupForm	.card-wrapper	{
	float: right;
}

#signupForm #card-warning	{
	color: #ff0000;
	font-weight: bold;
}

.payoff	{
	color: #cc0000;
}

.pologo	{
	margin: auto;
}


div.tab	{

}

#pricing	{
	margin: auto;
}

#pricing tr th.head	{
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#pricing tr th.head.basic	{
	background: #b30000;
}

#pricing tr th.head.intermediate	{
	background: #8e0000;
}

#pricing tr th.head.advanced	{
	background: #540000;
}


#pricing tr td	{
	padding: 5px;
	text-align: center;
	font-size: smaller;
	background: #eaeaea;
	margin: 1px;
}

#pricing .feature	{
	color: #000000;
	width: 30%;
	text-align: left;
	background: #f6f6f6;
}

#pricing .subscription	{
	color: #ff0000;
	font-size: 22pt;
	vertical-align: top;
	background: #f6f6f6;
}

#pricing .subscription span, #pricing .subscription span i	{
	font-size: 14pt;
	vertical-align: top;
	position: relative;
	top: 4px;
	color: #ff0000;
}


#pricing i	{
    color: #80c254;
}

small.tcs ul li	{
	font-size: smaller;
}

#demolink	{
	position: absolute;
	top: 0px;
	left: 10%;
	display: block;
	width: 150px;
	height: 188px;
	box-shadow: 1px 1px 10px #000000;
	cursor: pointer;
	cursor: hand;
	z-index: 1;
}

#demolink img{
	cursor: pointer;
	cursor: hand;
}



/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {

  	.overview {
		width: 90%;
		font-size: 10pt;
	}

 #demolink	{
 	display: none;
 }

}



/* Success page */
body.success section	{
	background: #ffffff;
	border-radius: 4px;
	border: #ffffff solid 1px;
	padding: 20px;
}
