
html, body {
	background-color: #fff; 
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #666;
	padding: 0;
	margin: 0;}

#nav_wrapper {
	width: 100%;
	min-width: 320px;
	height: 90px;
	margin: 0 auto; /*center on page*/
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#333333 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

#nav_banner {
	width: 1000px;
	height: 90px;
	margin: 0 auto; /*center on page*/}

#logo {
	float:left;}

#logo img {
	margin: 15px 0 0 10px;}

nav {
	margin: 40px 5px 40px 0;
	line-height: 10px;
	text-align: center;
	float:right;}

nav a {
	padding: 34px 14px;
	color: #ddd;
	text-decoration: none;
	-webkit-transition: background-color 400ms linear, color 500ms linear;
    -moz-transition: background-color 400ms linear, color 500ms linear;
    -o-transition: background-color 400ms linear, color 500ms linear;
    -ms-transition: background-color 400ms linear, color 500ms linear;
    transition: background-color 400ms linear, color 500ms linear;
}

nav a:hover {
	background-color: #999;
	color:#fff;}

.nav_current {
	display:none;}

#mobile_nav_wrapper {
	float: right;}
	
#page_menu_wrapper {
	background-color:#ccc;
	width: 100%;
	border-bottom: #999;
}
	
#page_menu {
	width: 1000px;
	padding: 10px 0 10px 10px;
	margin: 0 auto;
}

#page_menu a {
	margin: 0 14px;
	color: #333;
}

#title_banner_wrapper {
	width: 100%;
	min-width: 320px;
	border-bottom: 1px solid #bbb;
	background-color: #cccccc;} /*006FB9*/

#title_banner {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 45px 0 60px 0;
background: #cccccc;
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #cccccc 60%);
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#cccccc 60%);
background: radial-gradient(ellipse at center,  #ffffff 0%,#cccccc 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 );


}

#title_banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 590px;}

#title_banner p {
	margin: 20px 0 30px 0;
	color:#555;} /*BDDFFF*/

.button_link {
	background-color:yellow; /*ddd*/
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border-bottom: 2px solid #dddd96;
    border-top: 1px solid #fff;
    border-right: 1px solid #dddd96;
	color:#333;
	font-weight: bold;
	padding:16px 30px;
	text-decoration:none;
	-webkit-transition: background-color 1000ms, color 800ms;
	-moz-transition: background-color 1000ms, color 800ms;
	-o-transition: background-color 1000ms, color 800ms;
	transition: background-color 1000ms, color 800ms;
}

.button_link:hover {
	background-color:#66c945; /*ffAA40*/
	color:#000;}

#testimonial_banner_wrapper {
	width: 100%;
	min-width: 320px;
	background-color:#eee;}

#testimonial_banner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 40px 0;
	text-align:center;
	background-color:#eee;}

blockquote {
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;}

blockquote:before {
	display: block;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 200px;
	position: absolute;
	top: -50px;
	color: #fff;
	z-index: -1;}

blockquote:after {
	display: block;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 200px;
	position: absolute;
	top: -50px;
	left: 460px;
	color: #fff;
	z-index: -1;}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 15px;}
 
blockquote cite:before {
	content: "\2014 \2009";}

.content_wrapper_white {
	width: 100%;
	min-width: 320px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: auto; /* force div to height of content*/
	padding: 40px 0 40px 0;}

.content_wrapper_gray {
	width: 100%;
	min-width: 320px;
	background-color: #eee;
	overflow: auto; /* force div to height of content*/
	padding: 40px 0 40px 0;}

.content_white {
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
	text-align:center;
	overflow: auto; /* force div to height of content*/
}

.content_gray {
	margin: 0 auto;
	width: 1000px;
	background-color: #eee;
	text-align:center;
	clear:both;}

.columns4 {
	width:20%;
	padding: 3% 2% 2% 2%;
	float:left;
	background-color: #fff;}

.columns3 {
	width:29%;
	padding: 0 2% 0 2%;
	float:left;}

.columns2 {
	float:left;
	width:46%;
	text-align:left;
	padding:5px 2% 0 2%;}

.button_link_features {
	margin: 0 auto;
	padding:16px 30px;
	background-color:#006FB9;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	color:#fff;
	text-decoration:none;
	-webkit-transition: background-color 1000ms, color 800ms;
	-moz-transition: background-color 1000ms, color 800ms;
	-o-transition: background-color 1000ms, color 800ms;
	transition: background-color 1000ms, color 800ms;
}

.button_link_features:hover {
	background-color:yellow;
	color: #333;}

.list_left {
	width:49%;
	float: left;
	text-align:right;
	padding-top: 40px;}

.list_right {
	width:49%;
	float: right;
	text-align:left;
	padding-top: 40px;}

#footer_wrapper {
	width: 100%;
	min-width: 320px;
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#333333 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

#footer {
	width: 1000px;
	height: 55px;
	margin: 0 auto; /*center on page*/
	padding: 32px 0 0 0;
	text-align:center;
}

#footer a {
	padding: 35px 14px;
	color: #ddd;
	text-decoration: none;
	-webkit-transition: background-color 700ms linear, color 500ms linear;
    -moz-transition: background-color 700ms linear, color 500ms linear;
    -o-transition: background-color 700ms linear, color 500ms linear;
    -ms-transition: background-color 700ms linear, color 500ms linear;
    transition: background-color 700ms linear, color 500ms linear;
	font-size: 0.8em;
}

#footer a:hover {
	background-color: #999;
	color:#fff;}

/******************************************************* end layout **********/
/****************************************************** begin styles **********/
h1 {
	margin: 0;
	color: #333;
	font-size: 55px;}
	
h2 {
	color: #444;
	font-size: 40px;
	line-height:35px;
	margin: 20px 0 30px 0;}
	
h3 {
	color: #333;
	margin: 15px 0 20px 0;
	font-size: 36px;}
	
h4 {
	color: #333;
	margin: 20px 0 5px 0;
	font-size: 20px;
	line-height:25px;}
	
h5 {
	color: #333;
	margin: 0;
	font-size: 20px;
	line-height:25px;}
	
p {
	line-height: 1.4em;
	padding-bottom: 20px;
	margin:0;}
	
ol {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 10px 20px;}
	
ul {
	list-style-type:circle;}
	
ul.support {
	
	display: inline-block;
	text-align: left;
}
	
.support li {
	margin:0 0 10px 0;
	padding: 0 0 0 25px;
	list-style-type: none;
	/*list-style-image: url('images/support/check.png');*/
	background-image: url('images/support/check.png');
	background-repeat: no-repeat;
}
	
img {
	margin: 10px 0 10px 0;}
	
.support-image {
	width: 100%;
}
	
.slick_img {
	padding: 40px 0 20px 0;
	margin:0 auto;
	/*width:100%;*/
	max-width: 100%; /*600px*/
	display: block;}

a {
	color: #006FB9;
	-webkit-transition: color 400ms linear;
    -moz-transition: color 400ms linear;
    -o-transition: color 400ms linear;
    -ms-transition: color 400ms linear;
    transition: color 400ms linear;}
	
a:hover {
	color:#ff8e00;}

/**************************************** tables *********************************************/
.table_download, .table_download_white {
	border: 1px solid #bbb;
	border-collapse:collapse;
	margin: 10px auto;}

.table_download th, .table_download_white th {
	text-align: center;
	padding: 8px;
	font-weight: bold;
	border: 1px solid #bbb;
	vertical-align: text-top;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#cccccc 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.table_download td {
	padding: 8px;
	background: #eee;
	border: 1px solid #ccc;
	vertical-align: middle;}

.table_download_white td {
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;}
/***************************************************************** stuff ********************************************************************/	
.center {
	text-align: center;}

.extra_top_padding {
	padding-top: 40px;}

.little_extra_top_padding {
	padding-top: 20px;}
	
.bitcoin_address_container {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}

.bitcoin_logo {
	height: 30px;
	width: 30px;
}

.bitcoin_paragraph{
	padding: 0;
}