body {
	margin: 0;
	padding: 0;
	background-color: #eee;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	
	min-width: 960px;
	
	font-family: Arial, sans-serif;
}

body.sticky-menu {
	background-position: 0 -80px;
}

body.sticky-menu #header {
	display: none;	
}

#header {
	height: 60px;
	padding: 5px 0;
}

#header-list-left {
	list-style: none;
	float: left;
	height: 60px;
	margin: 0;
	padding: 0;
}

#header-list-left li {
	height: 60px;
	line-height: 60px;
}

#header-list-right li a {
	font-size: 12px;
	text-decoration: none;
	padding: 1px 4px;
}

#header-list-right li.social a {
	padding: 1px 1px;
}

#header-list-right li.important a {
	color: #fff;
	background-color: #666;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.45);
	
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

#header-list-right li.important a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

#header-list-right li a:hover {
	text-decoration: underline;	
}

#header li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

#header li a {
	display: block;	
}

#header img {
	vertical-align: middle;	
}

#header li:last-child {
	padding: 0;	
}

#header-list-right {
	list-style: none;
	float: right;	
}

body.sticky-menu #main-menu {
	position: fixed;
	top: 0;
	z-index: 1000;
}

#main-menu {
	height: 50px;
}

#main-menu ul {
	height: 50px;
	line-height: 50px;
	float: left;
}

#main-menu div.right {
	float: right;
	padding-top: 9px;
}

#main-menu ul li {
	height: 50px;
	line-height: 50px;
	float: left;
}

#main-menu ul li a {
	display: block;
	height: 50px;
	padding: 0 20px;
	text-decoration: none;
	color: #c7dff1;
	
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.45);
	
	background-repeat: no-repeat;
	background-position: center bottom;
}

#main-menu ul li.active a {
	color: #fff;
	background-image: url('../images/menu-triangle.png');
}

#main-menu ul li a:hover {
	background-image: url('../images/menu-triangle.png');
}

#teaser {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('../images/bg-teaser.jpg');
}

#teaser div.container {
	min-height: 370px;
	position: relative;
}


#teaser img.teaser-image {
	position: absolute;
	right: 0;
	bottom: 0;
}

#teaser.small div.container {
	min-height: 100px;	
}

#teaser .call-to-action {
	text-align: center;
	position: absolute;
	bottom: 30px;
	padding: 0;
	left: 240px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 1);
}

#teaser .teaser-screen {
	position: absolute;
	width: 700px;
	
	moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

#teaser .call-to-action a.button {
	vertical-align: middle;	
}

#teaser .or{
	padding: 0 10px;
}

#content {
	padding-top: 20px;
	background-color: #fcfcfc;
	margin-bottom: -20px;
	padding-bottom: 20px;
	
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	
	z-index: 2;
	position: relative;
}

#footer {
	background-color: #eee;
	padding-top: 40px;	
}

#footer ul {
	padding-top: 5px;	
}

#footer li {
	line-height: 14px;
	padding-left: 1px;
}

#footer a {
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

#footer a:hover {
	text-decoration: underline;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Signika', sans-serif;
}

h1 {
	font-size: 34px;
	line-height: 38px;
	text-align: center;
}

h1 span {
	display: block;
	font-size: 80%;
	color: #444;
}

h2 {
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 30px 0 5px 0;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 20px;
	color: #777;
	letter-spacing: 3px;
}

h2.no-top {
	padding-top: 0;
}

h3 {
	color: #104153;
}

h4 {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

em {
	font-style: normal;
	color: #006b93;
	font-size: 110%;
}

#copyright {
	text-align: center;
	font-size: 11px;
	color: #888;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	padding: 20px 0 10px 0;
}

div.mini-pricing {
	text-align: center;
	background-color: #f4f4f4;
	padding: 30px 3px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.mini-pricing h4 {
	padding-bottom: 10px;	
}

strong.important {
	color: #bb0000;
	font-weight: bold;
}

img.screenshot {
	max-width: 100%;
	height: auto;
	
	padding: 3px;
	/*border: 2px solid #ccc;*/
	border: 1px solid #ccc;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

img.icon {
	padding: 3px;
	border: 1px solid #fcfcfc;	
}

a:hover img.screenshot {
	border-color: #71A8BF;
	-moz-box-shadow: 0px 0px 15px rgba(0, 179, 255, 0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 179, 255, 0.5);
	box-shadow: 0px 0px 15px rgba(0, 179, 255, 0.5);
}

span.huge {
	font-size: 250%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	padding-top: 5px;
}

#features-tabs li {
	float: left;
	height: 80px;
	width: 20%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#features-tabs li a {
	display: block;
	font-size: 20px;
	color: #222;
	text-decoration: none;
	font-family: 'Signika', sans-serif;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	text-align: center;
	height: 80px;
	
	background-image: url('../images/features_bg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#features-tabs li:first-child a {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	
	-moz-border-top-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;	
}

#features-tabs li:last-child a {
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	
	-moz-border-top-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
	border-right: 1px solid #e1e1e1;
}

#features-tabs li.current a, #features-tabs li a:hover {
	background-position: 0 -80px;
	color: #14487c;
	border-color: #c2d5e8;
	border-right: 1px solid #c2d5e8;
	margin-right: -1px;
	position: relative;
	right: -1px;
	left: 0;
}

#features-tabs li:last-child.current a, #features-tabs li:last-child a:hover {
	right: 0;
	left: -1px;
}


div.teasershot {
	text-align: center;
}

#change-site {
	margin: 0 0 0 -8px;
	padding: 2px;
	width: auto;
	
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ol ol ol {
	list-style: lower-alpha;
}

div.pricing-info {
	background-color: #f2f2f2; 
	color: #444; 
	font-size: 12px; 
	border-radius: 10px;
}

div.pricing-info h4 {
	font-size: 19px;	
}

div.pricing-info-inner {
	padding: 10px 10px 0 10px;
}

div.pricing {
	width: 80%;
	background-color: #fff;
	margin: 10px auto 0 auto;
	height: 201px;
	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;	
}

div.plans {
	width: 65%;
	float: left;
}

div.plan div.price {
	width: 25%;
	float: left;
	height: 100px;
	font-weight: bold;
	position: relative;
	text-align: center;

}

div.plan div.price span.amount {
	font-size: 50px;
	line-height: 100px;
	color: #000;
}

div.plan div.user-info {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}


div.plan div.plan-info {
	font-size: 12px;
}

div.plan.first {
	border-bottom: 1px solid #ccc;
}

div.plan div.price span.time {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	position: relative;
	top: 2px;
}

div.plan div.price span.currency {
	color: #ccc;
	font-size: 25px;
	font-weight: normal;
	position: relative;
	top: -20px;
	right: 5px;
}

div.plan div.description {
	width: 75%;
	float: left;
	height: 100px;
}


div.action {
	width: 35%;
	height: 201px;
	float: right;
	
	color: #fafafa;
	
	font-size: 12px;
	
	text-align: center;
	
	background-color: #333;
	
	-moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	
	-moz-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

div.action a {
	margin: 20px;
}

div.action ul {
	text-align: left;
	margin-left: 30px;	
}

div.pricing-inner {
	padding: 10px;
}

div.tax-info {
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
	margin-right: 100px;
	color: #555;
}

#contact-form input {
	width: 290px;
}

#contact-form textarea {
	width: 360px;
	height: 100px;
}

div.field.error label {
	color: #990000;
}

div.field.error input, div.field.error textarea {
	border-color: #DEC3C3;	
}

div.secondary-column h5 {
	margin-bottom: 5px;
}

div.secondary-column div.block {
	margin-bottom: 20px;
}

h4.error {
	color: #aa0000;
}

h4.success {
	color: #008800;
}

ul.validation-errors li {
	margin: 0;
	color: #880000;
	font-size: 12px;
	line-height: 14px;
}

div.twtr-doc {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	
	border: 1px solid #dcdcdc !important;
}

div.twtr-hd {
	border-bottom: 1px solid #dcdcdc !important;
}

div.left {
	text-align: left;
}

div.right {
	text-align: right;
}

#tabs-nav {
	margin-top: 50px;
}

a.add-margin {
	margin-top: 12px;
}

span.feature-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 4px auto 2px auto;
	
	background-image: url('../images/features-icons.png');
	background-repeat: no-repeat;
}

span.feature-icon.centrium {
	background-position: 0 0;
}

span.feature-icon.contacts {
	background-position: -48px 0;
}

span.feature-icon.notes {
	background-position: -96px 0;
}

span.feature-icon.tasks {
	background-position: -144px 0;
}

span.feature-icon.deals {
	background-position: -192px 0;
}

a:hover span.feature-icon.centrium, li.current span.feature-icon.centrium {
	background-position: 0 -48px;
}

a:hover span.feature-icon.contacts, li.current span.feature-icon.contacts {
	background-position: -48px -48px;
}

a:hover span.feature-icon.notes, li.current span.feature-icon.notes {
	background-position: -96px -48px;
}

a:hover span.feature-icon.tasks, li.current span.feature-icon.tasks {
	background-position: -144px -48px;
}

a:hover span.feature-icon.deals, li.current span.feature-icon.deals {
	background-position: -192px -48px;
}

table.browsers {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

table.browsers td {
	width: 184px;
	paddin: 0;
	text-align: center;
}

table.browsers td img {
	padding: 0 0 5px 0;
}

table.browsers td a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

table.browsers td span.version {
	display: block;
	color: #666;
	font-size: 13px;
	padding: 5px 0;
}

ul.benefits img {
	vertical-align: middle;
	padding-right: 10px;
	width: 32px;
	height: 32px;
}

.social-32-facebook, .social-32-rss, .social-32-twitter, .social-32-google-plus
{ display: block; background: url('../images/social-32.png') no-repeat; }

.social-32-facebook { background-position: -0px -0px; width: 32px; height: 32px; }
.social-32-rss { background-position: -32px -0px; width: 32px; height: 32px; }
.social-32-twitter { background-position: -0px -32px; width: 32px; height: 32px; }
.social-32-google-plus { background-position: -32px -32px; width: 32px; height: 32px; }

.social-16-facebook, .social-16-rss, .social-16-twitter, .social-16-google-plus
{ display: block; background: url('../images/social-16.png') no-repeat; }

.social-16-facebook { background-position: -0px -0px; width: 16px; height: 16px; }
.social-16-rss { background-position: -16px -0px; width: 16px; height: 16px; }
.social-16-twitter { background-position: -0px -16px; width: 16px; height: 16px; }
.social-16-google-plus { background-position: -16px -16px; width: 16px; height: 16px; }

#cookie-info {
	padding: 10px 0;
	color: #666;
	font-size: 11px;
	display: none;
	z-index: 3;
	bottom: 0;
	width: 100%;
	background-color: #eee;
	border-top: 1px solid #ddd;
}

#cookie-info a.close-cookie-info {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#cookie-info a.close-cookie-info:hover {
	color: #666;	
}

#cookie-info a.close-cookie-info span {
	font-size: 24px;
	font-weight: bold;
	padding-right: 3px;	
	vertical-align: -5px;
}

#cookie-info .close-cookie-info-container {
	text-align: right;
	padding-top: 15px;
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) {
	#cookie-info {
		position: fixed;
	}
}
