/**********************************************************
	Buffered New Homepage Design Stylesheet
	Created by Roland Szabó for Buffered.com
	Made with ♥ in Budapest, 2015, All rights reserved.
**********************************************************/

@font-face {
    font-family: 'noto_sansregular';
    src: url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Regular-webfont.eot');
    src: url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Regular-webfont.woff') format('woff'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Regular-webfont.ttf') format('truetype'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_sansbold';
    src: url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Bold-webfont.eot');
    src: url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Bold-webfont.woff') format('woff'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Bold-webfont.ttf') format('truetype'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSans-Bold-webfont.svg#noto_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_serifitalic';
    src: url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSerif-Italic-webfont.eot');
    src: url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSerif-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSerif-Italic-webfont.woff') format('woff'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSerif-Italic-webfont.ttf') format('truetype'),
         url('/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/fonts/NotoSerif-Italic-webfont.svg#noto_serifitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}



html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'noto_sansregular';
	font-size: 16px;
	color: #808080;
}

a {
	color: #39ACE6;
	transition: color .2s;
}

a:hover,
a:focus {
	color: #297CA6;
}

img {
	max-width: 100%;
}

strong {
	font-family: 'noto_sansbold';
	font-weight: 400;
	letter-spacing: -0.25px;
}

textarea {
	resize: none;
}

.tooltip-inner {
	max-width: 350px;
}

html, body {
	height: 100%;
	margin: 0;
}

#jumbotron {
	color: #FFFFFF;
	background: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/jumbotron-bg.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 80px;
}

html > body #jumbotron {
	height: auto;
}

header {
	padding: 30px 0 20px;
}

#jumbotron header {
	padding: 40px 0;
}

.navbar {
	border: none;
	min-height: 0;
	margin-bottom: 0;
}

.navbar-default {
	background: transparent;
	border-color: transparent;
	border-radius: 0;
}

.navbar-default .navbar-brand,
#logo {
	color: #FFF;
	font-family: 'noto_sansbold';
	font-size: 30px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 8px 0;
	margin: 0;
	height: auto;
	border-bottom: 2px solid rgba(255,255,255,0);
	transition: color .2s, border-color .2s;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #FFF;
	text-decoration: none;
	/*border-bottom-color: rgba(255,255,255,.75);*/
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}

.logo {
	float: left;
	padding-right: 15px;
	margin-top: -15px;
}

#logo span {
	position: relative;
	top: -7px;
}

.navbar-default .navbar-nav > li {
	margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-of-type {
	margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.25px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 8px 10px;
	color: #FFFFFF;
	transition: background-color .2s;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	text-decoration: none;
	background: rgba(255,255,255,.2);
}

.navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.navbar-default .navbar-toggle {
	border-color: #FFF;
	background: rgba(255,255,255,0);
	transition: background-color .2s;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: rgba(255,255,255,.2)
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-collapse {
	border-top-width: 3px;
}

nav ul li a i.fa {
	font-size: 12px;
	position: relative;
	top: -1px;
}

#jumbotron h2 {
	color: #FFFFFF;
	font-size: 44px;
	letter-spacing: -2px;
	margin: 50px 0 40px;
}

ul.features {
	list-style: none;
	padding-left: 0;
}

ul.features li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
	letter-spacing: -0.25px;
}

ul.features li i.fa-check-circle {
	color: #51d466;
}

#jumbotron ul.features {
	margin-bottom: 50px;
}

.cta {
	display: inline-block;
	padding: 15px 30px;
	font-size: 20px;
	font-family: 'noto_sansbold';
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #856F26;
	background: #F2CB49;
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
	transition: color .2s, background-color .2s;
}

.cta:hover,
.cta:focus {
	color: #6B591F;
	background: #D9B53F;
	text-decoration: none;
}

.cta + span {
	display: block;
	padding-top: 12px;
	font-size: 18px;
}

.cta + span a {
	letter-spacing: -0.5px;
	text-decoration: none;
	color: #FFFFFF;
}

.cta + span a:hover,
.cta + span a:focus {
	text-decoration: underline;
}

.cta-container {
	margin-top: 50px;
}

.navbar-default .navbar-nav > li > a.cta-sm {
	letter-spacing: -0.25px;
	color: #856F26;
	box-shadow: none;
}

.navbar-default .navbar-nav > li > a.cta-sm:hover,
.navbar-default .navbar-nav > li > a.cta-sm:focus {
	color: #6B591F;
	background: #D9B53F;
}

.blue {
	color: #FFFFFF;
	background-color: #39ACE6;
}

.darkblue {
	color: #FFFFFF;
	background-color: #297ACC;
}

h1 {
	font-family: 'noto_sansbold';
	font-size: 46px;
	letter-spacing: -3px;
	color: #444;
	margin-top: 0;
	margin-bottom: 60px;
}

h2, h3, h4 {
	color: #4C4C4C;
}

.blue h2, .blue h3, .blue h4,
.darkblue h2, .darkblue h3, .darkblue h4 {
	color: #FFFFFF;
}

h4 {
	font-size: 20px;
	font-family: 'noto_sansbold';
	line-height: 26px;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 20px;
}

h5 {
	font-size: 16px;
	font-family: 'noto_sansbold';
	line-height: 22px;
	letter-spacing: -0.5px;
	margin-top: 8px;
	margin-bottom: 16px;
}

section {
	padding: 100px 0;
}

section h2 {
	font-family: 'noto_sansbold';
	font-size: 34px;
	letter-spacing: -2px;
	margin-top: 0;
	margin-bottom: 50px;
}

section p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 16px;
}

section ul {
	margin-bottom: 16px;
}

section ul li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
}

.service {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	margin-bottom: 20px;
	border-radius: 4px;
}

.service img,
.bottom-img img,
 {
	max-width: 100%;
}

#netflix { background: #D8292E; }
#hulu { background: #66AA33; }
#espn { background: #D61E26; }
#twitter { background: #55ACEE; }
#bbc-iplayer { background: #000000; }
#skysports { background: #02024D; }
#youtube { background: #E52D27; }
#itv-player { background: #E6E6E6; }
#cbs { background: #006BB9; }
#spotify { background: #1ED760; }

#moneyback {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/moneyback-bg.png);
	background-position: top left;
	background-repeat: repeat;
}

h3 {
	font-size: 24px;
	font-family: 'noto_sansbold';
	letter-spacing: -1.5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#awesome-features h3 {
	color: #666666;
	text-align: center;
}

.feature img {
	margin: 0 auto;
	display: block;
}

.feature {
	margin-bottom: 40px;
}

#servers {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/servers-bg.png);
	background-position: top left;
	background-repeat: repeat;
}

#servers p a {
	color: #FFF;
	text-decoration: underline;
}

#servers p a:hover {
	text-decoration: none;
}

.flag {
	float: left;
	width: 32px;
	height: 24px;
	margin-right: 10px;
	margin-bottom: 25px;
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/sprites.png);
	background-repeat: no-repeat;
}

.flag + span {
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 2px;
}

#bottom-hero,
#members,
#unique-box {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/bottomhero-bg.png);
	background-position: top left;
	background-repeat: repeat;
}

#bottom-hero p {
	font-size: 18px;
}

#bottom-hero ul.features {
	margin: 25px 0;
}

#bottom-hero ul.features li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 16px;
}

.bottom-img {
	text-align: center;
	padding-top: 70px;
}

footer {
	background: #3D3F40;
	color: #808080;
	padding: 80px 0;
}

footer h3 {
	color: #BFBFBF;
	margin-bottom: 30px;
}

footer ul {
	list-style: none;
	padding-left: 0;
}

footer p,
footer li  {
	font-size: 14px;
	line-height: 22px;
}

footer a {
	display: block;
	color: #808080;
	font-size: 14px;
	padding-bottom: 14px;
	transition: color .2s;
}

footer a:hover,
footer a:focus {
	color: #BFBFBF;
	text-decoration: none;
}

#post-footer {
	background: #242626;
	color: #666666;
	font-size: 14px;
	padding: 15px 0;
}

#post-footer p {
	margin: 0;
}

#post-footer a {
	color: #297CA6;
	transition: color .2s;
}

#post-footer a:hover,
#post-footer a:focus {
	color: #39ACE6;
	text-decoration: none;
}

.team-member {
	text-align: center;
	margin-bottom: 60px;
}

.team-member h3 {
	margin: 20px 0 5px;
}

.team-member em {
	display: block;
	font-family: 'noto_serifitalic';
	font-style: italic;
	margin-bottom: 20px;
}

#members p a {
	color: #FFFFFF;
	font-family: 'noto_sansbold';
}

.avatar {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 5px solid #FFFFFF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
	background: #FFFFFF;
}

.spacer {
	height: 25px;
}

.voted-bestvpn {
	text-align: right;
	font-size: 24px;
	font-family: 'noto_sansbold';
	letter-spacing: -1px;
	margin: 0;
}

.mb100 {
	margin-bottom: 100px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.green {
	color: #6ECC5C;
}

.plan {
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	text-align: center;
	border-radius: 5px;
	border: 5px solid #BFBFBF;
	transition: border-color .2s;
}

#signup .plan:hover,
#signup .plan:focus {
	border-color: #999;
	cursor: pointer;
}

#signup .plan.selected:hover,
#signup .plan.selected:focus {
	border-color: #6ECC5C;
}

#signup .plan:hover .btn,
#signup .plan:focus .btn {
	color: #FFFFFF;
	background: #308FBF;
}

#signup .plan.selected:hover .btn,
#signup .plan.selected:focus .btn {
	color: #FFFFFF;
	background: #6ECC5C;
}

#plans .plan.selected .btn:hover,
#plans .plan.selected .btn:focus {
	color: #FFFFFF;
	background: #539945;
}

.signup-title {
	margin-bottom: 40px;
}

.signup-title h3 {
	margin-bottom: 10px;
}

.secure-server {
	text-align: right;
}

.plan h3 {
	color: #777;
	transition: color .2s ease-in-out;
	margin: 40px 0 0;
	letter-spacing: -1px;
}

.plan h4 {
	color: #777;
	transition: color .2s ease-in-out;
	font-size: 60px;
	line-height: 1;
	font-family: 'noto_sansbold';
	letter-spacing: -3px;
	margin: 10px 0 25px;
}

.plan h4:before {
	content: "$";
	font-size: 26px;
	position: relative;
	top: -24px;
	left: -3px;
}



.plan h4:after {
	content: "per month";
	display: block;
	color: #808080;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.5px;
	position: relative;
	top: -3px;
}

.plan p {
	color: #777;
	transition: color .2s ease-in-out;
	margin-bottom: 0;
}

.plan p.you-save {
	font-size: 20px;
	letter-spacing: -0.5px;
}

.plan span em {
	font-style: normal;
}

.ribbon {
	position: absolute;
	top: 33px;
	right: -50px;
	left: auto;
	width: 200px;
	color: #FFFFFF;
	/*background: #39ACE6;*/
	background: #E54545;
	font-family: 'noto_sansbold';
	line-height: 30px;
	letter-spacing: -0.5px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.selected .ribbon {
	background: #6ECC5C;
}

.btn {
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'noto_sansbold';
	letter-spacing: -0.5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #39ACE6;
	border-radius: 4px;
	padding: 10px 25px;
	margin: 20px 0 30px;
	transition: background-color .2s;
}

.btn:hover,
.btn:focus {
	color: #FFFFFF;
	background: #308FBF;
	cursor: pointer;
}

.btn.btn-lg {
	padding: 15px 40px;
}

.btn.btn-sm {
	padding: 6px 12px;
	font-size: 14px;
}

.btn.btn-danger {
	background-color: #d9534f;
}

.btn.btn-success {
	background: #6ECC5C;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,.35);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}

.btn.btn-success:hover,
.btn.btn-success:focus {
	background: #61B350;
}

table .btn {
	margin: 0;
}

.plan.selected {
	border-color: #6ECC5C;
}

.plan.selected a.btn {
	background: #6ECC5C;
}

.plan.selected h3,
.plan.selected h4,
.plan.selected p {
	color: #333;
}

#plan-yearly {
	margin-top: 0;
}

#plan-yearly h4 {
	font-size: 90px;
	letter-spacing: -5px;
}

#plan-yearly h4:before {
	font-size: 32px;
	top: -40px;
	left: -4px;
}

#plan-yearly h4:after {
	top: -7px;
	color: #52b33e;
}

.alert {
	position: relative;
	color: #FFFFFF;
	text-align: left;
	border-radius: 3px;
	border: none;
}

.alert-danger {
	background: #E54545;
	border-left: 5px solid #B33636;
}

.alert-success {
	background: #6ECC5C;
	border-left: 5px solid #539945;
}

.alert-info {
	background: #80D4FF;
	border-left: 5px solid #569CBF;
}

#alert-monthly,
#alert-yearly,
#alert-biannual {
	display: none;
}

.plan-div .alert {
	margin: 25px 0 0;
	padding: 20px;
}

.alert h5 {
	font-size: 20px;
	font-family: 'noto_sansbold';
	margin-top: 0;
}

.alert p {
	line-height: 22px;
	margin-bottom: 0;
}

.alert .close {
	position: absolute;
	top: 14px;
	right: 18px;
	text-shadow: none;
	transition: opacity .2s;
}

form label {
	position: relative;
	top: 13px;
	left: 10px;
	font-family: 'noto_sansbold';
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	background: white;
	padding: 2px 6px;
}

form label.normal,
.admin form label {
	top: auto;
	left: auto;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	background: none;
}

.admin .form-control {
	/*width: 130px;*/
	display: inline;
}

label a {
	font-family: 'noto_sansbold';
}

label.label-error {
	color: #E54545;
}

.text-danger {
	color: #B33636;
	font-size: 14px;
	font-family: 'noto_sansbold';
	margin-bottom: 0;
}

.form-control {
	background: #FFFFFF;
	border: 2px solid #BFBFBF;
	border-radius: 4px;
	box-shadow: none;
	color: #666666;
	font-family: "noto_sansregular";
	font-weight: normal;
	font-size: 16px;
	letter-spacing: -0.5px;
	margin: 0;
	height: 50px;
	padding: 12px;
	transition: border-color .2s, color .2s;
}

.form-control:focus {
	border: 2px solid #808080;
	box-shadow: none;
	color: #333333;
}

select.form-control {
	padding: 0 14px;
	height: 48px;
}

textarea.form-control {
	height: 200px;
}

.form-control.input-error {
	border-color: #E54545;
}

.emot {
	position: relative;
	top: 38px;
	color: #AAAAAA;
}

.emot.emot-bad {
	color: #E54545;
}

.emot.emot-bad i.fa {
	color: #B33636;
}

.emot.emot-good {
	color: #6ECC5C;
}

.emot.emot-good i.fa {
	color: #539945;
}

.panel-heading {
	padding: 0;
	border: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	transition: background .2s;
}

.panel-heading h4 a {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: -0.25px;
	text-decoration: none;
	display: block;
	padding: 10px 18px 16px;
}

.panel-heading h4 a:hover,
.panel-heading h4 a:focus {
	text-decoration: none;
}

.panel-heading h4 a i {
	font-size: 24px;
	position: relative;
	top: 5px;
}

em.panel-separator {
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
}

.panel-default {
	background: #39ACE6;
}

.panel-success {
	background: #6ECC5C;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: none;
}

.panel-body {
	padding: 20px 30px;
	border: 1px solid #BFBFBF;
}

.panel-body .form-group {
	margin-bottom: 0;
}

.details-fullprice {
	color: #6ECC5C;
}

p.methods {
	margin: 30px 0;
	letter-spacing: -0.25px;
}

p.methods span {
	font-size: 28px;
	margin: 0 10px 12px 0;
}

.sidebar .widget {
	color: #AAAAAA;
	padding: 0 15px 25px;
	border-bottom: 1px dashed #BFBFBF;
	margin-bottom: 35px;
	border-radius: 4px;
	transition: color .2s;
}

.sidebar .widget h4 {
	color: #666666;
	font-size: 22px;
}

.total {
	color: #808080;
	font-size: 18px;
	font-family: 'noto_sansbold';
}

.total span {
	font-size: 22px;
}

.equal-to {
	text-align: right;
	margin: 20px 0 0;
}

#braintree a img {
	max-width: 280px;
	padding-bottom: 15px;
}

.widget a {
	transition: color .2s;
}

.widget a {
	text-decoration: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background: #39ACE6;
}

.sidemenu ul {
	border-right: 2px solid #BFBFBF;
    padding: 30px 0;
}

.sidemenu ul li {
	margin-bottom: 3px;
}

.sidemenu .nav > li > a {
	padding: 8px 15px;
}

.sidemenu .nav-pills > li > a {
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.sidemenu .nav-pills > li.tablist-back > a {
	background: #E6E6E6;
	color: #666666;
}

.sidemenu .nav-pills > li.tablist-back > a:hover {
	background: #D6D6D6;
}

.nav-stacked > li + li {
	margin-top: 0;
}

.userbase,
.tab-content {
	padding: 30px;
}

.download-item {
	display: block;
	position: relative;
	background: #39ACE6;
	color: #FFFFFF;
	border-radius: 4px;
	padding: 10px 15px;
	transition: background-color .2s;
}

.download-item:hover,
.download-item:focus {
	color: #FFF;
	background: #61B350;
	text-decoration: none;
}

.download-item.new {
	background: #6ECC5C;
}

.download-item h4 {
	color: #FFF;
	font-size: 30px;
	font-family: 'noto_sansbold';
	margin-top: 0;
	letter-spacing: -1px;
}

.download-item h4 small {
	color: #FFF;
	font-size: 20px;
}

.download-item i.fa {
	position: absolute;
	font-size: 100px;
	top: 0;
	right: 0;
	opacity: .5;
}

.di-small i.fa {
	font-size: 90px;
	top: -13px;
}

.login-enjoy h4 {
	margin-bottom: 10px;
}

.plans-recommend {
	text-align: center;
}

.plans-recommend h3 {
	font-size: 80px;
	letter-spacing: -4px;
	margin: 0 0 30px;
}

.plans-recommend h3 span {
	font-size: 30px;
	position: relative;
	top: -25px;
	left: -5px;
}

.plans-recommend h3 em {
	display: block;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.75px;
}

.landing #jumbotron h2 {
	text-align: center;
	color: #FFF;
	margin-bottom: 0;
}

.landing #jumbotron h3 {
	text-align: center;
	color: #FFF;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 80px;
}

.multiline {
	display: none;
}

#tutorials .step {
	margin-top: 40px;
}

#tutorials .step.substep {
	margin-top: 20px;
	padding-left: 20px;
}

#tutorials .tab-pane img {
	border: 10px solid #666;
	border-radius: 4px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: #80D4FF;
	transition: background-color .2s;
}

.alert-dismissable .close,
.alert-dismissible .close {
	color: #297CA6;
	opacity: .75;
}

.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
	opacity: 1;
}





/* MD Only */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	#countries span {
		font-size: 13px;
		letter-spacing: -0.5px;
	}

}

/* SM Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.navbar-default .container-fluid {
		text-align: center;
	}

	.navbar-header {
		display: inline-block;
		width: 300px;
		float: none;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.navbar-default .navbar-brand {
		float: none;
		padding: 0;
	}

	.navbar-right {
		margin: 0 auto;
	}

}

/* SM + XS */
@media only screen and (max-width: 991px) {

	.navbar-default .navbar-brand, #logo {
		width: 300px;
		margin: 0 auto;
	}

	.mt-sm {
		margin-top: 50px;
	}

	#logo,
	.voted-bestvpn {
		text-align: center;
	}

	.download-item h4 {
		font-size: 26px;
	}

	#countries {
		margin-top: 80px;
	}

	.secure-server {
		text-align: left;
		padding-top: 20px;
	}

	#moneyback-img,
	.bottom-img {
		display: none;
	}

	#post-footer .col-md-6 {
		text-align: center;
	}

	#post-footer p {
		margin-bottom: 10px;
	}

	.plan {
		max-width: 400px;
		margin: 0 auto;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.plan-div .alert {
		margin-bottom: 30px;
	}

	#unique-box img {
		display: block;
		margin: 40px auto 0;
		max-width: 300px;
	}

}

/* XS Only */
@media only screen and (max-width: 767px) {

	.mt-xs {
		margin-top: 50px;
	}

	.navbar-default .navbar-nav > li {
		text-align: center;
		margin-left: 0;
		margin-bottom: 6px;
	}

	.navbar-default .navbar-nav > li a {
		display: block;
		padding: 12px;
	}

	.navbar-default .navbar-nav > li > a.cta-sm {
		max-width: 300px;
		margin: 0 auto;
	}

	.sidemenu ul {
		border: none;
	}

	.sidemenu .nav-pills>li>a {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.download-box {
		margin-bottom: 15px;
	}

	footer .widget {
		margin-bottom: 60px;
	}

	.sidemenu {
		margin-bottom: 40px;
	}

	.emot {
		top: -8px;
		left: 8px;
	}

	#servers .col-sm-4 {
		width: 50%;
		float: left;
	}

	#jumbotron h2 {
		font-size: 36px;
	}

	#jumbotron h3 {
		font-size: 20px;
		line-height: 1.4;
		padding-top: 10px;
	}

	.cta-container span {
		display: block;
	}
}

/* Custom */
@media only screen and (min-width: 767px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 550px) {

	span.payment-icons {
		display: block;
		padding-top: 8px;
	}

	em.panel-separator {
		display: none;
	}

	.panel-heading h4 a {
		text-align: center;
	}

}

@media only screen and (max-width: 500px) {

	.service {
		height: 80px;
	}

	.service img {
		padding: 10px;
	}

	.multiline {
		display: inline;
	}

}

@media only screen and (max-width: 400px) {

	#unique-box img {
		max-width: 100%;
	}

	.navbar-default .navbar-brand {
		font-size: 24px;
	}

	.logo-container {
		flex-direction: column;
	}
}





/* Signup */

#signup > .container:first-of-type {
	padding-top: 30px;
}

#signup section h2 {
	margin-bottom: 20px;
}

#signup .signup-title {
	margin-bottom: 20px;
}

#preheader {
	padding: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
	background: rgba(0,0,0,.15);
}





/* Christmas Homepage */

.christmas #jumbotron {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/christmas/jumbotron-christmas.jpg);
}

.christmas #jumbotron h2,
.newyear #jumbotron h2 {
	text-shadow: 0 2px 6px rgba(0,0,0,.5), 0 0px 10px black;
}

.christmas #jumbotron ul.features {
	text-shadow: 0 1px 2px black, 0 0 10px black;
}

.christmas h2.christmas-icon img,
.newyear h2.christmas-icon img {
	position: relative;
	top: -8px;
	padding-right: 10px;
}

.christmas #moneyback,
.christmas #servers,
.christmas #bottom-hero,
.christmas #members,
.christmas #unique-box,
.newyear #moneyback,
.newyear #servers,
.newyear #bottom-hero,
.newyear #members,
.newyear #unique-box {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/newyear/christmas-pattern.png);
}

.christmas .blue p,
.christmas .blue ul,
.christmas .blue h2,
.christmas .blue h4,
.newyear .blue p,
.newyear .blue ul,
.newyear .blue h2,
.newyear .blue h4 {
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}



/* Christmas Signup */

#signup2.christmas #jumbotron {
	height: auto;
	min-height: auto;
	padding-bottom: 20px;
}

#signup2.christmas #jumbotron header {
	margin-bottom: 15px;
}

#signup2.christmas #jumbotron h2 {
	margin-top: 0;
}

#signup2.christmas #jumbotron p {
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

#clockdiv {
	margin: 40px 0 60px;
}

#clockdiv div.col-xs-3,
#clockdiv div.col-sm-3 {
	text-align: center;
	border-radius: 8px;
	background: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/christmas/christmas-lights-1.png) 0px -16px no-repeat rgba(255,255,255,.8);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
	border: 2px solid rgba(0,0,0,.8);
	color: #333;
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-top: 30px;
	padding-bottom: 25px;
	font-family: 'noto_sansbold';
}

#clockdiv div.col-sm-3 {
	background: rgba(255,255,255,.8);
	padding-top: 15px;
	padding-bottom: 15px;
}

#clockdiv div span {
	display: block;
	font-size: 80px;
	font-family: 'noto_sansbold';
}

#clockdiv div.col-xs-3 em,
#clockdiv div.col-sm-3 em {
	font-style: normal;
}

@media only screen and (max-width: 767px) {
	#clockdiv div span {
		font-size: 50px;
	}
}

@media only screen and (max-width: 479px) {
	#clockdiv div span {
		font-size: 22px;
	}
	#clockdiv div em {
		display: none;
	}
}

#signup2.christmas h3.christmas-icon img {
	position: relative;
	top: -8px;
	padding-right: 10px;
	width: 50px;
}

#signup2.christmas h4.christmas-icon img {
	position: relative;
	top: -4px;
	padding-right: 7px;
	width: 38px;
}

.logo {
	height: 60px;
	margin-top: -20px;
}

header {
	padding: 30px 0 12px;
}

.christmas:not(#signup2) #jumbotron h2 {
	font-size: 64px;
	letter-spacing: -5px;
}

@media only screen and (max-width: 991px) {
	.christmas:not(#signup2) #jumbotron h2 {
		margin-top: 0;
		font-size: 40px;
		letter-spacing: -2px;
	}
}



/* Christmas Landings */

#christmas-landing {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/christmas/landing-top.jpg);
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 200;
	box-shadow: 0 0 10px 2px black;
	color: #FFF;
}

#christmas-landing h2 span {
	display: block;
	font-size: 90px;
	font-family: 'noto_sansbold';
	letter-spacing: -7px;
}

#christmas-landing h2 {
	font-size: 50px;
	letter-spacing: -3px;
	line-height: 0.85;
	color: #FFF;
	margin: 16px 0;
	text-shadow: 0 2px 3px black, 0 0 10px black, 0 0 20px black;
	padding-top: 40px;
}

#christmas-landing #clockdiv div span {
	font-size: 50px;
}

#christmas-landing #clockdiv {
	margin: 12px 0;
}

#christmas-landing a.cta {
	float: right;
	margin-top: 45px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,.75);
	border-top: 1px solid rgba(255,255,255,.6);
}

@media only screen and (max-width: 1199px) {
	#christmas-landing h2 span {
		font-size: 70px;
	}
	#christmas-landing h2 {
		font-size: 39px;
		line-height: 0.92;
		margin-top: 22px;
	}
	#clockdiv div.col-sm-3 {
		padding: 10px 8px 15px;
	}
}

@media only screen and (max-width: 979px) {
	#christmas-landing {
		text-align: center;
	}
	#christmas-landing h2 span {
		display: inline;
	}
	#christmas-landing h2,
	#christmas-landing h2 span {
		font-family: 'noto_sansbold';
		font-size: 60px;
		letter-spacing: -3px;
		margin: 20px 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	#christmas-landing h2,
	#christmas-landing h2 span {
		font-size: 40px;
		letter-spacing: -2px;
		margin: 30px 0;
	}
	#christmas-landing #clockdiv div.col-sm-3 {
		width: 20%;
		float: left;
	}
	#christmas-landing a.cta {
		text-align: center;
		float: none;
		margin: 20px 0;
	}
}

@media only screen and (max-width: 479px) {
	#christmas-landing #clockdiv div span {
		font-size: 30px;
	}
}

.christmas .plan h5,
.newyear .plan h5 {
	margin: 16px 0 0;
}

.christmas .plan h5 del,
.newyear .plan h5 del {
	color: #BBB;
	font-family: "noto_sansregular";
	font-size: 22px;
}

.christmas #bottom-hero,
.christmas #members,
.christmas #unique-box{
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/christmas/christmas-pattern.png);
}

.saving {
	display: none;
}





/* New Year Homepage */

.newyear #jumbotron {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/newyear/jumbotron-newyear.jpg);
}

.newyear #jumbotron h2 {
	font-size: 100px;
	letter-spacing: -5px;
	text-shadow: 0 2px 6px rgba(0,0,0,.5), 0 0px 10px black;
}

.newyear #jumbotron h2 span {
	display: block;
	padding-top: 25px;
	font-size: 50px;
	letter-spacing: -3px;
}

#signup2.newyear #jumbotron h2 {
	font-size: 50px;
	letter-spacing: -3px;
}

#signup2 #jumbotron {
	height: auto;
	min-height: 0;
}

.newyear #jumbotron ul.features {
	text-shadow: 0 1px 2px black, 0 0 10px black;
}

.newyear h2.newyear-icon img {
	position: relative;
	top: -8px;
	padding-right: 10px;
}

.newyear #moneyback,
.newyear #servers,
.newyear #bottom-hero,
.newyear #members,
.newyear #unique-box {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/newyear/christmas-pattern.png);
}

.newyear .blue p,
.newyear .blue ul,
.newyear .blue h2,
.newyear .blue h4 {
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.newyear #clockdiv div.col-xs-3,
.newyear #clockdiv div.col-sm-3 {
	background: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/newyear/christmas-lights-1.png) 0px -16px no-repeat rgba(255,255,255,.8);
}

.newyear .secureserver,
.newyear #jumbotron p {
	text-shadow: 0 1px 2px black, 0 0 10px black;
}



/* Beta Page */

.whats-new i.fa {
	color: #39ACE6;
}

#beta-install h3 {
	font-size: 32px;
	margin-bottom: 30px;
}

#beta-install h3 span {
	font-size: 20px;
	padding-top: 5px;
	display: block;
}

#beta-install-mac h3 span {
	text-indent: 45px;
}

#beta-install-win h3 span {
	text-indent: 52px;
}



/* Netflix Bar */

#netflixbar {
	padding-top: 15px;
	padding-bottom: 5px;
	background: #6ECC5C;
	color: #FFF;
	text-align: center;
}

#netflixbar h4 {
	color: #FFF;
	margin: 0;
}

#jumbotron #netflixbar p {
	text-shadow: none;
}



/* Affiliates Page */

.affiliates section h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.affiliates section p.lead {
	margin-bottom: 80px;
}

.affiliates ul.features {
	margin-top: 50px;
	margin-bottom: 0;
}

.affiliates .blue {
	background-image: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/bottomhero-bg.png);
	background-position: top left;
	background-repeat: repeat;
}

.affiliates .blue:first-of-type{
	background-image: none;
}

.affiliates .feature i.fa {
	color: #39ACE6;
}

table.aff-table {
	margin-top: 10px;
	background: rgba(255,255,255,.1);
}

table.aff-table thead tr th,
table.aff-table tbody tr td {
	text-align: center;
	font-family: 'noto_sansbold';
	letter-spacing: -.5px;
	padding: 16px 30px;
}

table.aff-table thead tr th,
table.aff-table tbody tr td:first-of-type {
	font-size: 20px;
}

table.aff-table thead tr {
	color: #39ACE6;
	background: #FFF;
	border-bottom: 2px solid #FFF;
}

table.aff-table tbody tr {
	border-bottom: 1px solid rgba(255,255,255,.3);
}

table.aff-table tbody tr:last-of-type {
	border-bottom: none;
}

table.aff-table tbody tr td {
	font-size: 22px;
}

table.aff-table tbody tr td:last-of-type {
	font-size: 28px;
}

table.aff-table tr td span {
	display: block;
	font-size: 14px;
}

.affiliates .feature h3 {
	line-height: 1.2;
	margin-top: 20px;
}

.faq ul {
	padding-left: 0;
}

.faq li {
	list-style: none;
	margin-bottom: 20px;
	border-radius: 3px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.faq h4 {
	padding: 3px 10px;
	display: inline-block;
	font-size: 20px;
	letter-spacing: -0.75px;
	margin-top: 0;
	margin-bottom: 10px;
	border-radius: 4px;
}

.faq h4:hover {
	color: rgba(255,255,255,.9);
	cursor: pointer;
}

.faq div {
	color: rgba(255,255,255,.9);
	display: none;
	margin-left: 35px;
	margin-bottom: 40px;
}

.faq div ul li {
	line-height: 1.2;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style: disc;
}

.faq-active h4 {
	background: rgba(0,0,0,.15);
}

.further-help {
	margin-top: 25px;
	padding: 20px;
	color: #666;
	background: white;
	border-radius: 6px;
}

.further-help h3 {
	color: #444;
	margin: 0;
	margin-bottom: 15px;
}

.further-help p {
	margin-bottom: 5px;
}

.further-help .btn {
	margin: 0;
	margin-top: 10px;
}





body {
	color: #555;
}

#jumbotron {
	min-height: auto;
	height: auto;
	background-position: center center;
}

#jumbotron h2 {
	font-family: 'noto_sansbold';
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#jumbotron h3 {
	font-family: 'noto_sansregular';
	letter-spacing: -1px;
	color: #FFF;
	margin-bottom: 0;
	text-align: center;
}

#jumbotron .cta-container {
	margin-top: 0;
}

#jumbotron .cta.cta-lg {
	margin-top: 40px;
	padding: 15px 46px
}

.feature {
	text-align: center;
}

#unblock .feature {
	margin-bottom: 0;
}

#unblock .feature img {
	margin-bottom: 25px;
}

section h2,
section h3,
section h4 {
	color: #262626;
}

.cta,
.navbar-default .navbar-nav > li > a.cta-sm {
	color: #6b591f;
}



.overflow-hidden {
	overflow: hidden;
}

#header {
	position: relative;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

#jumbotron {
	text-align: left;
	background: #39ace6;
	background: -moz-linear-gradient(top, #2996cc 75%, #1b80b3 100%);
	background: -webkit-linear-gradient(top, #2996cc 75%, #1b80b3 100%);
	background: linear-gradient(to bottom, #2996cc 75%, #1b80b3 100%);
	padding-bottom: 0;
}

#jumbotron section {
	padding: 40px 0 0;
}

#jumbotron .cta-container {
	margin: 15px 0 0;
}

#jumbotron img.app {
	margin-bottom: 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.5)
}

.cta {
	padding: 15px 30px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.35);
}

#jumbotron h2 {
	text-align: left;
	margin: 30px 0 0;
	text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

#jumbotron h3 {
	text-align: left;
	margin-bottom: 0;
	letter-spacing: -0.5px;
	text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

#jumbotron h2,
#jumbotron h3 {
	text-align: left;
}

.landing #jumbotron {
	text-align: left;
}

#jumbotron .cta-container {
	margin-bottom: 0;
}

.cta-container span {
	font-size: 15px;
}

.landing #jumbotron {
	padding-bottom: 50px;
}

::selection {
	color: #FFF;
	background: #6ECC5C;
}

@media only screen and (max-width: 992px) {
	section {
		padding: 60px 0;
	}

	#jumbotron h2,
	#jumbotron h3,
	#jumbotron .cta-container,
	#jumbotron .app-container {
		text-align: center;
	}

	#jumbotron h2 {
		margin-top: 10px;
	}

	#jumbotron .cta-container {
		margin-bottom: 40px;
	}

	#jumbotron img.app {
		max-width: 400px;
	}

	#unblock .feature {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	#jumbotron img.app {
		max-width: 100%;
	}
	#jumbotron .cta.cta-lg {
		padding: 15px 36px;
	}
}

@media only screen and (max-width: 440px) {
	.logo {
		height: 44px;
		margin-top: -13px;
	}
	.navbar-default .navbar-brand,
	#logo {
		width: 210px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 350px) {
	#jumbotron .cta i.fa {
		display: none;
	}
}

.navbar .btn-success {
    margin-top: 0;
    margin-bottom: 0;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	border: 1px solid rgba(0,0,0,.35);
	box-shadow: none;
}

.navbar-default .navbar-nav > li > a.btn-success {
	letter-spacing: -0.25px;
}

.navbar-default .navbar-nav > li > a.btn-success:hover {
    background: #61B350;
}

.cta-container .btn.btn-success {
    margin-bottom: 8px;
    margin-top: 0;
}

#jumbotron .cta-container .btn.btn-success {
    margin-top: 20px;
}

.btn.btn-index {
    padding: 15px 35px;
}

/* Beta-Download */

.download-box {
	margin-bottom: 15px;
}

/* Payment methods */
.row-striped div.row:nth-child(even) {
    background-color: #F9F9F9;
}

.row-striped div.row {
    padding-top:3px;
    border-width: 0 0 1px 0;
    border-color: #DDDDDD;
    border-style: solid;
}

.row-striped .btn {
    margin: 5px 0 7px;
}

.alert-danger {
	color: #FFF;
	padding: 15px 25px;
}

.alert-danger h3 {
	color: #FFF;
}

.alert p.mb30 {
	margin-bottom: 30px;
}

.alert .cta-container {
	margin-top: 25px;
}

.alert .cta-container span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

.dashboard-alert {
	padding: 0;
}

.user-free i.fa-circle {
	color: #E54545;
}

.user-free i.fa-dollar {
	color: #FFF;
}

.download-app-image {
	margin: 0 20px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.25);
}

@media only screen and (max-width: 992px) {
	.download-app-image {
		display: none;
	}
}

/* Signup Page Tweaking */

#signup > .container:first-of-type {
	padding-top: 60px;
}

#signup .signup-title {
	margin-bottom: 30px;
}

.signup-title h3 {
	font-size: 26px;
}

#signup section h2 {
	font-size: 38px;
	margin-bottom: 15px;
}

#signup p.lead {
	font-family: "noto_serifitalic";
	font-size: 22px;
	letter-spacing: -0.25px;
}

#signup2.signup0429 .plan {
	background: #F5F8FA;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 3px 0 0 rgba(0,0,0,.15);
}

#signup2.signup0429 .plan.selected,
#signup2.signup0429 .plan.selected:hover,
#signup2.signup0429 .plan.selected:focus {
	border: 1px solid rgba(0,0,0,.1);
}

#signup2.signup0429 .ribbon {
	position: absolute;
    top: 26px;
    right: -47px;
    left: auto;
    width: 200px;
    color: #FFFFFF;
    background: #E54545;
    font-family: 'noto_sansbold';
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
}

#signup2.signup0429 .selected .ribbon {
	background: #6ECC5C;
}

#signup2.signup0429 #plan-yearly {
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -20px;
}

#signup2.signup0429 #signup-s2 .form-group {
	margin-bottom: 0;
}

#signup-side {
	padding-left: 20px;
}

#signup-side h3 {
	color: #666;
	margin-bottom: 15px;
}

h3.second {
	margin-top: 30px;
}

.signup-question p {
	font-size: 14px;
	line-height: 1.3;
	color: #AAA;
}

.signup-question h5 {
	margin-bottom: 4px;
	color: #666;
}

.signup-bubble {
	margin-bottom: 18px;
}

.signup-bubble p {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
	line-height: 1.3;
	color: #888;
}

.signup-bubble cite {
	color: #999;
	font-size: 12px;
	display: block;
	font-style: normal;
	text-align: right;
	text-transform: uppercase;
}

.signup-trusted {
	margin-bottom: 24px;
}

#signup-side h3:first-of-type {
	margin-top: 10px;
}

#signup2 footer {
	padding: 40px 0 20px;
}

@media only screen and (max-width: 767px) {
	#signup2.signup0429 p.emot {
		padding-top: 10px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 991px) {
	#signup2.signup0429 #plan-yearly {
		margin: 0 auto 30px;
	}

	.signup-trusted {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.billed {
		font-size: 15px;
		letter-spacing: -.5px;
	}
}

@media only screen and (min-width: 992px) {
	img.tall {
		max-height: 600px;
	}
}

.review {
	background: #F5F8FA;
	padding: 15px;
	margin-bottom: 15px;
}

.review-logo {
	margin-bottom: 10px;
}

.review-date {
	font-size: 14px;
	color: #999;
}

.reviews h1 {
	margin-bottom: 30px;
}

.no-mt {
	margin-top: 0;
}

.no-mb {
	margin-bottom: 0;
}

.btn.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}

.btn small {
	display: block;
	font-size: 14px;
	text-transform: none;
	font-family: "noto_sansregular", sans-serif;
}

.graphs2 h3 {
	margin-top: 20px;
	margin-bottom: 0;
}

.testimonial p:before { content: "“"; }
.testimonial p:after { content: "”"; }

.testimonial {
	font-family: "noto_serifitalic";
	padding: 20px 30px;
	margin-bottom: 16px;
	background: #F5F8FA;
	border-left: 3px solid #39ACE6;
}

.testimonial h2,
.testimonial h3 {
	margin-top: 10px;
}

.testimonial cite {
	display: block;
	font-family: "noto_sansregular";
	font-style: normal;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 8px;
	opacity: .75;
}

.review {
	padding: 20px;
}

.review p {
	line-height: 24px;
	margin-bottom: 6px;
}

.question {
	background: #F5F8FA;
	padding: 12px 20px;
	margin-bottom: 16px;
}

.question h4 {
	margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
	#hp-reviews .col-sm-3.text-center .review-logo,
	#hp-reviews .col-sm-3.text-center .review-date,
	#hp-reviews .col-sm-3.text-center img {
		display: block;
		margin: 0 auto;
	}

	#hp-reviews .col-sm-3.text-center .review-logo,
	#hp-reviews .col-sm-3.text-center .review-date {
		margin-bottom: 12px;
	}
}

a.all {
	position: relative;
	top: -5px;
	font-size: 12px;
	font-family: "noto_sansregular";
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 2px 6px;
	margin-left: 6px;
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #AAA;
	transition: color .1s, border-color .1s;
}

a.all:hover,
a.all:focus {
	text-decoration: none;
	color: #666;
	border-color: #999;
}

@media only screen and (max-width: 991px) {
	#hp-testimonials {
		margin-top: 40px;
	}
}

#trusted {
	height: 107px;
	background: #F5F8FA;
	border-top: 1px solid #e1e4e5;
	border-bottom: 1px solid #e1e4e5;
}

#trusted section {
	padding: 0;
}

#trusted img {
	position: relative;
}

#trust-signal-wired { top: 33px; }
#trust-signal-time { top: 24px; }
#trust-signal-bestvpn { top: 19px; }
#trust-signal-b2c { top: 24px; }
#trust-signal-success { top: 37px; }
#trust-signal-syndey { top: 40px; }

@media only screen and (max-width: 767px) {
	#trusted {
		height: auto;
		padding: 30px 0;
	}

	#trusted img,
	.trusted img {
		margin-bottom: 30px;
	}

	#trusted img#trust-signal-syndey,
	.trusted img#trust-signal-syndey {
		margin-bottom: 0;
	}

	#trust-signal-wired, #trust-signal-time, #trust-signal-bestvpn, #trust-signal-b2c, #trust-signal-success, #trust-signal-syndey {
		top: 0;
	}
}

a.ghost {
	color: #666;
	padding: 10px;
	border: 1px solid #AAA;
	border-radius: 4px;
}

a.ghost:hover,
a.ghost:focus {
	text-decoration: none;
}

.modal-footer form {
	margin-left: 10px;
}


#refund-transaction-btns label {
    float: left;
}

#press h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

#press #social i.fa {
	font-size: 38px;
	margin-right: 6px;
	padding-top: 4px;
}

#press #social a:last-of-type i.fa {
	margin-right: 0;
}

hr {
	height: 1px;
	border-top: 1px solid #CCC;
	margin: 40px 0;
}

.asset {
	text-align: center;
	margin-bottom: 30px;
}

.asset div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #CCC;
	margin-bottom: 6px;
	background: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/transparent-bg.png) top left repeat;
}

#banners .asset div {
	height: 200px;
}

#banners .asset img {
	max-height: 198px;
}

#screenshots .asset div {
	overflow: hidden;
}

#screenshots .asset img {
	max-height: 398px;
}

.what-is-vpn-img {
	margin: 20px 0 30px;
}

.devices-img {
	margin-top: 8px;
}

ul.unstyled {
	list-style: none;
	padding-left: 0;
}

h2.kpi {
	color: #EE0000;
	margin: 0;
}

h4.oldkpi {
	margin: 0;
	margin-top: 20px;
}

.top-button {
	float: right;
}

@media only screen and (max-width: 767px) {
	.top-button {
		float: none;
		margin: 0 0 8px 0;
	}
}

.btn {
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,.35);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}

.btn:hover,
.btn:focus {
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,.35);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}

.btn-xs {
	font-size: 12px;
	padding: 1px 5px;
}

.btn-md {
	font-size: 16px;
	padding: 7px 14px;
}

.btn-info {
	background: #39ACE6;
}

.btn-danger {
	background: #E54545;
}

.btn-success {
	background: #6ECC5C;
}

.btn-info:hover,
.btn-info:focus {
	background: #3084BF;
}

.btn-danger:hover,
.btn-danger:focus {
	background: #B33636;
}

.btn-success:hover,
.btn-success:focus {
	background: #4C9945;
}

.label {
	font-family: "noto_sansbold", sans-serif;
	padding: 3px 6px;
}

td .label {
	position: relative;
	top: -1px;
}

strong.username {
	font-size: 20px;
}

.card table {
	margin-bottom: 0;
}

.card table>thead>tr>th {
	font-family: "noto_sansbold", sans-serif;
	background: #EBEBEB;
	line-height: 1.1;
	vertical-align: middle;
	letter-spacing: -0.25px;
}

.card .table-striped>tbody>tr:nth-child(odd) {
	background: #FDFDFD;
}

.allcaps {
	text-transform: uppercase;
}

#profile-card h2 {
	margin-bottom: 15px;
}

#profile-card table {
	background: #FDFDFD;
}

#profile-card table tr td:first-of-type {
	font-family: "noto_sansbold", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.adminbase .well h3 {
	margin: 0 auto 20px;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.modal-footer button,
.modal-footer a.btn {
	margin-top: 0;
	margin-bottom: 0;
}

.modal-footer label {
	float: left;
}

#hints div,
#cf_os_container,
#cancel_sub_other_reason,
#refund_other_reason,
#set_reminder_other_reason,
#edit_reminder_other_reason,
#modify_refund_reason_other_reason,
#modify_cancel_reason_other_reason {
	display: none;
}

#downloads-list .btn-lg {
	margin-bottom: 12px;
	padding: 15px 25px;
	text-transform: none;
}

/* tracking pixel */
#service-event {
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#wrapper {
    padding: 0;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 220px;
    width: 50px;
    height: 100%;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #1d2326;
    background: -moz-linear-gradient(left, #222a2e 0%, #1d2326 100%);
	background: -webkit-linear-gradient(left, #222a2e 0%, #1d2326 100%);
	background: linear-gradient(to right, #222a2e 0%, #1d2326 100%);
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    padding-left: 50px;
    width: 100%;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/**/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li a {
    display: block;
    margin-left: 5px;
    padding: 10px 15px 10px 10px;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

/*.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}*/

.nav-pills.nav-stacked li > a > span {
	opacity: 0;
	transition: all 0.5s;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 220px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 220px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
    	padding: 0;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: -50px;
    }

    .nav-pills.nav-stacked li > a > span {
		opacity: 1;
	}
}

.sidebar-nav .nav-pills li {
	text-transform: uppercase;
	font-size: 14px;
}

.sidebar-nav .nav-pills > li > a {
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.sidebar-nav .nav-pills > li.active > a,
.sidebar-nav .nav-pills > li.active > a:hover,
.sidebar-nav .nav-pills > li.active > a:focus {
	color: #FFF;
	background: #45CBE5;
	background: -moz-linear-gradient(left, #45CBE5 0%, #297ACC 100%);
	background: -webkit-linear-gradient(left, #45CBE5 0%, #297ACC 100%);
	background: linear-gradient(to right, #45CBE5 0%, #297ACC 100%);
}

.table .table {
	margin-bottom: 0;
}

#table-servers td.first {
	vertical-align: middle;
}

.admin-actionbar {
	background: #2c363b;
	margin-bottom: 20px;
	padding: 10px 15px;
	box-shadow: 0 2px 6px rgba(38,47,51,.5);
}

.admin-actionbar button {
	margin: 0 0 0 8px;
}

.admin-actionbar form {
	margin-bottom: 0;
}

.admin-actionbar .form-control {
	height: 47px;
}

body.adminpanel {
	background: #E6EEF2;
}

.adminpanel .well {
	background: #FFF;
}

.adminpanel .card {
	/*border: 1px solid #CCC;*/
	background: #FFF;
	padding: 10px 12px;
	margin-bottom: 15px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
}

.admin-actionbar .input-group-addon {
	font-family: "noto_sansbold";
	text-transform: uppercase;
	letter-spacing: -0.5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.admin-actionbar .options {
	/*background: #FFF;*/
	padding: 12px 1px;
	line-height: 1;
}

.admin-actionbar .options .form-group {
	margin-bottom: 0;
}

.admin-actionbar label {
	top: auto;
	left: auto;
	color: #FFF;
	background: none;
	font-size: 16px;
	margin: 0 10px 0 0;
	padding: 0;
	text-transform: none;
	transition: color .2s;
}

.admin-actionbar input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
}

.admin-actionbar input[type="checkbox"]:hover {
	cursor: pointer;
}

.admin-actionbar label span {
	position: relative;
	top: -4px;
}

.admin-actionbar label:hover {
	cursor: pointer;
	color: #39ACE6;
}

.card-title {
	margin: 0 0 14px;
	padding: 0 0 6px;
	font-size: 14px;
	font-family: "noto_sansbold";
	letter-spacing: -0.5px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDD;
}

.card-title span.label {
	letter-spacing: 0;
	position: relative;
	top: -2px;
	left: 4px;
}

.label-lg {
	font-size: 16px;
}

@media only screen and (min-width: 992px) {
	#commissions-buttons {
		text-align: right;
	}
}

.alert-primary {
	background: #297ACC;
	border-left: 5px solid #297ACC;
}

.alert-primary.alert-dismissible .close {
	color: #FFF!important;
}

.alert-primary.alert-dismissible .close span {
	font-size: 20px;
}

.bt-upgrade-offer #bt-upgrade-bg,
.cancel-thankyou #thankyou-bg {
	background: url(/National_Library/20170827070107oe_/https://buffered.com/static/newdesign2/images/bt-upgrade-bg.png) top center no-repeat;
	/*background-size: cover;*/
}

.bt-upgrade-offer #bt-upgrade-text-bg,
.cancel-thankyou #thankyou-text-bg {
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 25px rgba(57,132,230,.25);
	padding-top: 40px;
}

.bt-upgrade-offer h1,
.cancel-thankyou h1 {
	display: inline-block;
	text-align: center;
	font-size: 86px;
	line-height: 1.4;
	letter-spacing: -7px;
	margin-top: 0;
}

.bt-upgrade-offer h2 {
	margin-bottom: 20px;
}

.bt-upgrade-offer h2 span {
	display: inline-block;
	color: #444;
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 0;
}

.bt-upgrade-offer #bt-upgrade-giftbox {
	background: rgba(255,255,255,.5);
	padding: 30px 0 50px;
	margin: 30px 0 40px;
	border-top: 1px solid #39ACE6;
	border-bottom: 1px solid #39ACE6;
	display: flex;
	align-items: flex-end;
}

.bt-upgrade-offer #bt-upgrade-giftbox img {
	margin-right: 40px;
}

.bt-upgrade-offer #bt-upgrade-giftbox img + div {
	align-self: flex-end;
}

.bt-upgrade-offer #bt-upgrade-section,
.cancel-thankyou #thankyou-section {
	padding: 0;
}

.bt-upgrade-offer #bt-upgrade-h1span,
.cancel-thankyou #thankyou-h1span {
	display: block;
	font-size: 40px;
	letter-spacing: -3px;
	line-height: 1.2;
	text-transform: uppercase;
	border-top: 2px solid #39ACE6;
}

.bt-upgrade-offer #bt-upgrade-h1span em,
.cancel-thankyou #thankyou-h1span em {
	font-style: normal;
	color: #39ACE6;
}

.bt-upgrade-offer #bt-upgrade-send-offer {
	padding: 16px 40px;
	font-size: 24px;
}

.bt-upgrade-offer #bt-upgrade-disclaimer {
	margin-top: 20px;
	color: #999;
}

.bt-upgrade-offer #bt-upgrade-disclaimer p {
	line-height: 1.2;
}

@media only screen and (max-width: 640px) {
	.bt-upgrade-offer h1 {
		font-size: 48px;
		line-height: 1.4;
		letter-spacing: -4px;
		margin-bottom: 30px;
	}
	.bt-upgrade-offer #bt-upgrade-h1span {
		font-size: 26px;
		letter-spacing: -2px;
	}
	.bt-upgrade-offer #bt-upgrade-giftbox {
		display: block;
		text-align: center;
	}
	.bt-upgrade-offer #bt-upgrade-giftbox img {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.country-select-flag {
    top: 40px;
    position: absolute;
    right: 40px;
    background-position: 0 -9999px
}

.flag-none {
    background: none!important;
}

#userinfo-flag {
    top: 8px;
    right: 0;
}

#spreedly-add-payment-form {
	display: inline;
}

#spreedly-company-name {
    letter-spacing: -0.5px;
}

.spreedly-label {
    background: none;
}

.tr-tooltip th a {
	color: #555;
}

.tr-tooltip th a:hover {
	color: #444;
	cursor: pointer;
	text-decoration: none;
}

.tr-tooltip .tooltip-inner {
	font-size: 14px;
	letter-spacing: 0;
}

#commissions-help-label {
	position: relative;
	top: 11px;
	left: 10px;
}

#commissions-help-label:hover {
	cursor: pointer;
}

#help-alert {
	display: none;
	margin-top: 12px;
}

.alert-primary a {
	color: #FFF;
	text-decoration: underline;
}

.affiliate-nick {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.affiliate-nick .avatar {
	height: 120px;
	width: 120px;
}

.affiliate-nick p {
	text-align: right;
	margin-right: 10px;
}

.aff-sidebar h4,
.aff-sidebar p {
	color: #666;
}

table.aff-table.signup tr th,
table.aff-table.signup tr td {
	padding: 8px 16px;
	vertical-align: middle;
}

#spreedly-errors {
	padding-top: 12px;
}

.toplabel {
	z-index: 20;
}

.maxheight {
	height: 100% !important;
}

.signup-checkmark {
	position: absolute;
	top: 10px;
	left: 14px;
	color: #6ECC5C;
}

.plan {
	border-width: 8px;
	border-radius: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.filter-button {
	font-size: 28px;
}

.add-filter {
	color: #33bb22;
	margin-top: 34px;
}

.remove-filter {
	color: #ff4c4c;
	margin-top: 34px;
}
.cancel-1-item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #DDD;
}

.cancel-1-item--final {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.cancel-1-item--left .cancel-1-item-img {
	margin-right: 70px;
}

.cancel-1-item--right .cancel-1-item-img {
	margin-left: 70px;
}

.cancel-1-item h3 {
	margin-bottom: 15px;
}

.cancel-1-item p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.5px;
}

.cancel-1-item-img {
	width: 200px;
}

.cancel-1-item-text {
	width: calc(100% - 270px);
}

.cancel-2-item {
	padding: 20px 25px;
	margin-bottom: 40px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	border-radius: 4px;
	background-color: #F5F8FA;
}

.cancel-2-item-title {
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.cancel-2-item-title h3 {
	margin-top: 0;
	margin-left: 20px;
	line-height: 1.15;
}

.cancel-2-item-img {
	height: 80px;
}

.cancel-3-item img {
	width: 125px;
	margin-bottom: 20px;
}

.cancel-3-item p {
	line-height: 1.4;
}

table#why-buffered {
	text-align: center;
}

table#why-buffered th {
	font-family: "noto_sansbold";
	font-size: 18px;
	text-align: center;
	letter-spacing: -0.5px;
}

table#why-buffered tr td i.fa.green {
	color: #2EE559;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

table#why-buffered tr td i.fa.red {
	color: #E54545;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

table#why-buffered tbody tr td:nth-of-type(2) {
	background-color: rgba(255,255,255,.1);
}

#th-buffered {
	background-color: #EEE;
	color: #297CA6;
}

@media only screen and (max-width: 767px) {
	.cancel-1-item {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.cancel-1-item-img {
		width: 120px;
	}
	.cancel-1-item-text {
		width: calc(100% - 140px);
	}
	.cancel-1-item--left .cancel-1-item-img {
		margin-right: 30px;
	}
	.cancel-1-item--right .cancel-1-item-img {
		margin-left: 30px;
	}
}

.contact-form-cancel {
    display: none;
    margin-top: 2rem;
}

.contact-form-cancel-buttons {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}

.contact-form-cancel a.btn {
    margin-top: 0;
    margin-bottom: 6px;
    width: 48%;
}

.contact-form-information {
    display: none;
}

.graphs2-embed ul.pagination li:not(.active) a {
  cursor: pointer;
}

.emphasized {
    color: red;
    font-family: 'noto_sansbold';
}

.review-profile-image {
	border-radius: 100rem;
}

.dropdown-content {
	background-color: white;
	display: none;
	position: absolute;
	z-index: 1;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	border-radius: 4px;
}

.dropdown-content li {
	display: block;
}

.dropdown-content li a {
	text-align: left;
	white-space: nowrap;
	color: #666;
	transition: none;
}

.dropdown-content li a:hover,
.dropdown-content li a:focus {
	background-color: #3084BF;
	color: white;
	cursor: pointer;
	transition: none;
}

.dropdown-content li:first-of-type a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.dropdown-content li:last-of-type a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media only screen and (max-width: 767px) {
	.dropdown i.fa {
		display: none;
	}

	.dropdown:hover .dropdown-content {
		display: none;
	}
}

.worldpay-payment-logo img {
	display: block;
	border-width: 12px 16px 12px 16px;
	border-style: solid;
	border-color: white;
	width: 171px;
}

.worldpay-payment-logo {
	padding: 0;
	margin: 10px;
}

.digicert-logo {
	margin: 10px;
	width: 130px;
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.alert.alert-danger-w-white-link a {
  color: #FFF;
  text-decoration: underline;
}

.checkbox-input i.checked {
  color: #666666;
}

.checkbox-input i.unchecked {
  color: #BFBFBF;
}
.checkbox-input div {
  display: table-cell;
  vertical-align: middle;
}
.checkbox-input input[type="checkbox"] {
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}
.checkbox-input {
  margin-top: 15px;
}
.checkbox-input i {
  cursor: pointer;
}

/* Exit Intent Modal */

#modal-1 {
	background-color: #FFF;
	width: 600px;
	height: 300px;
}

.modal-1-header {
	background-color: #39ACE6;
	height: 72px;
}

.modal-1-header h2 {
	font-family: "noto_sansbold";
	font-size: 28px;
	color: #FFF;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
	padding: 10px 0 2px;
	margin: 0;
}

.modal-1-header p {
	color: #FFF;
	text-align: center;
}

.modal-1-left {
	text-align: center;
}

.modal-1-left {
	float: left;
	width: 300px;
	height: 228px;
	padding: 35px 30px 25px 25px;
	background-color: #1f2b39;
}

.modal-1-left h3 {
	font-size: 30px;
	text-align: left;
	color: #ffc400;
	margin: 0 0 30px;
}

.modal-1-left p {
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
}

.modal-1-left-left {
	float: left;
	margin-top: 3px;
}

.modal-1-left-right {
	float: right;
	width: 115px;
}

.modal-1-right {
	float: right;
	width: 300px;
	height: 228px;
	padding: 25px;
}

.modal-1-right ul li {
	margin-bottom: 10px;
	font-size: 15px;
}

#exit-modal-get-started {
	display: block;
	padding: 9px;
	font-size: 20px;
	font-family: 'noto_sansbold';
	letter-spacing: -0.5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #4c3c08;
	background: #ffc400;
	border-radius: 4px;
	transition: color .2s, background-color .2s;
	margin-top: 30px;
}

#exit-modal-get-started:hover,
#exit-modal-get-started:focus {
	color: #6B591F;
	background: #D9B53F;
	text-decoration: none;
}

#exit-modal-no-thanks {
	color: #999;
	display: block;
	text-align: center;
	margin-top: 3px;
}
