/* Artfully masterminded by ZURB  */

/*
Eric Jung:added 2014-09-30
There might be a stlye like highlight2 already, but i didnt find one
*/
.highlight2 {
  color: rgb(34, 132, 161);
}

.geobullet, .geobullet li {
  color:#6F6F6F;
  font-size:1.25em;
}

/*************** Links **********************/
a, a:visited {
    color: #E86F02; text-decoration:none;
}

a:hover {
    color: #E86F02;
    text-decoration:underline;
}

/* 2015-08-05 Eric Jung: trying.... */
a:hover,.top-bar-section {
  text-decoration:none;
}

a {
    outline: none;
}

h2 a.btn {
    display:inline-block;
}

.tabs dd a {
text-decoration: none;
}

/*************** Header **********************/

.header-container {
    width:100%;
    background:url('/images/hero_bg_small.png') repeat-x 0 0 #918368;
    border-bottom:7px solid #746953;
}

header {
    min-height:300px;
}

header .logo-link {
    height: 300px;
    width: 200px;
    margin-left: 5%;
    float: inherit !important;
    display: inline-block;
}

header .nav-bar {
    margin-top: 120px;
}

@media only screen and (max-width: 900px) {
	header .nav-bar {
    	margin-top: 0;
    	float: none;
	}
}
/* Beginning of Frontpage styles */

.frontpage .header-container {
    background:url('/images/hero_bg.png') repeat-x 0 0 #918368;
}

.frontpage header {
    padding-top: 0;
}

.frontpage header .nav-bar {
    margin-top:100px;
}

.frontpage .hero {
    margin-top:215px;
    margin-bottom:5em;
}

.intro-cont {
    width:100%;
}

.intro img {
    display:inline-block;
    text-align:center;
}

.intro p {
    margin:0;
    padding-top:2.4em;
}

section.top p {
    font-size:1.563em;
    line-height:1.7em;
    color:#737373;
    margin:0;
}
section.mid p {
    font-size:1.563em;
    line-height:1.7em;
    color:#737373;
}

section.mid .twelve {
    margin:3em 0;
}

section {
    padding:1.5em;
}

section.row.partners {
    padding-top:0px;
}

.icon {
    width:69px;
    height:69px;
    display:inline-block;
    margin-right:23px;
    float:left;
}

.compass {
    background:url('/images/icon_sprite.png');
    background:url('/images/icon_sprite.png') no-repeat scroll 0px 0px transparent;
}

.eye {
    background:url('/images/icon_sprite.png');
    background:url('/images/icon_sprite.png') no-repeat scroll 0px -79px transparent;
}

.connect {
    background:url('/images/icon_sprite.png');
    background:url('/images/icon_sprite.png') no-repeat scroll 0px -158px transparent;
}

.world_map {
    background:url('/images/world_map.png');
}

.analytics {
    background:url('/images/analytics.png');	
}

.announce {
    background:url('/images/announce.png');	
}

.software {
    background:url('/images/software-1.png');	
}

.fivestar {
    background:url('/images/5-star.png');	
}

.donate {
    background:url('/images/donate.png');	
}

section p.icon-desc {
    margin: 0;
    font-size: 1.250em;
    display: inline-block;
    width: 85%;
}

.clients-slider a {
    position:relative;
}

.payment-cont {
    width:200px;
}

.email-wrap {
    width:300px;
}

/* end of frontpage styles */

.heading {
  text-align:left;
  margin-bottom:13px;
  background:url(/images/heading_bg.gif) no-repeat right bottom;
}

.heading h2 {
    font-size:30px !important;
}

.heading h1,.heading h2,.heading h3,.heading h4,.heading h5 {
  background:#fff;
  display:inline;
  padding-right:15px
}

/*
.row .three {
    float:none;
}
*/
/* ============== typography =============== */
p {font-size:1em;}
.style1 {font-family: 'OpenSansLight', Arial, sans-serif;}
.style2 {font-family: 'OpenSansLightItalic', Arial, sans-serif;}
.style3 {font-family: 'OpenSansRegular', Arial, sans-serif;font-weight:normal !important;}
.style4 {font-family: 'OpenSansItalic', Arial, sans-serif;}
.style5 {font-family: 'OpenSansSemibold', Arial, sans-serif;}
.style6 {font-family: 'OpenSansSemiboldItalic', Arial, sans-serif;}
.style7 {font-family: 'OpenSansBold', Arial, sans-serif;}
.style8 {font-family: 'OpenSansBoldItalic', Arial, sans-serif;}
.orange {color:#f7941e;}

.error {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    padding: 6px 7px 7px;

    position: relative;

    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 14px;

    background-color: #c60f13;
    border-radius: 3px;
}

.bold {
    font-weight: bold;
}
.forceWrap {
	max-width:0;
}
.okMsg {
	padding-left: 20px;
	background: url('/images/accept.png') no-repeat scroll left transparent;
}
.errorMsg {
	color: #B22222;
	padding-left: 20px;
	background: url('/images/cancel.png') no-repeat scroll left transparent;
}
.rowMsg {
	background-color: #F5F5DC;
}
/* =============== headings ============== */
h1 {font-size:1.750em;} /* 28px / 16px */
h2 {font-size:1.438em;} /* 23px / 16px */
h3 {font-size:1.250em;} /* 20px / 16px */
h4 {font-size:0.938em;} /* 15px / 16px */
h5 {font-size:0.750em;} /* 12px / 16px */
h6 {font-size:0.625em;} /* 10px / 16px */
h2.fontface {font: normal 1.750em/1.4em 'OpenSansLight', Arial, sans-serif;letter-spacing: 0;color:#f3f3f3;text-shadow:1px 1px 0 #2f2a24;margin:0;margin-bottom:40px;}
h2.sub-title {margin:244px 0 0 40px;}
h2.big {font-size:2.500em;color:#3c372c;}
h1#logo a {
    width:170px;
    height:207px;
    display:inline-block;
    background: url('/images/logo.png') no-repeat scroll transparent;
}
h1#logo-small {margin-left:90px;margin-top:190px;}
h1#logo-small a {
    width:130px;
    height:158px;
    display:block;
    background: url('/images/logo_small.png') no-repeat scroll transparent;
}
section.top h2 {margin-bottom:30px;}
h2.lost {font-size:150px;margin:0;color:#BAB4A9;}

.hero-secondary h2 {
    margin-top:2em;
    font-weight:bold;
    font-size:40px;
}

.body-container {
    font-family: 'OpenSansRegular', Arial, sans-serif;font-weight:normal !important;
    min-height: 20em;
}

.body-container h1 {
    color:#f7941e;
}

.body-container h2 {
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: 300;
    margin-bottom: 17px;
}


/* ================ footer =============== */
.footer-container {background:#403b36;}
footer {color: #616161; padding-top: 56px; padding-bottom: 45px;}
footer .col > p, footer .feedback {color: #E8E8E8;font-size: 11px;line-height: 18px;}
footer a {color: #E8E8E8;font-size: 11px;}
footer a:hover {color: #f7941e;}
footer a:visited {color: #E8E8E8; text-decoration:none; }

footer h5 {text-transform: uppercase; font-weight: bold; color: #fff; font-size: 11px; margin-top: 0; margin-bottom: 11px;}
footer p.text {margin: 16px 0;}
.footer-menu li {border-bottom: 1px solid #514b45;}
.footer-menu li:last-child {border-bottom: 0;}
.footer-menu a {display: block; padding: 8px; padding-left: 0;}
.footer-menu .languages a {display: inline-block; padding:0px;}

/* footer columns */
.columns .columns {padding: 0;}
.col {width: 205px; display: inline-block; float: left; margin-right: 30px;}
.col:last-child, 
.col2:last-child, 
.col3:last-child {margin-right: 0;}
.col2 {width: 440px; float: left; margin-right: 30px;}
.col3 {width: 675px; float: left; margin-right: 30px;}
.columns3 .col {width: 285px;}
.columns3 .col:last-child {width: 280px;}
.columns2 .col {width: 48%; margin-right: 0;}
.columns2 .col:last-child {float: right;}

/* feedback column */
footer .feedback {
    padding-bottom: 1em;
}

footer .name, footer .date {
    text-align: right;
    color: #fff;
}

/* ========== Lists =============== */
.menu {list-style: none; padding: 0; margin: 0;}

/* Helper classes */
.pushup20 {margin-top:20px;}
.center {text-align:center;}
.flt-lft {float:left;}
.flt-rgt {float:right;}
.listless {list-style-type:none;}

/* ============ forms ============= */
.button, .button:hover {
    text-decoration:none;
    margin:20px 0;
}

.button:hover {
    background-color: rgb(80, 72, 58);
}

.nomargin, .nomargin:hover { /* EHJ added 09/18/2014 */
    text-decoration:none;
    margin:0;
}

label {
    font-weight: bold;
    font-size: 16px;
}

.sublabel {
    font-size: 14px;
    font-color: #888888;
    font-weight: normal;
}

select {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-top: 4px; /* Why 4? I don't know... */
}

select.block {
    display: block;
}

/* ============ ??? =============== */

body {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-weight: normal !important;
}

.fpplus_screenshots li {
    height:120px;
}

.browser-icon {
    float:left;
    margin-right:20px;
}

/* =========== side-navigation ============ */

ul.side-nav li {
    margin-right: 10px;
}

ul.side-nav li a {
    text-align: right;
}

/* ========== Tables ================== */

th {
    background-color: rgb(233, 233, 233);
}

/* These next two styles are used on release note pages. */
.releasenote {
    width:100%;}
    .releasenote th {
        text-align:center;}
    .releasenote ul {
        /* Overriding Foundation's default bottom margin
           The button following the ul already has a big enough margin */
        margin-bottom:0px;}

/*
This style, and the next one, are placed on table elements on
the following pages:
/vpn/proxy-or-vpn.html
/downloads.html
*/
.needs-spacing {
    padding: .5em
    vertical-align: middle;
}
.empty { background-color: #EEE }

.inactiveTable td:not(.actionCell), 
.inactiveRow td:not(.actionCell) {
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50) black;
	-khtml-opacity: 0.5;
}

.actionCell .button{
	min-width: 80px;
}

/* ============ FAQS ===================
These styles are used on /mozilla/faq.html */

/*
 * Right now we have two different FAQ styles.
 * The one at /mozilla/faq.html which is a lot of orange,
 * and the smaller one at /fpplus/faq.html.
 *
 * We should probably unify these somehow.
 */

.faq {
  cursor: pointer;
  color: #E86F02;
}

.faq:hover {
  color: black;
}

.hidden {
  display: none;
}

.showing {
  display: block;
}

.pattern {
  background-color: #FFCC00;
  padding: 0em .5em 0em .5em;
}

/* This style is used on /fpplus/faq.html */
.faq-answer {
    margin-left: 2em;
}

/* ============ jQuery UI =============== */
.ui-effects-transfer {
    border: 2px solid black; /* http://docs.jquery.com/UI/Effects/Transfer */
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* FROM main.css */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* End from main.css */

/* Recurly form */

.recurly-form,
.recurly-errors {
	border: 1px solid #CCC;
	background: #FAFAFA;
	border-radius: 5px;
	padding: 15px 20px !important;
}
.recurly-error-field {
	border: 1px solid #A94442 !important;
}

#recurly-errors {
	color: #A94442;
}

.recurly-form dl.tabs{
	margin-top: 30px;
}

.recurly-form dl.tabs dd {
	
}
.recurly-form  ul.tabs-content {
	margin-bottom:0;
}

#recurly-addons label,
#recurly-currency label,
#recurly-subscribe label { 
	display: inline !important;
}

.no-padding {
	padding: 0px !important;
}

.text-noticeable {
	font-size: 18px;
	font-weight: bold;
}

a.button {
	color: #FFF;
}

.grid-select {
    background: none repeat scroll 0% 0% #F2F2F2;
    color: #000;
    border-color: #CCC;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8) inset;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    margin: 0px 0px 22px;
    padding:20px;
}

.grid-select h4 {
    font-size:      17px;
}

.grid-select  h4 > span {
    font-size:      12px;
    font-weight:    normal;
    color:          #666;
}

input#plan-quantity[readonly] {
	background-color: #EAEAEA;
}

/*  remove white area at bottom of page */
iframe[name=google_conversion_frame] {
	position: fixed;
}

.required {
	color: red;
}
/* nodeping */
table.nodepingStatus,
table.nodepingUptime {
	width: 100%;
}

/* transactions */
.transaction-refund-success td {
	color: #008000;
}
.transaction-purchase-failed td {
	color: #d04437;
}
