.not-mobile {
	display: none !important;	
}

nav > ul > li  {
	z-index: inherit!important;
}

nav > ul > li > ul
{
	z-index: 2!important;
}

nav > ul > li.bird.sub
{
	top: 0;
	left: -10px;
	width: 60px;
}
nav > ul > li.bird.sub a
{
	height: 43px;
	width: 43px;
	top: -25px;
}
nav > ul > li.bird.sub a img
{
	height: 30px
}

@media screen and (min-width: 767px) {
	.mobile-only {
		display: none !important;	
	}
	.not-mobile {
		display: block !important;
	}
}

#logo 
{
	max-width: 300px;
}

@media screen and (min-width: 767px) 
{
	#logo {
		max-width: 50%;
	}
}

nav > ul > li a:hover, nav > ul > li a:active, nav > ul > li a:focus 
{
    color: #BDE4DD !important;
}
nav > ul > li.active > a:hover {
	color: #30AF98 !important;	
}

main 
{
	line-height: 1.5em !important;
}

main img 
{
	max-width: 100%;
}

main p 
{
	margin: 1em auto;	
}

#container {
	max-width:1200px;
	margin: 0 auto 50px;
		
}

body main hr {

    margin: 20px auto 30px;	
}

body main hr + h2 {
	margin-top: 0;	
}

@media screen and (min-width: 767px) {
	main p 
	{
		margin: 1em 20px;	
	}


	body main hr {
		
		margin: 70px auto;	
	}
}

strong {
	color: #CC0000;
}

.row-fluid 
{
	overflow: hidden;
}

header 
{
	max-height: 800px !important;
}

p#feedback {
	max-width: 600px;
	margin: 0 auto;
}

p.error 
{
	color: #aa0000;
	border: 2px solid #aa0000;
	background-color: #ffe6a6;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;
}

p.confirm
{
	color: #6a988f;
	border: 2px solid #6a988f;
	background-color: #def9f4;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;
}

#ppass-contact 
{
	display: none;
	background-image: url(../media/2087/ribbon.png);
	background-position: left center;
	color: #BDE4DD;
	position: fixed;
    z-index: 500;
    right: 0px;
    bottom: 150px;
    padding: 13px 0px;
    line-height: 1.2em;
	width: 360px;
    font-size: 1.3em;
    background-size: auto 140px;
}

#ppass-contact p 
{
    width: 260px;
	float: right;
    margin: 5px 0;
}

#ppass-contact a 
{
    color: #fff;
    text-transform: uppercase;
	text-decoration: none;
}

#ppass-contact a:hover 
{
	color: #BDE4DD;
}

@media screen and (min-width: 767px) {
	#ppass-contact {
		display: block;
	}
}

body main a, body main a:link, body main a:visited {
	color: #6a988f;	
}

body main a:hover, body main a:active {
	color: #5d867f;
}

.teal-button, a.teal-button, .ppass-feature-submit-btn, .blue-button, a.blue-button
{
	display: block;
	margin: 10px auto 30px;
	min-width: 100px;
	max-width: 350px;
	background-color: #6a988f;
	color: #fff !important;
	padding: 10px 15px;
	border-radius: 10px;
	transition: 0.1s linear;
	text-align: center;
}

.teal-button:hover, a.teal-button:hover, .ppass-feature-submit-btn:hover, .blue-button:hover, a.blue-button:hover
{
	background-color: #5d867f;
	text-decoration: none;
}

.teal-button.x-lg 
{
	max-width: 500px;
	border-radius: 15px;
}
.teal-button strong {
	color: #fff;
}

.button-teal a {
    display: block;
    margin: 10px auto 30px;
    min-width: 100px;
    max-width: 300px;
    background-color: #6a988f;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.1s linear;
    text-align: center;
}
		
.border-blue {
	border: 2px solid #5d867f;
	background: #FFFFFF;
    padding: 15px;
	box-shadow: -2px 3px 2px rgba(0,0,0,0.2);
}

@media screen and (min-width: 767px)
{
	.teal-button.x-lg
	{			
		font-size: 2em;
		padding: 30px;
	}
}
		
.key-point-list {
    display: block;
    max-width: 650px;
    margin: 30px auto;
    overflow: hidden;
}
.key-point-list li {
    font-size: 1.2em;
    display: block;
    min-width: 175px;
    padding: 10px 0 10px 25px;
    float: left;
    background: url(/media/check.gif) no-repeat left;
    list-style: none;
}

.screen-shot-area {
    position: relative;
	width: 100%;
}

.screen-shot-area img {
	display: block;
    margin:0 auto;
    padding: 0px;
}	

.screen-shot-area img.audited {
    position: absolute;
    bottom: 0;
    left: 50%;
	margin-left: -200px;
	width: 100px;
	height: 100px;
}

@media screen and (min-width: 767px) 
{
	.screen-shot-area img.audited {
		left: 50%;
		margin-left: -350px;
		width: 200px;
		height: 200px;
	}	
}
.benefits>div 
{
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0 30px;
	text-align: center;	
}
	
.benefits h3, .extend h3 
{
	color: #6a988f;
	margin-bottom: 10px;
}
		
main .row-fluid>div>img
{
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	margin: 0 auto 15px;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
	display: block;
}

/*.compatibility, .trusted 
{
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #6a988f;
	border-radius: 15px;
	margin: 15px auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
}*/

.compatibility img 
{
	max-height: 50px;
	max-width: 50px;	
	margin: 20px 5px;
}

.compatibility .teal-button
{
	margin: 30px auto 0;
}

@media screen and (min-width: 767px) 
{	
	.compatibility 
	{
		background-image: url(../media/2235/coffee-desk-laptop-notebook.jpg);
		padding: 0 0 30px;
	}
}
		
#testimonials {
    max-width: 745px;
}
		
.tab_select {
    width: 310px;
    margin: 0;
    padding: 0;
}

.tab_select li.selected {
    background-color: #b9181c;
	color: #ffffff;
    position: relative;
    z-index: 0;
}
		
.tab_select li {
    padding: 10px 20px;
    margin-right: 5px;
	margin-left: 0px;
    width: 150px;
    display: block;
	float: left;
    list-style-type: none;
    background: #cdcdcd;	
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    box-shadow: -2px 2px 3px #acacac;
}

.tab_content {
	max-width: 745px;
    float: left;
	clear: left;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #b9181c;
    min-height: 200px;
    box-shadow: -3px 3px 5px #acacac;
    position: relative;
    z-index: 0;
}

.testimonial {
    margin: 20px;
    padding: 15px;
    box-shadow: -2px 2px 5px #acacac;
	background-color: #f9f9f9;
}
	
.quote {
    font-style: italic;
}
	
.source {
    text-align: right;
    font-size: 0.8em;
}

.happy {
    padding: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.happy li {
    display: block;
    float: left;
    background: #d7e6f1;
    padding: 5px 5px;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 0.8em;
    color: #333;
    flex-grow: 1;
}

/*.testimony
{
	color: #fff;
	background-color: #555;
	border-radius: 15px;
	padding: 20px;
	font-size: 0.9em;
}

.testimony blockquote
{
	border-left: 0 none;	
	margin: 0;
	font-size: inherit;
}
.testimony .source
{
	font-size: 0.8em;
	color: #86c1b6;
	font-style: italic;
	margin-top: 0;
}

.testimony .teal-button
{
	border: 2px solid #fff;
	font-size: 1.1em;
}*/

@media screen and (min-width: 767px) 
{
	.tab_select li.selected {
		z-index: 10;
	}
			
	.tab_select {
		float: left;
		width: 350px;
	}
	
	.tab_select li {	
		margin-right: 0px;
		-moz-border-radius-topleft: 20px;
		border-top-left-radius: 20px;
		-moz-border-radius-topright: 20px;
		border-top-right-radius: 20px;
	}
	.testimony blockquote 
	{
		padding:0 200px 0 0;
	}
		
	.testimony 
	{		
		background-image: url(../media/2236/testimonial.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top right;
	}
}
.trusted_block {
	max-width: 600px;
    /*text-align: center;*/
	display: flex; justify-content: space-between;
	margin: 0; 
	padding: 0
}
.trusted {
    margin: 3px;
    padding: 10px;
    font-size: 0.8em;
	/*display: inline-block;*/
}
		
.trusted img {
	max-width: 80px;
	max-height: 80px;	
}

@media screen and (min-width: 767px) {
	
	.trusted_block {
		clear: both;
		margin: 0 auto;
		overflow: hidden;
	}
	.trusted {
		float: left;
		margin: 3px;
		padding: 10px;
		text-align: center;
		font-size: 0.8em;
	}
	
	.trusted_block.last .trusted:first-child img {
		position: relative;
		top: -20px;
	}
	
	.trusted_block.last .trusted:last-child img {
		position: relative;
		top: -3px;
	}

			
	.trusted img {
		max-width: initial;
		max-height: initial;	
	}
}

/*.trusted
{
	padding: 40px 20px 20px;	
}

.trusted img
{
	max-height: 60px;
	margin: 10px 20px;
}*/
.news_block {
    margin: 0 auto;
    overflow: hidden;
	text-align: center;
}

.news_outlet {
    display: inline-block;
    margin: 3px;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: -2px 2px 5px #acacac;
    font-size: 0.8em;
}

.compliance_block {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

a.compliance_with {
    padding-top: 55px;
    height: 45px;
    display: inline-block;
    background-image: url('/media/Compliance.png');
    font-size: 0.7em;
    line-height: 1.1em;
    font-family: Arial;
    font-weight: bold;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #000000 !Important;
    text-decoration: none;
}
						
a.compliance_with:nth-child(2) {
	position: relative;
	top: 1.1em;
}

/*.compliance a 
{
	display: inline-block;
    background-image: url(../media/Compliance.png);
    font-size: 0.7em;
    line-height: 1em;
    font-family: Arial;
    font-weight: bold;
    width: 100px;
    height: 100px;
    text-align: center;
	padding: 60px 15px 0 15px;
    color: #000000 !Important;
    text-decoration: none;
}

.compliance a:nth-child(2)
{
	padding: 55px 15px 0 15px;
	position:relative;
	top: 0.5em;
}*/

.badge-block {
	max-width: 600px;
	text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.badge-block .badge {
    width: 200px;
    text-align: center;
    padding: 5px;
	display: inline-block;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #333;
    white-space: initial;
    background-color: transparent;
    /* border-radius: 10px; */
}
							
@media screen and (min-width: 767px){
	.badge-block .badge {
		display: block;
		float: left;
	}
}						

#calltoaction {
	width: 100%;
	background-color: #333;
	overflow: hidden;
}

#calltoaction h2 
{
	color: #fff;
	text-shadow: 0 0 7px rgba(0,0,0,0.7);
	margin-top: 1em;
}

#calltoaction .row-fluid 
{
	max-width: 1200px;
	margin: 0 auto;
}


#calltoaction .teal-button 
{
	box-shadow: 0 0 7px rgba(0,0,0,0.7);
}

@media screen and (min-width: 767px) 
{
	#calltoaction {
		background-image: url(../media/2238/laptop.jpg);
		background-size: cover;
		background-position: top center;
		padding: 200px 100px;
		margin-top: 50px;
	}
	#calltoaction h2 
	{
		margin-bottom: 50px;
		font-size: 4em;
	}
}
		
/* --------------- FEATURES PAGE ------------------- */

table {
	border-collapse: collapse;
}
		
table, tbody, tr, td {
	display: block;
	width: 100%;	
	overflow: hidden;
}

thead, th {
	display: none;
}

td:before {
	color: #5d867f;
	font-weight: bold;
	display: block;
	text-align: left;
}

@media screen and (min-width:767px) {
	table {
		display: table;
	}
	
	tbody, thead {
		display: table-row-group;	
	}
	
	tr {
		display: table-row;
	}	
	
	td, th {
		display: table-cell;
	}
	
	td:before {
		display: none;
	}
}
			

table.feature-table, table.comparison-table {
	border: 1px solid #aaa;
	border-collapse: collapse;			
}

.comparison-table td {
	border: 0 none;					
}

.feature-table thead, .comparison-table thead {
    background-color: #555;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
	text-align: center;
}
				
.comparison-table th {
	background-color: #777;
	color: #fff;
	min-width: 200px;
	text-align: center;
}

.feature-table thead tr.bottom-head td:nth-child(2), .feature-table thead tr.bottom-head td:nth-child(3) {
	font-size: 0.8em;	
}

.feature-table td, #priceTable th, .comparison-table td, .comparison-table th {
	padding: 10px;
}
			
.feature-table tbody tr:nth-child(odd), .comparison-table tbody tr:nth-child(odd) {
	background-color: #E6E6E6;
}
			
.feature-table tbody tr:nth-child(even), .comparison-table tbody tr:nth-child(even) {
	background-color: #F5F5F5;
}

.feature-table img.check {
	margin: 0 20px;
}

textarea{
	width: 100%;
	max-width: 900px;
	display: block;
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.field-validation-error {
	color: #cc0000;
    background-color: #FDE8AB;
    width: 100%;
	max-width: 600px;
	margin: 0 auto;
    display: block;
    padding: 3px 10px;
}


/* --------------- IMAGES PAGE ------------------- */

.images img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
	height: auto;
}

	
.images p {
	text-align: center;
	max-width: 800px;
	margin: 1.5em auto;
	font-size: 1.2em;
	line-height: 1.2em;
}


/* --------------- VIDEOS PAGE ------------------- */
div.video_area {
	width: 300px;
	margin: 0 auto;
}

.video_area iframe {
	width: 300px;
	height: 169px;
	border: 5px solid #cc0000;
}

@media screen and (min-width: 767px) 
{
	div.video_area, div.video_area iframe
	{
		width: 700px;
		height: 394px;
	}
}


/* --------------- REVIEWS PAGE ------------------- */
.rating {
	color: #6a988f;
}


/* --------------- PURCHASE PAGE ------------------- */

#errorMessage {
	display: none;
	max-width: 410px;
	background-color: #fbda82;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 20px auto;	
	text-align: center;
}

#newUserInput {
	max-width: 300px;
}

#newUserInput .col-sm-6 {
	padding-left: 5px;
	padding-right: 5px;
}


#newUserInput .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

#newUserInput input[type=text], #userInput input[type=text] {
	border: 1px solid #ccc;
	border-radius: 5px;	
	width: 145px !important;
}

#userInput {
	width: 300px;	
}
#userInput td {
	display: block;	
	width: 150px;
	float: left;
}
#userInput td:last-child {
	width: 300px;
}

/* -- Price Table -- */

#priceTable tr {
	padding: 10px;	
}

#priceTable td {
	border-bottom: 1px solid #ddd;
}

#priceTable td:last-child {
	border-bottom: 0 none;
}

#priceTable td:nth-child(1):before {
	content: "Users"
}

#priceTable td:nth-child(2):before {
	content: "Regular (Community) Edition ($US)"
}

#priceTable td:nth-child(3):before {
	content: "Enterprise Edition ($US)"
}

#priceTable td:nth-child(4):before {
	content: "Enterprise+ ($US)"
}

#priceTable td:nth-child(5):before {
	content: "With Proxy ($US)"
}

#priceTable td:nth-child(6):before {
	content: "Select Package"
}

#priceTable td {
	font-weight: bold;	
}

#priceTable tr:nth-child(even) td.nearestRow {
    background: #e7f7f4;
	border-color: #cae7e1;
}


#priceTable tr:nth-child(odd) td.nearestRow {
    background: #d6ede8;
	border-color: #cae7e1;
}

#priceTable td span {
	font-weight: normal;	
}

#priceTable td:nth-child(6) a {
    display: inline-block;
    width: 120px;
    padding: 5px;
    margin: 0 5px;
    font-size: 0.85em;
    color: #fff;
    font-weight: normal;
	text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
	margin-top: 10px;
}

#priceTable a.PasswordServerVersionRegular {
	background-color: #81b9af;
}

#priceTable a.PasswordServerVersionEnterprise {
	background-color: #C26D17;
}

#priceTable a.PasswordServerVersionEnterprisePlus {
	background-color: #B0B0B0;
}

#priceTable a.PasswordServerVersionProxy {
	background-color: #BD9515;
}

@media screen and (min-width:767px) {
	
	#priceTable tr, #priceTable tr:first-child {
		padding: 0;
	}	
	
	#priceTable th {
		background-color: #555;
		color: #FFFFFF;
	}
	
	#priceTable td, #priceTable th {
		border-bottom: 0 none;
		text-align: center;
		width: 15%;
	}
	
	#priceTable td:first-child {
		min-width: 100px;
		width: 15%;
		border-right: 1px solid #ddd;
	}
	
	#priceTable td.nearestRow {
		border-color: #cae7e1;
		border-bottom: 1px solid #cae7e1;
		border-top: 1px solid #cae7e1;
	}
	
	#priceTable td:nth-child(6) a {
		margin: 3px;	
	}
	
	#priceTable td:nth-child(3) {
		background-color:rgba(234,206,187,0.7);
	}
	#priceTable tr:nth-child(even) td.nearestRow:nth-child(3),#priceTable tr:nth-child(odd) td.nearestRow:nth-child(3) {
		background-color:#dcd8c9;
	}
	
	#priceTable td:nth-child(4) {
		background-color:rgba(230,230,230,0.7);
	}
	#priceTable tr:nth-child(even) td.nearestRow:nth-child(4), #priceTable tr:nth-child(odd) td.nearestRow:nth-child(4) {
		background-color:#dae9e6;
	}
	
	#priceTable td:nth-child(5) {
		background-color: rgba(237,221,169,0.7);
	}
	#priceTable tr:nth-child(even) td.nearestRow:nth-child(5), #priceTable tr:nth-child(odd) td.nearestRow:nth-child(5) {
		background-color:#dee3bc;
	}
}


/* --------------- PARTNERS PAGE ------------------- */
div.facts {
	max-width: 350px;
	min-height: 210px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    background-color: rgba(150,150,150,0.3);
    box-shadow: 3px 3px 3px #999;
    display: block;
    border-radius: 20px;
	margin: 20px auto;
}

div.facts img {
	background-color: transparent;
	padding: 0;
	margin: 0 auto;
	box-shadow: 0 0 0 transparent;	
}

.ways {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 60px auto;
    padding: 10px 0 10px 70px;
    margin: 0 auto;
	max-width: 565px;
}

.ways strong {
	display: block;
}

.ways.first {
	background-image: url("/media/sticker_agent.png");		
}
.ways.second {
	background-image: url("/media/sticker_support.png");		
}
.ways.third {
	background-image: url("/media/sticker_globe.png");		
}
						
.partner-quote {
    font-size: 0.8em;
    background-color: #BBB;
    box-shadow: 3px 3px 3px #999;
    padding: 10px 10px 0;
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
}
								
.partner-quote h3 {
	color: #fff;	
}

.partner-quote .author {
    color: #666;
    text-align: right;
    float: right;
}

.partner-quote .author img {
    float: right;
    margin: -15px 5px 0;
    border-radius: 50%;
}

ul.checkmark li {
	font-size: 1.2em;
	padding: 0 0 20px 40px;
	background: url(/media/check.gif) no-repeat top left;
	list-style: none;
}


table#reseller {
	max-width: 800px;	
	text-align: center;
	margin: 50px auto;
}

#reseller td:first-child {
	text-align: left;	
}

#reseller img {
	display: block;
	margin: 0 auto;	
}

@media screen and (min-width: 767px) {
	.reseller-list {
		text-align: center;
	}
	.reseller-list p {
		display:inline-block;
		margin: 0;
		padding: 1.5em 3em;
		text-align: left;
		min-height: 200px;
	}
			
	#reseller td {
		width: 25%;
	}

}

/* ----------- PROXY PAGE --------------- */

main .row-fluid img.proxy-badge
{
	position: absolute;
	top: -20px;
	left: 0;
	background-color:transparent;
	border-radius: 0;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 0 transparent;
}
/* ----------- COMPARISON PAGE --------------- */

.comparison-table td:nth-child(1):before {
	content: "Feature ";
}

.comparison-table td:nth-child(2):before {
	content: "Pleasant Solutions ";
}


/*----------- DOWNLOAD PAGE -----------*/
.release-notes
{
	display: block;
	width: 100%;
	text-align: center;
	font-weight:bold;
	position: relative;
	top: -20px;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
