/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


html, body {
  height: 100%;
/*  background: #e7eaee; *//* #E3F2FD; #e8e8e8; */
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

html {
  background: url('/public/images/bg-pp.jpg') #e7eaee top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body {
  text-align: center; }

.content-itself p {
  margin-bottom: 0.5em;
  line-height: 1.5em; }

h1 {
  font-size: 1.4rem;
  margin-bottom: 0.5em; 
  color: #303030;
}

h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  color: #303030;}

h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  color: #303030;}

.content-itself ul {
  margin-left: 1em;
  margin-bottom: 0.5em;}

.content-itself ul li {
  list-style: disc;
  padding-bottom:.5em;}

a {
  color: #438da8; }

a:hover {
  text-decoration: none; }

strong {
  font-weight: bold; }

hr {
  border: none;
  height: 1px;
  background: #c7c7c7; }

.wrapper {
  padding-top: 50px;
  box-sizing: border-box;
}

.footer-wrapper {
}

.content-wrapper {
  font-size:13px;
  width: 941px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}

.content {
  padding: 0.5em 2em; }

.footer-wrapper .footer-bottom {
  background: black;
  padding:1em 0;
  font-size: 12px; }

.footer-wrapper, .footer-wrapper a {
  color: #adadad; }

.footer-wrapper a:hover {
  text-decoration: underline; }

.footer-wrapper a {
  text-decoration: none; }

ul.cgi-menu {
  margin: 0;
}

ul.cgi-menu .cgi-menu-item-order a {
    color: #D4F0FC;
    padding-left: 2em;
    font-weight: normal;
    background: url('../images/cart.png') no-repeat 0.8em center;
}

.footer-wrapper .cgi-menu li {
  display: inline; }

.copyright {
  float: right; }

.header-top {
  height: 50px;
  top:0;
  width: 100%;
  position:fixed;
  font-size:0;
  z-index:100;
 /* background: url("../images/header-top-bg.png") repeat-x left top #2b2b2b; */
  background: black;
}

.front-page .header-top {
  background: #052d49;
}

.front-page .header-menu .cgi-menu a:hover {
  background-color: transparent;
}

.front-page .block-auth {
    border:none;
}

.header-menu ul.cgi-menu {
  display: inline-block;
  padding-right: 1em;
  float: right; }

.header-menu .cgi-menu li {
  display: inline-block; }

.header-menu .cgi-menu a {
  display: inline-block;
  padding: 0 1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 48px;
  font-family: "trebuchet ms", sans-serif; }

@media all and (max-width: 400px) {
    .content {
        padding: .5em 1em !important;
    }
}

@media all and (max-width: 620px) {
    .header-menu .cgi-menu a {
        padding: 0 .6em;
        font-size: .8rem;
    }
}

.header-menu .cgi-menu a:hover {
  background-color: #424242; }

.header-menu {
  float: right;
  width: auto; }

.cgi-menu-decorator {
    height: 2px;
    transition: width .5s;
    background: white;
    margin: 0 auto;
    width:0%;
}

.cgi-menu li:hover .cgi-menu-decorator {
    width: 100%;
}

.header-logo {
  float: left; }

.block-auth {
  padding-left: 2em;
  float: right;
  line-height: 50px;
  border-left: 1px solid #424242;
  color: white; }

.block-auth a {
  color: #ff776e; }

.header-bottom {
  /*background: #455a64; *//*url("../images/header-bg.gif") #4f96b0 repeat left top; */
 /*  background: radial-gradient(circle, #bad9dc, #438da8, #438da8, #a3c2c9); */
  -webkit-clip-path: url(#header-clip);
  clip-path: url(#header-clip);
}

.header-bottom.subpage {
  /* background: url("../images/header-subpage-bg.png") #4e4f4f repeat left top; */
  background: #052d49;
}

.header-bottom-bg {
  background: #052d49;
  background: linear-gradient(to bottom, #052d49, #1b5075);
  /*background: #455a64;*/
  /*background: radial-gradient(circle, #bad9dc, #438da8, #438da8, #a3c2c9);*/
} /*url("../images/header-bottom-bg.png") repeat-x left bottom; }*/

.header-bottom-bg-top {
  /* background: url("../images/header-bottom-bg-top.png") repeat-x left top;*/
  overflow: hidden;
}

.title .content-wrapper {
  padding: 1em 0 1em 0;
  border-bottom: 1px solid #c7c7c7; }

.title .content-wrapper > a {
  margin-left:1em}

.title.home a {
  float: right; }

.layout-stripe .content-wrapper {
  background: #455a64; /* url("../images/stripe.png") no-repeat top center; */
  background: #052d49;
  width: 941px;
}

.layout-stripe h1 {
  color: #fff;
  line-height: 69px;
  text-align: center;
  margin:0;
}

.layout-content .content-wrapper {
  background: #F3F4F5; /*#fff;*/ }

.footer-wrapper .content-wrapper,
.layout-stripe .content-wrapper,
.layout-content .content-wrapper {
    border-width: 0 1px 0 1px;
    border-color: #4751554d;
    border-style: solid;
    border: none;

}

.layout-content-wrapper {
 /* background: url("../images/content-bg.jpg") repeat-x top left; */}

.layout-only-content {
 /* background: url("../images/shadow-bg.png") no-repeat top center; */
}

.promo-buttons {
  display: inline-block;
  overflow: hidden;
  float: left;
}

.promo {
  padding-top: 4.2em;
  overflow: hidden;
  float: left;
  width: 425px; }

.promo p {
  padding: 1em 0 2em 0;
  color: white;
  font-size:.9rem;
  line-height:130%;
}

a.promo-btn {
  display: inline-block;
  float: left;
  width: 141px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 15px;
  border: 1px solid white;
  transition: background-color 1s, color 1s;
}

a.promo-btn:hover {
  background: white;
  color: #052d49;
}

div.promo-btn-or {
  display: inline-block;
  float: left;
/*  width: 50px;*/
  width: 30px;
  height: 44px;
  line-height: 44px;
  /* background: url("../images/or.png") no-repeat center left; */
}

.features-wrapper {
  text-align: center;
  padding: 1em 0; }

.features {
  overflow: hidden;
  display: inline-block;
  text-align: left; }

.features h3 {
  font-size: 100%;
  margin-bottom: 0; }

.features p {
  color: #545454; }

.features ul {
  margin: 0; }

.features-list {
  float: left; }

.features-list {
  width: 265px; }

.features-list.left li {
  padding-right: 10px;
  border-right: none; }

.features-list.right li {
  padding-left: 10px;
  border-left: none; }

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

.features-list li {
  overflow: hidden;
  padding: 10px 5px;
 /* border: 1px solid #fff;*/ }

.features-list li p {
  line-height: 1.2em; }

.features-list li img {
  float: left; }

.features-list li div.txt {
  margin-left: 65px; }

.features-list li.active {
  background: #bcd4d6;
 /* border-color: #bcd4d6; */
}

.features-preview {
  float: left;
  width: 362px;
  height: 382px;
  padding: 9px;
  background: #bcd4d6;
}

.features-preview img {
  border: 1px solid #b5b5b5;
  display: none; }

.features-preview img.active {
  display: block; }

.order-offer {
  text-align: center;
  padding: 1em;
  font-size: 20px;
  background: #bcd4d6;
}

.order-offer:hover {
}

.order-offer a {
  text-decoration: none;
 /* color: #65c0c7; */}
.order-offer a:hover {
  text-decoration: underline;
}


.main-promo {
  font-size: 16px;
  line-height:1.6;
  padding: 2em 1em;
  background:#e2e6e9 /* #f2f5f7 */;
  color: #333/*#475155*/;
}

.main-promo p {
    margin-bottom:0.5em;
}

.main-integrations {
  background: white;
  height: 50px;
  padding:1em;
  border-top: 1px solid #eee; }

.main-testimonials {
  padding-bottom:1em;
}

.main-testimonials-headline {
    padding:0 1em 1em;
    text-align:center;
    font-size: 20px;
    color: #054573;
}

.main-banners {
  padding-top:1em;
  padding-bottom:1em;
}

.main-banners-headline {
    padding:0 1em 1em;
    text-align:center;
    font-size: 20px;
    color: #054573;
}

.main-banners h3 {
  font-size: 16px;
  color: #424242;
}

.layout-tree-col {
  overflow: hidden;
  background: url("../images/three-col-bg.png") repeat-y left top; }

.layout-tree-col .col {
  float: left;
  /* background: url("../images/banners-bg.png") repeat-x left top; */
  padding: 1em 0; }

.layout-tree-col .col-left, .layout-tree-col .col-right {
  width: 281px; }

.layout-tree-col .col-center {
  width: 377px;
  margin: 0 1px; }

.layout-two-col {
  overflow: hidden;
  background: url("../images/two-col-bg.png") repeat-y left top;}

.layout-two-col .col {
  float: left;
  /* background: url("../images/banners-bg.png") repeat-x left top; */
  padding: 1em 0; }

.layout-two-col .col-left {
  width: 600px; }

.layout-two-col .col-right {
  width: 340px;
  margin-left: 1px; }

.testimonials-sign {
  font-style: italic; }

.btn {
  background: url("../images/btn-blue-r.png") no-repeat right top;
  text-decoration: none;
  line-height: 35px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 -1px 1px #185369;
  display: inline-block;
  padding-right: 25px; }

.btn span {
  background: url("../images/btn-blue.png") no-repeat left top;
  padding-left: 25px;
  line-height: 35px;
  display: inline-block; }

.btn2 {
  background: url("../images/btn-blue-2-r.png") no-repeat right top;
  text-decoration: none;
  line-height: 27px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 -1px 1px #185369;
  display: inline-block;
  padding-right: 13px; }

.btn2 span {
  background: url("../images/btn-blue-2.png") no-repeat left top;
  padding-left: 13px;
  line-height: 27px;
  display: inline-block; }

.banner {
  border-radius: 3px;
  background: #a3c2c9;
  height: 80px;
  margin-bottom: 1em; }

.banner img {
  position: absolute;
  margin-left: 40px; }

.subpage-promo {
  /*  background-color: #4087a3;*/ }

.subpage-promo-content h1 {
  color: #ffffff;
  font-size: 180%;
  margin-bottom: 0;
 /* text-shadow: 0 -1px 1px #317891;*/ }

.subpage-promo-content p {
  color: white;
  opacity: .8;
  /* text-shadow: 0px 0px 1px #336c82;*/
  font-size: 120%;
  margin-bottom: 0.25em; }

.subpage-promo-content .title {
  padding: 2em 2em 2em 1em; }

.theme-support {
  background-image: url("../images/themes/support.jpg");
  background-position: top right;
  background-repeat: no-repeat; }

.theme-amember {
  background-image: url("../images/themes/amember.jpg");
  background-position: top right;
  background-repeat: no-repeat; }

.theme-forum {
  background-image: url("../images/themes/forum.jpg");
  background-position: top right;
  background-repeat: no-repeat; }

.theme-wp {
  background-image: url("../images/themes/wp.jpg");
  background-position: top right;
  background-repeat: no-repeat; }

.theme-second {
  background-image: url("../images/themes/second.png");
  background-position: bottom right;
  background-repeat: no-repeat; }

.wp-grid {
  margin: 0 -2em; 
}
.wp-grid tr {
  background: white;
}
.wp-grid th {
  font-size: .9rem;
}
.wp-grid td, .wp-grid th {
  padding: 0.5em 1em;
}
.wp-grid td:first-child, .wp-grid th:first-child {
  padding-left: 2em;
}
.wp-grid td:last-child, .wp-grid th:last-child {
  padding-right: 2em;
}
.wp-grid td {
  border-bottom: 1px dashed #ccc;
}

.wp-grid th {
  background: #455a64;
  color: white;
}

ul.error, ul.errors {
  background: #fcbdbd;
  border: 1px solid #faa7a7;
  color: #ba2727;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em; }

ul.error li, ul.errors li {
  margin-left: 0px;
  padding: 0.5em 1em;
  list-style: none;
  text-align: left; }

.features-items {
  float: left;
  width: 320px;
  border-collapse: collapse; }

ul.features-items {
  margin: 9px 0 0 0 !important; }

.features-items li {
  font-size: 14px;
  list-style: none !important;
  overflow: hidden;
  border-right: none; }

.features-items li.active div.txt {
  background: url("http://cdn.amember.com/public/images/ok.png") left center no-repeat; }

.features-items .txt {
  margin: 0.5em;
  color: #555555;
  padding-left: 14px; }

ul.features-desc {
  margin: 0 !important;
  margin-left: 320px !important;
  width: 368px;
  position: relative;
  color: #555555; }

.features-desc li {
  list-style: none !important;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  padding: 9px;
  background: #dedede;
  width: 350px;
  left: 0;
  top: 0;
  opacity: 0; }

.features-desc li.active {
  opacity: 1;
  z-index: 1000; }

.features-detailed-list .photo {
  position: relative;
  display: inline-block; }

.features-detailed-list .photo a {
  display: inline-block; }

.features-detailed-list .zoom {
  width: 45px;
  height: 43px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -23px;
  z-index: 1000; }

.features-items li.active {
  background:#ddd;
  border-right: none;
  color: #555555; }

.features-detailed-list h2 {
  font-weight: normal;
  font-size: 18px;
  padding-left: 20px;
  background: url("http://cdn.amember.com/public/images/arrow-c.png") center left no-repeat;
  cursor: pointer;
  color: #222222;
  margin: 0; }

.features-detailed-list div.expanded h2 {
  background: url("http://cdn.amember.com/public/images/arrow.png") center left no-repeat;
  color: #FF776E; }

.features-group.expanded {
  background: #fcf3e8;
  border-color: #fcc19d; }

.features-group {
  border: 1px solid #eee;
  padding: 0.5em;
  border-radius: 5px;
  margin-bottom: 0.5em; }

.features-group-content {
  display: none; }

.features-detailed-list div.expanded .features-group-content {
  display: block; }

.showcase-item {
    overflow:hidden;
    padding:1em 1em 0;
    height: 280px;
    box-sizing: border-box;
    width: 941px;
}
.showcase-item img {
    float:right;
    margin-left:1em
}
.showcase-item p {
    margin-top:1em;
    font-size:1rem;
    line-height:1.5em;
}
        
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; line-height: 25px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #a3c2c9;}
.cycle-pager > * { cursor: pointer;}

.layout-grid-two-col {
    overflow: hidden;
}

.layout-grid-two-col-col {
    width: 50%;
}
.layout-grid-two-col-right {
    float: right;
}
.layout-grid-two-col-left {
    float: left;
}

.main-content .content-itself {
    font-size: 16px;
    line-height:1.6;
}

