.btn2 {
	float: left;
	clear: both;
	background: url(../images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.btn2 a{
	float: left;
	height: 40px;
	background: url(../images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn2 span {
	background: url(../images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn2_green { background-color: green; }
.btn2_red { background-color: red; }
.btn2_orange { background-color: orange; }
.clear {
	clear: both;
}

h1.logo-text {
	font-family: 'MuseoSlab500Regular';
	font-size: 37px;
}
h1.logo-text a:visited {
	color: black;
	
}
.error {
	color: red;
	font-weight: bold;
}

/* Prices table */
#prices table {
	border-spacing: 0;
	border-collapse: collapse;
}
#prices th {
	font-size: 16px;
	background-color: #E2EBED;
	color: #2580a2;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}
#prices td {
	font-size: 16px;
	padding: 0px 0px 5px 5px;
	border-bottom: 1px dotted #D0D0D0;
	empty-cells: show;
}
#prices th.firstrow {
	width: 250px;
}
#prices th.other {
	width: 75px;
}
#prices td.check, table.alternate_rows td.check {
	border-bottom: 1px dotted #D0D0D0;
	background: url(../images/green-check-sign.gif) center no-repeat;
}

table.form {
	border: 1px solid #CCCCCC;
	background: #E2EBED;
}

table.form th {
	padding: 5px 10px 10px 5px;
	margin: 10px;
	border-bottom: 1px solid #CCCCCC;
}

table.form td {
	margin: 10px; 
	padding: 5px 10px 10px 5px;
	vertical-align: middle;
}

.pullquote {
	padding: 10px;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #694e1c;
	border-bottom-color: #694e1c;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: -45px;
	padding-top: 15px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #2580a2;
}


.bqend {
	float: right;
	height: 25px;
	margin-top: -15px;
	padding-top: 0px;
	font-size: 700%;
	color: #2580a2;
}

.referencetext {
	width: 600px;
}
.bold {
	font-weight: bold;
}	

.benefits a { 
	color: inherit;
}

.right-align {
	text-align: right;
}

.circular {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 200px;
	height: 200px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	vertical-align:middle;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}

.rectangular {
	width: 35%;
	height: 35%;
    border: 1px solid #EEEEEE; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align:middle;
	margin-right: 80px;
	margin-bottom: 25px;
	float: left;
}

.floating-box {
    float: left;
    width: 150px;
    height: 75px;
    margin: 10px;
    border: 0px; 
}

.after-box {
    clear: left;
}


.pricingbody {
  background: #111d27;
  color: #111;
  min-width: 320px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  position: relative;
  padding: 50px 20px;
}

.pricing {
	text-align: center;
	border: 1px solid #f0f0f0;
	color: #777;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 30px;
  font-family: 'Lato';
}
.pricing img {
	display: block;
	margin: auto;
	width: 32px;
}
.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}
.pricing li {
	list-style: none;
	padding: 13px;
}
.pricing li + li {
	border-top: 1px solid #f0f0f0;
}
.pricing big {
	font-size: 32px;
}
.pricing h3 {
	margin-bottom: 0;
  font-size: 36px;
}
.pricing span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.pricing li:nth-last-child(2) {
	padding: 30px 13px;
}
.pricing button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.pricing button:hover {
	opacity: .9;
}
.pricing button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-green big,
.p-green h3 {
	color: #4c7737;
}
.p-green button {
	background: #4c7737;
}
.p-yel big,
.p-yel h3 {
	color: #ffbb42;
}
.p-yel button {
	background: #ffbb42;
}
.p-red big,
.p-red h3 {
	color: #e13c4c;
}
.p-red button {
	background: #e13c4c;
}
.p-blue big,
.p-blue h3 {
	color: #3f4bb8;
}
.p-blue button {
	background: #3f4bb8;
}

h3 {
	margin-top: 0px;
	font-weight: bold;
}

.benefits li {
	padding: 0px 10px 10px 0;
}

.intro h2 {
	padding-top: 0px;
	margin-top: 0px;
}

.footer .prom h2 {
	margin: 0px;
}

.entry .box {
	padding: 5px;
	padding-right: 15px;
	border: 1px #CCCCCC solid;
	border-radius: 5px;
	margin-bottom: 15px;
}

.entry h4 {
	font-size: 14px;
}

.logo-text {
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.logo-text a {
	text-decoration: none;
}

.topLinks {
	padding-bottom: 25px;
}