html, button, input, select, textarea {
	color: #686B71;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 1em;
	line-height: 1.6em;
}

html, body {
	height: 100%;
}

a {
	text-decoration: none;
	color: #2C8AC6;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

a:hover {
	color: #F4B200;
}

td, th {
	padding: 2px 8px 2px 8px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


#header {
	background: url("../pic/background.jpg") repeat 0px 0px #1F2226;
	background-size: cover;
	padding-top: 50px;
}

#header.light {
	padding-bottom: 50px;
	z-index: 3 !important;
}

.logo {
	float: left;
	position: relative;
}

.new {
	position: absolute;
	top: 42px;
	left: 0px;
}

#menu {
	margin-right: 0px;
	padding-bottom: 6px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 12px;
	background-color: #000000;
	line-height: 0px;
}

nav {
	float: right;
	position: relative;
	z-index: 10;
}

nav ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

nav li {
	float: left;
	margin-left: 60px;
	line-height: 20px;
}

nav li.first {
	margin-left: 0px;
}

nav li a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

nav li a:hover {
	color: #0084D3;
}

.twitter {
	display: inline-block;
	width: 24px;
	height: 20px;
	background: transparent url("/img/twitter.png") center center no-repeat;
	background-size: 24px 20px;
}

.twitter:hover {
	background-image: url("/img/twitter_hover.png");
}

#title {
	color: #C7C7C7;
	text-align: center;
	padding-top: 20px;
}

#title h1 {
	color: #FFFFFF;
	font-size: 48px;
	font-weight: 300;
	line-height: 48px;
	margin-bottom: 0px;
}

#title h2 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 40px;
}

#title h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 40px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.buttons {
	float: left;
	width: 100%;
}

.button, .or {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
}

.or {
	width: 40px;
	text-align: center;
}

.or span {
	position: absolute;
	top: 24px;
	width: 100%;
	color: #FFFFFF;
}

.button.last {
	margin-right: 0px;
}

.button .title, .button .subtitle {
	position: absolute;
	left: 70px;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

.button .title {
	top: 15px;
	font-size: 17px;
	font-weight: bold;
}

.button .subtitle {
	top: 40px;
	font-size: 12px;
}

.slider {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 100px;
}

.main {
	padding: 50px 0px 20px 0px;
}

.feature {
	width: 45%;
	margin-bottom: 100px;
}

.feature.small {
	width: 30%;
	margin-bottom: 20px;
}

.feature.left {
	margin-right: 10%;
}

.feature.small.left {
	margin-right: 5%;
}

.feature.right {
	margin-left: 10%;
}

.feature.small.right {
	margin-left: 5%;
}

.feature.last, .feature.small.last {
	margin-left: 0px;
	margin-right: 0px;
}

.feature.image {
	margin-top: 20px;
}

.feature.image img {
	max-width: 100%;
}

.feature.small img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.feature h1 {
	color: #1F2226;
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 110%;
}

.feature h2 {
	color: #2C8AC6;
	margin-top: 5px;
	font-size: 16px;
	line-height: 110%;
}

#screenshots {
	text-align: center;
	background: url("/img/dashboard.png");
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 1);
}

#screenshots .main {
	padding-top: 20px;
}

#screenshots img {
	margin: 8px;
	border: 4px solid #FFFFFF;
}

#bottom_buttons {
	background: #47525C;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

#footer {
	position: relative;
	z-index: 3;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #18252F;
}

#copyright {
	color: #47525C;
	font-size: 10px;
	text-align: center;
}

.content h1 {
	color: #414449;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 30px;
}

.content h2 {
	color: #1F2226;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.content p {
	margin-top: 0px;
}

article {
	float: left;
	width: 62%;
}

.help h1 {
	clear: both;
	color: #1F2226;
	font-size: 18px;
}

.help h2 {
	clear: both;
	color: #2C8AC6;
	font-size: 18px;
	font-weight: 300;
	margin-top: 40px;
}

.help h3 {
	clear: both;
	font-size: 16px;
}

.help p {
	margin-top: 0px;
}

.help ul {
	list-style-type: square;
	padding-left: 20px;
}

.help > ul > li {
	margin-bottom: 10px;
}

.help .screenshot {
	float: left;
	max-width: 97%;
	height: auto;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 1px solid #888888;
}

.help .screenshot.dark {
	border-color: #000000;
}

.help .menu_item {
	padding: 2px;
	background-color: #F6F6F6;
	border: 1px solid #E6E6E6;
}

.help .property {
	color: #313337;
}

.help .box {
	padding: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	background-color: #F6F6F6;
	border: 1px solid #E6E6E6;
}

.help .example {
	padding: 10px 10px 10px 30px;
	font-weight: 300;
	background-color: #FCFCFC;
	border: 1px dashed #E6E6E6;
}

.help .example b {
	font-weight: 500;
}

.help .warning {
	font-style: italic;
	font-weight: 300;
	color: #A0A5AF;
}

.help .tip {
	font-style: italic;
	font-weight: 300;
	color: #A0A5AF;
}

.help .formula {
	padding: 8px;
	font-size: 14px;
	font-weight: 300;
	background-color: #FCFCFC;
	border: 1px dashed #E6E6E6;
}

aside {
	float: right;
	width: 30%;
}

#help_menu {
	padding-left: 0px;
	list-style-type: none;
	border-top: 1px solid #E6E6E6;
}

#help_menu li {
	padding: 8px 0px;
	border-bottom: 1px solid #E6E6E6;
}

#help_menu li a.active {
	color: #18557C;
	font-size: 18px;
}

.print {
	color: #0B202D;
}

#versions_menu {
	font-size: 14px;
	text-align: center;
}

#versions_menu a {
	padding: 8px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#versions_menu a.active {
	background: #2C8AC6;
	color: #FFFFFF;
}

.version h2 {
	color: #2C8AC6;
	margin-bottom: 10px;
}

.version h2 span {
	color: #BBBBBB;
	font-size: 14px;
	margin-left: 20px;
}

.version h2 span.highlighted {
	color: #F4B200;
}

.version h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.version p {
	font-size: 14px;
}

.version ul {
	margin-top: 0px;
	padding-left: 20px;
	list-style-type: square;
}

#languages {
	color: #333333;
	font-style: italic;
	text-align: center;
}

.language {
	margin-right: 4px;
}

#banks {
	width: 100%;
}

#banks th {
	overflow: hidden;
	text-overflow: ellipsis;
}

#banks tr.country {
	background-color: #FAFAFA;
	color: #2C8AC6;
	font-size: 20px;
	font-weight: 300;
	border-top: solid #FFFFFF 20px;
	border-bottom: solid #FFFFFF 10px;
}

#banks td.status {
	color: #2C8AC6;
	font-size: 24px;
	text-align: center;
	border-left: solid #F3F3F3 1px;
}

#banks .status {
	width: 120px;
}

.note {
	color: #BBBBBB;
	font-size: 12px;
	font-style: italic;
}

@media only screen and (min-width: 1160px) {
	.wrapper {
		width: 1140px;
		margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
	.clear {
		margin-top: 60px;
		margin-bottom: 60px;
		border-top: 1px solid #e6e6e6;
	}
	
	#domains {
		margin-right: 5px;
	}
	
	#header nav ul {
		clear: right;
		float: right;
		position: absolute;
		top: 37px;
		right: 0px;
		margin: 0px;
		padding: 5px 15px 5px 35px;
		text-align: right;
		background-color: #000000;
		-webkit-border-radius: 4px 0px 4px 4px;
		-moz-border-radius: 4px 0px 4px 4px;
		border-radius: 4px 0px 4px 4px;
	}
	
	#header nav li {
		display: block;
		float: none;
		margin: 0px;
		padding: 5px 0px;
	}
	
	#title {
		padding-top: 40px;
	}
	
	#title h1 {
		font-size: 32px;
		line-height: 40px;
	}
	
	#title h2 {
		font-size: 20px;
	}
	
	.or {
		display : none;
	}
	
	.main {
		padding-top: 20px;
	}
	
	.feature {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.feature.small {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		text-align: left;
	}
	
	.feature.left {
		margin-right: 0px;
	}
	
	.feature.small.left {
		margin-right: 0px;
	}
	
	.feature.right {
		margin-left: 0px;
	}
	
	.feature.small.right {
		margin-left: 0px;
	}
	
	article, aside {
		float: none;
		width: 100%;
	}
	
	#footer .logo {
		display: block;
		float: none;
		text-align: center;
	}
	
	#footer nav {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	
	#footer nav ul {
		padding-left: 0px;
	}
	
	#footer nav li {
		display: inline;
		float: none;
	}
	
	#banks td, #banks th {
		font-size: 14px;
	}
	
	#banks .status {
		width: 60px;
		max-width: 60px;
	}
}

@media only screen and (max-width: 480px) {
	#title h2 {
		margin-top: 20px;
	}
	
	.button {
		margin-right: 0px;
	}
		
	#screenshots img {
		max-width: 260px;
		height: auto;
		margin-left: 0px;
		margin-right: 0px;
	}

	#footer nav li {
		display: block !important;
		margin: 5px 0px;
	}
	
	#banks td, #banks th {
		font-size: 12px;
	}
	
	#banks .status {
		width: 40px;
		max-width: 40px;
	}
}

@media print {
	* {
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	html, button, input, select, textarea {
		color: #000000;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	#domains {
		display: none;
	}
	
	#header {
		display: none;
	}
	
	article {
		float: none;
		width: 100%;
	}
	
	aside {
		display: none;
	}
	
	#versions_menu {
		display: none;
	}
	
	#bottom_buttons {
		display: none;
	}
	
	#footer {
		display: none;
	}
}
