:focus{
    outline:0;
}

body {
    font-family:Sans-serif;
    margin:0;
    padding:0;
    font-size:16px;
}

header,
section,
footer {
	margin:0 !important;
	border:1px solid transparent;
}

section.content {
	padding-bottom:50px;
	min-height:500px;
}

header {
    background-color:#f9f9f9;
    height:100px;
}

footer {
	padding-top:20px;
	background-color:#1A1A1A;
	min-height:300px;
}

footer a,
footer span {
	color:#999 !important;
	text-decoration:none;
	display:block;
	line-height:150%;
}

footer a:hover {
	color:#fff !important;
	text-decoration:none;
}

footer h4 {
	color:#999 !important;
	margin:10px 0 5px 0;
	padding:0;
}

footer ul {
	margin:0;
	padding:0;
	min-height:200px;
}

footer ul,
footer ul > li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:15px;
}

footer .fa {
	width:30px;
}

@media (max-width: 768px) {
	footer ul {
		min-height:auto;
		padding-bottom:30px;
	}
	.nav.nav-tabs > li {
		display:block;
		float:none;
	}
	.nav.nav-tabs > li > a {
		border:none;
		border-bottom:1px solid #eee;
	}
	.nav.nav-tabs > li > a:hover {
		border:none;
		border-bottom:1px solid #eee;
	}
}

.showcase {
	padding-bottom:25px;
	padding-top:25px;
}

.boxes,
.showcase {
	padding-top:25px;
	padding-bottom:25px;
}

.sub {
	background-color:#eee;
	text-shadow:1px 1px 1px #fff;
	padding:20px 0 10px 0;
	margin:0px !important;
}



.sub h3 {
	color:#999999;
	margin-bottom:25px;
}

.sub.integration h3 {
	text-align:left;
}

.sub.integration {
	text-align:center;
}

.sub.integration img {
	max-height:45px;
	margin:0 40px 40px 30px;
	
	/*	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	*/
}

h1 {
    color:#028fd6;
    font-size:24px;
    margin-bottom:25px;
}

h2 {
    color:#028fd6;
    margin:50px 0 25px 0;
    font-size:21px;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active
{
    color:#028fd6;
    text-decoration:none;
}

h3 {
    margin-top:25px;
    margin-bottom:5px;
    font-size:18px;
    line-height:150%;
    font-weight:500;
}

h5 {
    font-size:100%;
    margin-bottom:0px;
    padding-bottom:0px;
}

p {
    line-height:140%;
}

a {
    color:#0495CE;
}


code {
    font-size:15px;
}
.sidebar {
    float:left;
}

.sidebar > ul {
    margin:50px 0 0 25px;
    padding:0;
    list-style:none;
}
.sidebar > ul  > li {
    margin-bottom:1px;
    background-color:#F7F7F7;
    width:180px;
}
.sidebar > ul  > li:first-child {
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.sidebar > ul  > li:last-child {
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

.sidebar > ul  > li > a {
    text-decoration:none;
    padding:5px 0 5px 15px;
    display:block;
}

.sidebar > ul  > li > a:hover {
    background-color:#ffffff;
}



table.pricing {
    border-collapse:separate;
    border-spacing:20px 0;
    margin:30px 0 50px 0;
}

table.pricing tbody tr th {
    text-align:left;
    padding:10px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    width:250px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background-color:#F9F9F9;
    color:#000;
}

table.pricing tbody tr.pricing-bottom td {
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    width:250px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    background-color:#F9F9F9;
    color:#000;
}

table.pricing tbody tr td {
    padding:0 10px 0 10px;
    vertical-align:top;
    margin-right:20px;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    background-color:#F9F9F9;
    font-size:14px;
}

table.pricing tbody tr td hr {
  background-color: #ddd;
  border:none;
  height: 1px;
}

table.pricing tbody tr td.pricing-separator {
  padding:0;
}

table.pricing tbody tr td ul{
    margin:0 0 0 5px;
    padding:0;
    list-style:none;
}

table.pricing tbody tr td ul li {
    padding:0;
    margin:0;
    background-image:url(/layout/appointmind/images/bullet.png);
    background-repeat:no-repeat;
    background-position:0px 10px;
    padding-left:15px;
    line-height:160%;
}


table.pricing tbody tr.pricing-prices td {
}

table.pricing tbody tr.pricing-order td {
    text-align:center;
}




table.pricing.blue  tbody tr th {
    text-align:left;
    padding:10px;
    border: none;
    width:250px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    background-color:#029DE5;
    color:#fff;
}

table.pricing.blue tbody tr td {
    padding:5px 10px 0 10px;
    vertical-align:top;
    margin-right:20px;
    border:none;
    background-color:#32BAFF;
    font-size:14px;
    color:#fff;
}

table.pricing.blue tbody tr.pricing-bottom td {
    border:none;
    width:250px;
    border:none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    background-color:#32BAFF;
    color:#fff;
}


table.pricing.blue tbody tr.pricing-order td a.button{
    background-color:#099300;
}



table.pricing.blue  tbody tr th.main {
    background-color:#0084C6;
}

table.pricing.blue tbody tr td.main {
    background-color:#00A9FF;
}

table.pricing.blue tbody tr.pricing-bottom td.main {
    background-color:#00A9FF;
}


ul.pricing,
ul.pricing-prices,
ul.pricing-order,
ul.pricing-features {
	list-style:none;
	margin:0;
	padding:0;
}

ul.pricing > li,
ul.pricing-prices > li,
ul.pricing-order > li,
ul.pricing-features > li {
	float:left;
	margin-right:10px;
	padding:0 5px 5px 6px;
}
ul.pricing-features > li {
	float:left;
	display:block;
	width:100%;
}

ul.pricing {
	margin-top:20px;
}

ul.pricing > li,
.pricing {
	text-align:center;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background-color:#F9F9F9;
    color:#000;
}

ul.pricing > li h3 {	
	color:#029DE5;
    font-size:20px;
}

ul.pricing > li p {	
    font-size:14px;
}

ul.pricing-prices > li {
	text-align:center;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    background-color:#F9F9F9;
    color:#000;
}

ul.pricing-order > li {	
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    background-color:#F9F9F9;
    color:#000;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}

ul.pricing-prices > li {
	text-align:center;
	color:#029DE5;
	font-size:25px;
}

ul.pricing-prices > li span {
	color:#AFAFAF;
	font-size:13px;
}

ul.pricing-features {
	padding-top:20px;
	
}

ul.pricing-features > li ul {
    margin:0 0 0 5px;
    padding:0;
    list-style:none;
}
    
ul.pricing-features > li ul li {
    padding:0;
    margin:0;
    background-image:url(/layout/appointmind/images/bullet.png);
    background-repeat:no-repeat;
    background-position:0px 10px;
    padding-left:15px;
    line-height:160%;
    font-size:14px;
    color:#666;
}

ul.pricing.blue > li,
ul.pricing-prices.blue > li,
ul.pricing-order.blue > li {
	border:none;
	border-radius:0;
    background-color:#F9F9F9;
    padding:0 0 10px 0;
    width:195px;
}

.pricing {
	min-height:250px;
}

.pricing.blue {
	border:none;
	border-radius:0;
    background-color:#F9F9F9;
    padding:0 0 0 0;
}

ul.pricing.blue > li.recommended,
ul.pricing-prices.blue > li.recommended,
ul.pricing-order.blue > li.recommended {
	border:none;
	border-radius:0;
    background-color:#DFF5FF;
    padding:0 0 10px 0;
    width:195px;
}


ul.pricing.blue > li > h3 {
    background-color:#029DE5;
    color:#fff;
    margin:0;
    padding:5px;
}

ul.pricing-features > li {
	padding:5px 10px;
    margin:2px 0 0 0;
    background-image:none;
    line-height:160%;
	font-size:12px;
    color:#666;
    background-color:#F9F9F9;
}

.pricing p {
	padding:5px 10px;
}

.pricing.blue h3 {
    background-color:#029DE5;
    color:#fff;
    margin:0;
    padding:5px;
    font-size:20px;
    text-align:center;
}

.pricing-prices {
	text-align:center;
	color:#029DE5;
	font-size:25px;
}

.pricing-prices span {
	color:#AFAFAF;
	font-size:13px;
}

.pricing-order {	
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    background-color:#F9F9F9;
    color:#000;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}

.pricing.blue .recommended {
    background-color:#DFF5FF;
    padding:0 10px 0 10px;
}

.pricing.blue .pricing-prices,
.pricing.blue .pricing-order {
    color:#000;
	border:none;
	border-radius:0;
	background-color:transparent;
}


ul.columns {
    list-style:none;
    margin:0;
    padding:0;
}

ul.columns li {
    float:left;
    margin-right:20px;
}

ul.columns li:last-child {
    margin-right:0;
}

.box {
    /*background-color:#f4f9ff;*/
    margin-bottom:15px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:15px 20px 10px 20px;
    line-height:140%;
}

.box:last-child {
	margin-right:0;
}

.box h3 {
    margin-top:0;
}

.box p {
    margin-bottom:0;
    padding-bottom:0;
}

.box-small {
	width:auto;
    min-height:220px;
}

.box-small p {
    font-size:14px;
}

.screenshot {
    border:1px solid #ccc;
    margin-bottom:50px;
    box-shadow:5px 5px 5px #ccc;
}

.screenshot-padded {
    padding:10px;
    -moz-border-radius:4px;
    border-radius:4px;   
}

.screenshot-centered {
	display:block;
	margin:0 auto;
}

.screenshot.pull-right {
	margin:0 0 50px 100px;
}

.clearfix {
	clear:both;
}

.small {
	font-size:80%;
}

table.table.features .description {
	background-color:#EFEFEF;
}

.info-link {
	color:#000;
	display:inline-block;
	font-size:15px;
}


.table.features > thead > tr > th:nth-child(3) { text-align:center;}

.table.features > tbody > tr > td:nth-child(1) { width: 400px; }
.table.features > tbody > tr > td:nth-child(2) { width: 50px; }
.table.features > tbody > tr > td:nth-child(3) { width: 50px; }
.table.features > tbody > tr > td:nth-child(4) { width: 100px; }


ul li{
    line-height:140%;
}

ul.feature-list {
    list-style:none;
    margin:0 !important;
    padding:0 !important;
}

ul.feature-list li {
    padding-left:5px;
    margin-bottom:20px;
}

ul.feature-list > li > div.feature-list-headline{    
    line-height:140%;
    font-size:18px;
    font-weight:bold;
    color:#028fd6;
}

.feature-list i.fa {
	font-size:40px;
	width:50px;
	margin:0 15px 20px 0;
    color:#028fd6;
    float:left;
}

ul.reason-list {
    list-style:none;
    margin:0 !important;
    padding:0 !important;
}

ul.reason-list li {
	position: relative;
	padding-left: 30px;
	padding-right:3rem;
    margin-bottom:20px;
    float:left;
    width:50%;
    
}

ul.reason-list li::before {
	position: absolute;
	left: 0;
	top: 0;
    font-size: 16px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-weight: 900;
	content: "\f00c";
	color: #028fd6;
    
}

.headline {
	margin-bottom:50px;
}

#logo a {
    display:block;
}

.main ol {
    line-height:140%;
    max-width:700px;
}

.main ol li {
    padding-bottom:20px;
}

.main ol li  ul li{
    padding:0;
    margin:0;
    background-image:url(/layout/appointmind/images/bullet.png);
    background-repeat:no-repeat;
    background-position:0px 10px;
    padding-left:15px;
    font-size:16px;
}

#navigation {
	padding-top:50px;
}

#navigation ul li a {
    font-weight:normal;
    color:#028fd6;
    padding:4px 8px;
    margin-left:20px;
    text-decoration:none;
    text-shadow:1px 1px 1px #fff;
    font-size:16px;
}


#navigation ul li a:hover {
    background-color:#028FD6;
    color: #ffffff;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px; 
    border-radius:3px; 
    text-decoration:none;
    text-shadow:none;
}

.button {
    
}

button.button,
span.button a:link,
span.button a:visited,
a.button:link,
a.button:visited
{
	display:inline-block;
    padding:1px 8px;
    margin:0 5px 5px 0;
    background-color:#028FD6;
    font-weight: bold; 
    color: #ffffff;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius:5px; 
    text-decoration:none;
    text-align:center;
    line-height:30px;
    border:0;
}

span.button a:hover,
span.button a:active,
a.button:hover,
a.button:active,
a.button.selected
{
    background-color:#00A9FF;
    font-weight: bold; 
    color:#fff; 
}

.buttonSmall {
    
}

.buttonSmall a:link,
.buttonSmall a:visited {
    font-size:13px;
    padding:3px 8px;
    background-color:#028FD6;
    font-weight: bold; 
    color: #ffffff;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius:5px; 
    text-decoration:none;
    text-align:center;
}

.buttonSmall a:hover,
.buttonSmall a:active {
    background-color:#00A9FF;
    font-weight: bold; 
    color:#fff; 
}

.alternate {
    margin-top:50px;
    background-color:#fafafa;
    padding:20px;    
}

.alternate-bottom {
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-right-radius:10px; 
    -webkit-border-bottom-left-radius:10px; 
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}

ul.features {
    list-style:none;
    padding:0;
    margin:0;
    height:250px;
}

ul.features  li{
    float:left;
    width:46%;
    margin-right:2%;
    min-height:140px;
    line-height:140%;
    background-image: none;
    font-size:15px;
}

ul.features li img {
    width:150px;
    height:100px;
    float:left;
    margin:0 15px 15px 0;
    border:1px solid #134963;
}

.highlight {
    background-color:#f4f4f4;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:15px 20px 10px 20px;
    line-height:140%;
    margin:0 0 50px 0;
}

.highlight h2 {
    margin-top:0;
}

.highlight h3 {
    font-size:17px;
    margin-top:0;
}

.highlight p {
    margin-bottom:15px;
    padding-bottom:0;
}


.highlight .moreInfos a {
    background-color:#ccc;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:3px 6px;
}

.highlight.testimonials {
	color:#666;
	text-shadow:1px 1px 1px #fff;
}

.modules .highlight {
	min-height:240px;
}


.priceLink {
    display:block;
    font-size:12px;
    margin-top:20px;
}

.dataTable {
    background-color:#FFFFCC;
    padding:20px;
    max-width:600px;
    margin:30px auto;
    -moz-box-shadow: 2px 2px 4px #e4e4e4;
    -webkit-box-shadow: 2px 2px 4px #e4e4e4;
    box-shadow: 2px 2px 4px #e4e4e4;
    -moz-border-radius:5px;
    border-radius:5px;
}
.dataTable h2 {
    margin:5px 0 25px 0;
    color:#000;
}

.dataTable table {
    border-collapse:collapse;
    width:100%;
}

.dataTable table tbody tr td {
    margin:0;
    padding:8px 0;
    border-top:1px solid #e3c27c;
}
.dataTable table tbody tr td {
    margin:0;
    border-top:1px solid #e3c27c;
    border-bottom:1px solid #e3c27c;
}
.dataTable table tbody tr td.info {
    border-right:1px solid #e3c27c;
    padding-right:20px;
    width:50%;
}

.dataTable table tbody tr td.price {
    padding-left:20px;
    white-space:nowrap;
}
.dataTable table tbody tr td.order {
    padding-left:20px;
    white-space:nowrap;
}
.dataTable table tbody tr td.price span.value {
    font-weight:bold;
}
.dataTable table tbody tr td p {
    font-size:14px;
    margin-top:5px;
}
.dataTable table tbody tr td p.headline {
    font-weight:bold;
    font-size:17px;
    margin-bottom:0px;
    padding-bottom:0px;
}

.dataTable table > tbody > tr:target > td.price {
	border-left:4px solid #d46b02;
	border-top:4px solid #d46b02;
	border-bottom:4px solid #d46b02;
}

.dataTable table > tbody > tr:target > td.order {
	border-right:4px solid #d46b02;
	border-top:4px solid #d46b02;
	border-bottom:4px solid #d46b02;
}

@media (max-width: 768px) {
	.dataTable table tbody tr td {
	    display:block;
	}
	.dataTable table tbody tr td {
	    margin:0;
	    border-top:none;
	    border-bottom:none;
	}
	.dataTable table tbody tr td.info {
	    border-right:none;
    	border-top:1px solid #e3c27c;
	    padding-right:0;
	    width:auto;
	}
	.dataTable table tbody tr td.price,
	.dataTable table tbody tr td.order {
	    padding-left:0;
	}
}

ul#sidebarNavigation {
    float:left;
    width:180px;
    border:1px solid red;
    padding-bottom:50px;
}

i.fa.pull-left {	
	margin:0px 20px 50px 0;
	width:50px;
	text-align:center;
}


ul.faq-linklist {
    margin:40px 0 80px 0;
    padding:0;
}

ul.faq-linklist,
ul.faq-linklist > li {
    list-style:none;
    
}

ul.faq-linklist > li > a{
    text-decoration:none;
}

.faq-item {
    margin-bottom:50px;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  margin-right:none;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}

.table th {
  border-top:0;
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.payment-options {
	width:100%;	
	margin:40 auto 0 auto;
	padding-bottom:0;
	text-align:center;
	min-height:250px;
}

.payment-options a {
	display:inline-block;
}

nav.shrink .navbar{
  min-height: 60px;
}

.navbar
{
  min-height: 90px;
}

.navbar-brand 
{
	margin-bottom:10px;
}

.navbar-brand img 
{
	width:100%;
}

blockquote {
	font-size:inherit;
}

@media (max-width: 992px) {
	#navigation {
		padding-top:70px;
	}
	.navbar-brand img {
		max-height:50px;
	}
	#navigation ul li a {
	    margin-left:10px;
	}
}


/* News Script */
.n2s_pagination {
    margin-top:40px;
}

.n2s_frontend_article_list_date,
.n2s_frontend_article_date {
    font-size:11px;
    color:#9F9F9F;
    margin-bottom:10px;
}


.n2s_frontend_article_next {
	text-align:right;
    
    margin-bottom:30px;
}

.n2s_frontend_article_previous {
	text-align:left;
    height:30px;
}

.n2s_frontend_article_list .n2s_frontend_article_item {
	max-width:800px;
    margin-top:30px;
    margin-bottom:60px;
    padding-bottom:10px;
    border-bottom:2px solid #eee;
    
}

.n2s_frontend_article .n2s_frontend_article_item {
	max-width:800px;
    
}

.n2s_frontend_article_title h1,
.n2s_frontend_article_title h2 {
	margin-top:15px;
	margin-bottom:5px;
}

.n2s_frontend_article {
	margin-bottom:100px;
}

form {
	width:100%;
	max-width:700px;
}

.order-iframe {
	width:100%;
	height:2000px;
}

.page-logo {
	max-width:300px;
	max-height:100px;
	margin:0 0 50px 50px;
}

.highlight .page-logo {
	max-width:200px;
	max-height:60px;
	margin:0 0 10px 20px;
}

.article-container {
	padding-bottom:30px;
    border-bottom:1px solid #eee;
    margin-bottom:10px;
}

.article-container h2 {
    color:#000;
}

.article-container ul {
    margin-left:0px;
    padding-left:25px;
}

.article-container ul.article-list > li {
	float:left;
	width:50%;
	color:#ccc;
	line-height:200%;
}



@media (max-width: 768px) {
	.article-container ul.article-list > li {
		float:none;
		width:auto;
	}
}

ol.step-by-step {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0px;
}

ol.step-by-step > li {
	line-height:250%;
  	text-indent: -40px;
  	margin-left: 40px;
  	counter-increment: list;
}

ol.step-by-step a {
  	color:#000;
  	text-decoration:none;
  	text-indent:0;
}

ol.step-by-step > li:before,
.step-marker {
  background-color: #2AAF61;
  width: 24px;
  text-indent: 8px;
  padding-left: 0px;
  height: 24px;
  line-height: 23px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  content: counter(list);
  margin-right: 15px;
  font-size: 14px;
}

ol.step-by-step > li:nth-child(10):before,
ol.step-by-step > li:nth-child(11):before,
ol.step-by-step > li:nth-child(12):before,
ol.step-by-step > li:nth-child(13):before,
ol.step-by-step > li:nth-child(14):before,
ol.step-by-step > li:nth-child(15):before,
ol.step-by-step > li:nth-child(16):before,
ol.step-by-step > li:nth-child(17):before,
ol.step-by-step > li:nth-child(18):before,
ol.step-by-step > li:nth-child(19):before,
ol.step-by-step > li:nth-child(20):before,
ol.step-by-step > li:nth-child(21):before,
ol.step-by-step > li:nth-child(22):before,
ol.step-by-step > li:nth-child(23):before,
ol.step-by-step > li:nth-child(24):before,
ol.step-by-step > li:nth-child(25):before,
ol.step-by-step > li:nth-child(26):before,
ol.step-by-step > li:nth-child(27):before,
ol.step-by-step > li:nth-child(28):before,
ol.step-by-step > li:nth-child(29):before,
ol.step-by-step > li:nth-child(30):before,
ol.step-by-step > li:nth-child(31):before,
ol.step-by-step > li:nth-child(32):before,
.step-marker.double-digits
{	
  text-indent: 4px;
}

.step-marker {
	/*
	box-shadow:0px 0px 10px #eee;
	*/
}



@media (max-width: 990px) {
	.step-marker {
		display:none;
	}
}

.breadcrumbs {
}

ul.resources > li {
	line-height:150%;
}

.thanks-page {
	margin:0 auto;
	width:80%;
}

.payment-modal {
	margin-top:100px;
}

.feature-icon {
    color:#028fd6;
	font-size:50px !important;
	margin-right:20px;
	vertical-align:top;
}

.orange {
    color:#ff9933;
}

.green {
    color:#10c610;
}

.red {
    color:#d60000;
}

.pink {
	color:#d6006b;
}

.darkgreen {
	color:#00b300;
}

.violet {
	color:#cc3399;
}

.lightblue {
	color:#5ea6ed;
}

.bg-lightblue {
	background-color:#f4f9ff;
}

.bg-lightgreen {
	background-color:#f4fff7;
}

.bg-lightred {
	background-color:#fff4f4;
}

.bg-lightviolet {
	background-color:#fff4fe;
}

.bg-lightyellow {
	background-color:#fffff4;
}

.darkblue {
	color:#1773cf;
}

.individual-package {
	max-width:800px;
}
	
.individual-package a.button {
	display:block;
}