/* line 17, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	text-align: left;
}

/* line 22, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
	list-style: none;
	color: #00F;
	font-weight: normal;
}

/* line 26, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 306, icons/*.png */
.icons-sprite, .currency.US, .currency.US.active, .currency.US:hover, .currency.GBP, .currency.GBP.active, .currency.GBP:hover, .currency.EURO, .currency.EURO.active, .currency.EURO:hover, .package-specs ul.spec-features li a.email-support, .package-specs ul.spec-features li a.email-support:after, .package-specs ul.spec-features li a.phone-support, .package-specs ul.spec-features li a.phone-support:after, .package-specs ul.spec-features li a.guarantee, .package-specs ul.spec-features li a.guarantee:after, .package-specs ul.spec-features li a.storage, .package-specs ul.spec-features li a.storage:after, .feature-list a.packageCompare span.arrow, table.features-included td span.tick, table.features-included td span.dash, #tabs-nav li a.howitworks, #tabs-nav li a.howitworks:hover, #tabs-nav li a.compare, #tabs-nav li a.compare:hover, #tabs-nav li a.faq, #tabs-nav li a.faq:hover, #tabs-nav li a.video, #tabs-nav li a.video:hover, #tabs-nav li a.features, #tabs-nav li a.features:hover, #tabs-nav li.active a.howitworks, #tabs-nav li.active a.compare, #tabs-nav li.active a.faq, #tabs-nav li.active a.video, #tabs-nav li.active a.features {
  background: url('http://cdn.macace.net/MM/MM_Images/general/icons-sb72b703958.png') no-repeat;
}

/* line 3, ../sass/_common.scss */
.button {
  margin: 2px;
  background-color: white;
  display: inline-block;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0px 1px 10px 0px none;
  -webkit-box-shadow: inset 0px 1px 10px 0px none;
  box-shadow: inset 0px 1px 10px 0px none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #dedede));
  background: -moz-linear-gradient(center top, #eeeeee 5%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gradient-1', endColorstr='$gradient-2');
  padding: 5px 8px;
  text-decoration: none;
  color: #202123;
  text-shadow: 1px 1px 0px none;
  margin-bottom: 0;
}
/* line 27, ../sass/_mixins.scss */
.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dedede), color-stop(1, #eeeeee));
  background: -moz-linear-gradient(center top, #dedede 5%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gradient-2', endColorstr='$gradient-1');
  background-color: #dedede;
  text-decoration: none;
  color: #515358;
}
/* line 36, ../sass/_mixins.scss */
.button:active {
  position: relative;
  text-decoration: none;
  color: #202123;
}
/* line 43, ../sass/_mixins.scss */
.button.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c1c1c1), color-stop(1, #eeeeee));
  background: -moz-linear-gradient(center top, #c1c1c1 5%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$active-gradient', endColorstr='$gradient-1');
  background-color: #c1c1c1;
  text-decoration: none;
  color: #515358;
}

/* line 18, ../sass/_common.scss */
.caret, #google_translate_element .goog-te-gadget-simple .goog-te-menu-value > span:after {
  margin: 4px 0 0 4px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 31, ../sass/_common.scss */
.right {
  float: right;
}

/* line 35, ../sass/_common.scss */
.left {
  float: left;
}

/* line 39, ../sass/_common.scss */
.clearfix {
  zoom: 1;
}
/* line 41, ../sass/_common.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 47, ../sass/_common.scss */
.clearfix:after {
  clear: both;
}

/* line 52, ../sass/_common.scss */
.jsOnly {
  display: none;
}

/* line 56, ../sass/_common.scss */
.show-more, .show-less {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #009FDB;
  text-decoration: underline;
  cursor: pointer;
}

/* line 65, ../sass/_common.scss */
#loading-placeholder {
  display: table;
  margin: 0 auto;
  background: #fff;
}
/* line 70, ../sass/_common.scss */
#loading-placeholder p {
  display: table-cell;
  vertical-align: middle;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 6px;
  color: #009fda;
}

/* line 81, ../sass/_common.scss */
.hxl {
  font-size: 42px;
  line-height: 42px;
}

/* line 86, ../sass/_common.scss */
.hl {
  font-size: 25px;
  line-height: 28px;
}

/* line 91, ../sass/_common.scss */
.hm {
  font-size: 18px;
  line-height: 21px;
}

/* line 96, ../sass/_common.scss */
.hs {
  font-size: 14px;
  line-height: 17px;
}

/* line 101, ../sass/_common.scss */
.hxs {
  font-size: 12px;
  line-height: 15px;
}

/* line 106, ../sass/_common.scss */
.hxxs {
  font-size: 11px;
  line-height: 14px;
}

/* line 110, ../sass/_common.scss */
sup {
  vertical-align: super;
  font-size: 0.5em;
  line-height: 0.5em;
}

/* line 1, ../sass/_currency.scss */
.currency-button-group {
  margin: 2px 2px 2px 0;
}
/* line 4, ../sass/_currency.scss */
.currency-button-group .button {
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 7, ../sass/_currency.scss */
.currency-button-group .button:not(:last-child) {
  border-right: none;
}
/* line 13, ../sass/_currency.scss */
.currency-button-group .button:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 17, ../sass/_currency.scss */
.currency-button-group .button:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 23, ../sass/_currency.scss */
#top-right {
  margin-top: 27px;
  font-size: smaller;
}

/* line 28, ../sass/_currency.scss */
.currency-switcher {
  width: 54px;
  height: 18px;
  margin: 7px 0 0 15px;
}

/* line 1, ../sass/_packagesOverview.scss */
.packages {
  display: block;
  position: relative;
  width: 960px;
  margin: 0 auto 20px auto;
}

/* line 8, ../sass/_packagesOverview.scss */
.packages-basic-overview {
  height: 308px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #f0f0f0), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(#ffffff, #f0f0f0 85%, #f0f0f0);
  background-image: -moz-linear-gradient(#ffffff, #f0f0f0 85%, #f0f0f0);
  background-image: -o-linear-gradient(#ffffff, #f0f0f0 85%, #f0f0f0);
  background-image: linear-gradient(#ffffff, #f0f0f0 85%, #f0f0f0);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 14, ../sass/_packagesOverview.scss */
.packages-basic-overview table, .packages-basic-overview div.feature-list {
  display: none;
}
/* line 18, ../sass/_packagesOverview.scss */
.packages-basic-overview a.full-overview-sign-up {
  display: none;
  margin: 5px auto 0 auto;
}

/* line 24, ../sass/_packagesOverview.scss */
.package {
  float: right;
  display: block;
  width: 320px;
  height: 308px;
}
/* line 30, ../sass/_packagesOverview.scss */
.package.classic {
  width: 318px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}

/* line 37, ../sass/_packagesOverview.scss */
.pricing {
  position: relative;
  height: 60px;
  padding: 20px 22px 12px 20px;
  border-bottom: 1px solid #d3d3d3;
}
/* line 43, ../sass/_packagesOverview.scss */
.pricing .type {
  position: absolute;
  right: 12px;
  width: 140px;
  height: 40px;
  border: 1px solid #d9dbdc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7acdf0), color-stop(53%, #13acee), color-stop(100%, #0091d6));
  background-image: -webkit-linear-gradient(#7acdf0, #13acee 53%, #0091d6);
  background-image: -moz-linear-gradient(#7acdf0, #13acee 53%, #0091d6);
  background-image: -o-linear-gradient(#7acdf0, #13acee 53%, #0091d6);
  background-image: linear-gradient(#7acdf0, #13acee 53%, #0091d6);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 54, ../sass/_packagesOverview.scss */
.pricing .type .sku {
  height: 20px;
  width: 112px;
  padding: 10px 0;
  border-right: 1px solid #d9dbdc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f2), color-stop(100%, #fafafb));
  background-image: -webkit-linear-gradient(#f1f1f2, #fafafb);
  background-image: -moz-linear-gradient(#f1f1f2, #fafafb);
  background-image: -o-linear-gradient(#f1f1f2, #fafafb);
  background-image: linear-gradient(#f1f1f2, #fafafb);
  -webkit-box-shadow: inset 0 -2px 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -2px 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 63, ../sass/_packagesOverview.scss */
.pricing .type .sku p {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #a0a1a3;
}
/* line 72, ../sass/_packagesOverview.scss */
.pricing .type span.quota {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  margin-right: -18px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 81, ../sass/_packagesOverview.scss */
.pricing .type span.quota p {
	text-align: center;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #fcfcfc;
}
/* line 91, ../sass/_packagesOverview.scss */
.pricing .annual-price {
  position: absolute;
  bottom: 9px;
  right: 22px;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #c3c3c3;
}

/* line 102, ../sass/_packagesOverview.scss */
.price {
  position: absolute;
  color: #009fda;
}
/* line 106, ../sass/_packagesOverview.scss */
.price p {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: lighter;
  margin-bottom: 8px;
  vertical-align: top;
}

/* line 115, ../sass/_packagesOverview.scss */
.currency {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
}
/* line 121, ../sass/_packagesOverview.scss */
.currency.US {
  background-position: 0 -1019px;
}
/* line 43, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.currency.US:active, .currency.US.blue_pill_dollar_active, .currency.US.blue_pill_dollar-active {
  background-position: 0 -983px;
}
/* line 123, ../sass/_packagesOverview.scss */
.currency.US.active, .currency.US:hover {
  background-position: 0 -983px;
}
/* line 128, ../sass/_packagesOverview.scss */
.currency.GBP {
  background-position: 0 -1073px;
}
/* line 43, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.currency.GBP:active, .currency.GBP.blue_pill_pound_active, .currency.GBP.blue_pill_pound-active {
  background-position: 0 -1055px;
}
/* line 130, ../sass/_packagesOverview.scss */
.currency.GBP.active, .currency.GBP:hover {
  background-position: 0 -1055px;
}
/* line 135, ../sass/_packagesOverview.scss */
.currency.EURO {
  background-position: 0 -1037px;
}
/* line 43, ../../../../../../../opt/boxen/rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.currency.EURO:active, .currency.EURO.blue_pill_euro_active, .currency.EURO.blue_pill_euro-active {
  background-position: 0 -1001px;
}
/* line 137, ../sass/_packagesOverview.scss */
.currency.EURO.active, .currency.EURO:hover {
  background-position: 0 -1001px;
}

/* line 143, ../sass/_packagesOverview.scss */
.package-specs {
  position: relative;
  height: 195px;
  padding: 10px 15px 10px 25px;
}
/* line 148, ../sass/_packagesOverview.scss */
.package-specs ul.spec-overview {
	height: 150px;
	width: 280px;
	list-style-type: none;
	list-style-position: inside;
	font-size: 12px;
	font-weight: bold
	text-indent: 0px;
	page-break-before: always;
	page-break-after: always;
}
}
/* line 148, ../sass/_packagesOverview.scss */
.package-specs ul.spec-overview-inset {
	height: 150px;
	width: 180px;
	list-style-type: none;
	list-style-position: inside;
	font-size: 12px;
	text-indent: 20px;
	page-break-before: always;
	page-break-after: always;
}
/* line 156, ../sass/_packagesOverview.scss */
.package-specs ul.spec-overview li {
	color: #009fda;
	font-size: 14px
}
/* line 158, ../sass/_packagesOverview.scss */
.package-specs ul.spec-overview li p {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	display: inline-block;
	list-style-type: none;
	text-indent: 16px;
}
/* line 169, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features {
	position: absolute;
	bottom: -57px;
	height: 64px;
	list-style-type: none;
	left: 32px;
	width: 250px;
}
/* line 176, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li {
  display: inline-block;
  height: 37px;
  width: 37px;
}
/* line 181, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a {
  position: relative;
  display: block;
  height: 37px;
  width: 37px;
}
/* line 187, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 200, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a:hover span.tooltip {
  display: block;
}
/* line 203, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
  opacity: 100;
}
/* line 208, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a.email-support {
  background-position: 0 -600px;
}
/* line 210, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a.email-support:after {
  background-position: 0 -452px;
}
/* line 215, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a.phone-support {
  background-position: 0 -791px;
}
/* line 217, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a.phone-support:after {
  background-position: 0 -526px;
}
/* line 222, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a.guarantee {
  background-position: 0 -754px;
}
/* line 224, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a.guarantee:after {
  background-position: 0 -563px;
}
/* line 229, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a.storage {
  background-position: 0 -677px;
}
/* line 231, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a.storage:after {
  background-position: 0 -489px;
}
/* line 236, ../sass/_packagesOverview.scss */
.package-specs ul.spec-features li a span.tooltip {
  position: absolute;
  display: none;
  width: 46px;
  top: 40px;
  color: #009fdb;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}

/* line 252, ../sass/_packagesOverview.scss */
a.packageCompare {
	position: absolute;
	bottom: 64px;
	right: 25px;
	display: block;
	width: 78px;
	max-width: 78px;
	height: 20px;
	border: 1px solid #d4edf8;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eff8fd), color-stop(51%, #d4edf8), color-stop(100%, #d4edf8));
	background-image: -webkit-linear-gradient(#eff8fd, #d4edf8 51%, #d4edf8);
	background-image: -moz-linear-gradient(#eff8fd, #d4edf8 51%, #d4edf8);
	background-image: -o-linear-gradient(#eff8fd, #d4edf8 51%, #d4edf8);
	background-image: linear-gradient(#eff8fd, #d4edf8 51%, #d4edf8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.4);
	-moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.4);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.4);
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #0299de;
}

/* line 274, ../sass/_packagesOverview.scss */
a.sign-up {
	position: absolute;
	bottom: 25px;
	right: 25px;
	display: block;
	width: 78px;
	min-width: 78px;
	height: 32px;
	margin-top: 5px;
	border: 1px solid #009fea;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #62c5f3), color-stop(50%, #00a5ec), color-stop(100%, #008ed1));
	background-image: -webkit-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: -moz-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: -o-linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	background-image: linear-gradient(#62c5f3 50%, #00a5ec 50%, #008ed1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 1px 1px 4px rgba(14, 71, 97, 0.7);
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(14, 65, 118, 0.3);
}

/* line 297, ../sass/_packagesOverview.scss */
.feature-list {
  position: relative;
  width: 202px;
  height: 750px;
  margin: 10px 0;
  z-index: 1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(91%, #009fdb), color-stop(100%, #007ab3));
  background-image: -webkit-linear-gradient(left, #009fdb 91%, #007ab3);
  background-image: -moz-linear-gradient(left, #009fdb 91%, #007ab3);
  background-image: -o-linear-gradient(left, #009fdb 91%, #007ab3);
  background-image: linear-gradient(left, #009fdb 91%, #007ab3);
}
/* line 307, ../sass/_packagesOverview.scss */
.feature-list a.packageCompare {
  position: absolute;
  bottom: 18px;
  right: 30px;
}
/* line 312, ../sass/_packagesOverview.scss */
.feature-list a.packageCompare span.arrow {
  float: left;
  width: 10px;
  height: 14px;
  margin: 4px 0 4px 6px;
  background-position: 0 -908px;
}

/* line 322, ../sass/_packagesOverview.scss */
.packages-full-overview {
  position: absolute;
  top: 0;
  right: 0;
  width: 762px;
  height: 900px;
  margin: 0 auto 20px auto;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #f0f0f0), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(#ffffff, #f0f0f0 85%, #f0f0f0);
  background-image: -moz-linear-gradient(#ffffff, #f0f0f0 85%, #f0f0f0);
  background-image: -o-linear-gradient(#ffffff, #f0f0f0 85%, #f0f0f0);
  background-image: linear-gradient(#ffffff, #f0f0f0 85%, #f0f0f0);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 2;
}
/* line 334, ../sass/_packagesOverview.scss */
.packages-full-overview .package {
  position: relative;
  display: block;
  width: 254px;
  height: 900px;
}
/* line 339, ../sass/_packagesOverview.scss */
.packages-full-overview .package.classic {
  width: 252px;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
/* line 345, ../sass/_packagesOverview.scss */
.packages-full-overview .pricing {
  position: relative;
  width: 212px;
}
/* line 349, ../sass/_packagesOverview.scss */
.packages-full-overview .pricing .price {
  position: absolute;
}
/* line 352, ../sass/_packagesOverview.scss */
.packages-full-overview .pricing .price p {
  width: 85px;
}
/* line 356, ../sass/_packagesOverview.scss */
.packages-full-overview .pricing a.currency {
  display: none;
}
/* line 360, ../sass/_packagesOverview.scss */
.packages-full-overview .package-specs {
  display: none;
}
/* line 363, ../sass/_packagesOverview.scss */
.packages-full-overview .sign-up {
  width: 78px;
  min-width: 78px;
  display: block;
  position: absolute;
  bottom: 17px;
  right: 87px;
}

/* line 373, ../sass/_packagesOverview.scss */
.currency-changer {
  width: 54px;
  height: 18px;
  margin: 50px 30px 0 0;
}

/* line 379, ../sass/_packagesOverview.scss */
table.features-included {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  /* required for FireFox. */
}
/* line 383, ../sass/_packagesOverview.scss */
table.features-included tr {
  height: 26px;
  border-bottom: 1px solid #d3d3d3;
}
/* line 386, ../sass/_packagesOverview.scss */
table.features-included tr.double {
  height: 44px;
}
/* line 389, ../sass/_packagesOverview.scss */
table.features-included tr:last-of-type {
  border-bottom: none;
}
/* line 393, ../sass/_packagesOverview.scss */
table.features-included td {
  color: #009ed9;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
}
/* line 398, ../sass/_packagesOverview.scss */
table.features-included td.comming-soon {
  color: #999a9c;
}
/* line 401, ../sass/_packagesOverview.scss */
table.features-included td span.tick {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  background-position: 0 -962px;
}
/* line 408, ../sass/_packagesOverview.scss */
table.features-included td span.dash {
  display: block;
  width: 11px;
  height: 4px;
  margin: 0 auto;
  color: #999a9c;
  background-position: 0 -979px;
}

/* line 419, ../sass/_packagesOverview.scss */
table.features {
  width: 150px;
  margin-top: 14px;
  border-collapse: collapse;
  table-layout: fixed;
  /* required for FireFox. */
}
/* line 424, ../sass/_packagesOverview.scss */
table.features tr {
  height: 26px;
  border-bottom: 1px solid #47bdf2;
}
/* line 427, ../sass/_packagesOverview.scss */
table.features tr.double {
  height: 44px;
}
/* line 430, ../sass/_packagesOverview.scss */
table.features tr:first-of-type {
  border-top: 1px solid #47bdf2;
}
/* line 433, ../sass/_packagesOverview.scss */
table.features tr:last-of-type {
  border-bottom: none;
}
/* line 437, ../sass/_packagesOverview.scss */
table.features td {
  padding: 0 30px 0 0;
  color: #a0e0fd;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  text-align: right;
}
/* line 443, ../sass/_packagesOverview.scss */
table.features td.key-feature {
  color: #fff;
}

/* line 1, ../sass/_tabs.scss */
#tabs {
  display: block;
  width: 960px;
  min-height: 120px;
}

/* line 7, ../sass/_tabs.scss */
#tabs-nav {
  height: 40px;
  list-style: none;
  margin: 0 auto;
}
/* line 12, ../sass/_tabs.scss */
#tabs-nav.tab-count-1 {
  width: 170px;
}
/* line 15, ../sass/_tabs.scss */
#tabs-nav.tab-count-2 {
  width: 344px;
}
/* line 18, ../sass/_tabs.scss */
#tabs-nav.tab-count-3 {
  width: 516px;
}
/* line 21, ../sass/_tabs.scss */
#tabs-nav.tab-count-4 {
  width: 688px;
}
/* line 24, ../sass/_tabs.scss */
#tabs-nav.tab-count-5 {
  width: 860px;
}
/* line 28, ../sass/_tabs.scss */
#tabs-nav li {
  float: left;
  width: 150px;
  height: 38px;
  margin: 0 10px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 white, 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 white, 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 white, 0 2px 2px rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(#f6f6f6, #e5e5e5);
  background: -moz-linear-gradient(#f6f6f6, #e5e5e5);
  background: -o-linear-gradient(#f6f6f6, #e5e5e5);
  background: linear-gradient(#f6f6f6, #e5e5e5);
}
/* line 38, ../sass/_tabs.scss */
#tabs-nav li:hover {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
/* line 43, ../sass/_tabs.scss */
#tabs-nav li a {
  display: block;
  width: 150px;
  height: 38px;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 38px;
  color: #6c6c7b;
  text-decoration: none;
  text-align: center;
}
/* line 54, ../sass/_tabs.scss */
#tabs-nav li a:hover {
  cursor: pointer;
}
/* line 58, ../sass/_tabs.scss */
#tabs-nav li a.howitworks {
  width: 95px;
  height: 28px;
  padding: 6px 10px 6px 45px;
  text-align: left;
  line-height: 14px;
  background-position: 18px -108px;
}
/* line 65, ../sass/_tabs.scss */
#tabs-nav li a.howitworks:hover {
  background-position: 18px -146px;
}
/* line 69, ../sass/_tabs.scss */
#tabs-nav li a.compare {
  background-position: 28px -222px;
}
/* line 71, ../sass/_tabs.scss */
#tabs-nav li a.compare:hover {
  background-position: 28px -184px;
}
/* line 75, ../sass/_tabs.scss */
#tabs-nav li a.faq {
  background-position: 35px -38px;
}
/* line 77, ../sass/_tabs.scss */
#tabs-nav li a.faq:hover {
  background-position: 41px 0;
}
/* line 81, ../sass/_tabs.scss */
#tabs-nav li a.video {
  background-position: 41px -336px;
}
/* line 83, ../sass/_tabs.scss */
#tabs-nav li a.video:hover {
  background-position: 41px -260px;
}
/* line 87, ../sass/_tabs.scss */
#tabs-nav li a.features {
  background-position: 19px -374px;
}
/* line 89, ../sass/_tabs.scss */
#tabs-nav li a.features:hover {
  background-position: 19px -298px;
}
/* line 95, ../sass/_tabs.scss */
#tabs-nav li.active {
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: inset 0 1px 0 #656565;
  -moz-box-shadow: inset 0 1px 0 #656565;
  box-shadow: inset 0 1px 0 #656565;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b3b3b3), color-stop(100%, #d1cece));
  background: -webkit-linear-gradient(#b3b3b3, #d1cece);
  background: -moz-linear-gradient(#b3b3b3, #d1cece);
  background: -o-linear-gradient(#b3b3b3, #d1cece);
  background: linear-gradient(#b3b3b3, #d1cece);
}
/* line 100, ../sass/_tabs.scss */
#tabs-nav li.active a {
  color: #4c4c4c;
}
/* line 102, ../sass/_tabs.scss */
#tabs-nav li.active a.howitworks {
  background-position: 18px -146px;
}
/* line 105, ../sass/_tabs.scss */
#tabs-nav li.active a.compare {
  background-position: 28px -184px;
}
/* line 108, ../sass/_tabs.scss */
#tabs-nav li.active a.faq {
  background-position: 35px 0;
}
/* line 111, ../sass/_tabs.scss */
#tabs-nav li.active a.video {
  background-position: 41px -260px;
}
/* line 114, ../sass/_tabs.scss */
#tabs-nav li.active a.features {
  background-position: 19px -298px;
}

/* line 2, ../sass/_translate.scss */
#google_translate_element .goog-te-gadget {
  font-family: inherit !important;
  font-size: inherit;
  color: inherit;
  white-space: inherit;
}
/* line 9, ../sass/_translate.scss */
#google_translate_element .goog-te-gadget-simple {
  background-color: inherit;
  border: none;
  font-size: inherit;
  padding: 0 0 0 0;
}
/* line 15, ../sass/_translate.scss */
#google_translate_element .goog-te-gadget-simple > img {
  display: none;
}
/* line 20, ../sass/_translate.scss */
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value > img {
  display: none;
}
/* line 24, ../sass/_translate.scss */
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value > span:not(:first-child) {
  display: none;
}

/* Hidden iFrame! Inserted StyleSheet via script snippet in inc_bottom-nav.php */
/* line 35, ../sass/_translate.scss */
.goog-te-menu-frame {
  border: none;
  display: block;
  font-size: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 43, ../sass/_translate.scss */
.goog-te-menu2 {
  border: 1px solid #999999;
  -moz-box-shadow: 0 0 3px #888;
  -webkit-box-shadow: 0 0 3px #888888;
  box-shadow: 0 0 3px #888;
  -moz-border-radius: 6px;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 999999;
  position: relative;
}
/* line 44, ../sass/_translate.scss */
.goog-te-menu2 * {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
}
/* line 65, ../sass/_translate.scss */
.goog-te-menu2 tr td:first-child {
  padding-left: 5px;
}
/* line 69, ../sass/_translate.scss */
.goog-te-menu2 tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 74, ../sass/_translate.scss */
.goog-te-menu2 tr td:last-child {
  padding-right: 5px;
}
/* line 80, ../sass/_translate.scss */
.goog-te-menu2 .goog-te-menu2-item:link .goog-te-menu2 .goog-te-menu2-item:hover {
  display: block;
  background-color: #f2fbfd;
}
/* line 85, ../sass/_translate.scss */
.goog-te-menu2 .goog-te-menu2-item:link, .goog-te-menu2 .goog-te-menu2-item:active, .goog-te-menu2 .goog-te-menu2-item:visited {
  display: block;
  color: #666666;
  text-decoration: none;
  padding: 0px;
}
/* line 92, ../sass/_translate.scss */
.goog-te-menu2 .goog-te-menu2-item > div {
  color: inherit;
  padding: 2px;
}
/* line 96, ../sass/_translate.scss */
.goog-te-menu2 .goog-te-menu2-item > div:hover {
  background-color: #f2fbfd;
}
/* line 101, ../sass/_translate.scss */
.goog-te-menu2 .goog-te-menu2-item:hover, .goog-te-menu2 .goog-te-menu2-item:hover div {
  background-color: #f2fbfd;
}

/* line 107, ../sass/_translate.scss */
.price h1 {
  width: 150px;
}
