/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
nav,
section {
    display: block
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

img {
    border: 0
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href^="#"]:after {
        content: ""
    }
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: proxima-nova, "proxima nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

a {
    color: #5bc0de;
    text-decoration: none
}

a:focus,
a:hover {
    color: #28a1c5;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h2,
h3,
h4,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h2,
h3 {
    margin-top: 24px;
    margin-bottom: 12px
}

h4,
h6 {
    margin-top: 12px;
    margin-bottom: 12px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 20px
}

h6 {
    font-size: 14px
}

p {
    margin: 0 0 12px
}

.text-center {
    text-align: center
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1030px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .header .container {
        width: 100%!important
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-sm-12,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-xs-12,
.footer-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12,
.footer-col {
    float: left
}

.footer-col {
    width: 50%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .col-sm-12,
    .col-sm-4,
    .col-sm-6,
    .col-sm-8 {
        float: left
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active {
    background-image: none
}

.btn-danger {
    color: #fff;
    background-color: #c8252c;
    border-color: #c8252c
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #a61f24;
    border-color: #941b21
}

.btn-danger:active {
    background-image: none
}

.btn-danger:focus,
.btn-danger:hover {
    background-color: #eb4136;
    border-color: #eb4136
}

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//d39kb1fcbt5kgr.cloudfront.net/assets/bootstrap_3.0/glyphicons-halflings-regular-32311f8fa422d2193e050f66cebd5d71.eot);
    src: url(//d39kb1fcbt5kgr.cloudfront.net/assets/bootstrap_3.0/glyphicons-halflings-regular-32311f8fa422d2193e050f66cebd5d71.eot?#iefix) format("embedded-opentype"), url(//d39kb1fcbt5kgr.cloudfront.net/assets/bootstrap_3.0/glyphicons-halflings-regular-cd5010fd73e05d3005f091ab036bcc1f.woff) format("woff"), url(//d39kb1fcbt5kgr.cloudfront.net/assets/bootstrap_3.0/glyphicons-halflings-regular-b7174678f8610a2ff8c37a4f649ff780.ttf) format("truetype"), url(//d39kb1fcbt5kgr.cloudfront.net/assets/bootstrap_3.0/glyphicons-halflings-regular-d1ab7d6e7a580f7d921cd58f414d87d9.svg#glyphicons_halflingsregular) format("svg")
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 24px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 200
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
}


/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(//d39kb1fcbt5kgr.cloudfront.net/assets/fontawesome-webfont-5afcfbefeb4ce18da66b25e6310b72e4.eot?v=4.5.0);
    src: url(//d39kb1fcbt5kgr.cloudfront.net/assets/fontawesome-webfont-5afcfbefeb4ce18da66b25e6310b72e4.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(//d39kb1fcbt5kgr.cloudfront.net/assets/fontawesome-webfont-b143e8f5dcf96a739b2627d522b6af2a.woff2?v=4.5.0) format("woff2"), url(//d39kb1fcbt5kgr.cloudfront.net/assets/fontawesome-webfont-b061adf4f548e445fa2f3d68b00e0097.woff?v=4.5.0) format("woff"), url(//d39kb1fcbt5kgr.cloudfront.net/assets/fontawesome-webfont-a5bce54aab7048671694b65de6883821.ttf?v=4.5.0) format("truetype"), url(//d39kb1fcbt5kgr.cloudfront.net/assets/fontawesome-webfont-c7fe5d55e0c47c48aa839e2c49a43df5.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.btn {
    white-space: normal
}

.btn-group .btn {
    margin-left: 2px;
    margin-right: 2px
}

html {
    background: #222
}

@media print {
    html {
        background: #fff
    }
}

.navbar {
    margin-bottom: 0;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 4px solid #543018;
    padding-top: 10px;
    border-bottom: 1px solid transparent;
    border-left: 0;
    border-right: 0
}

@media (min-width:768px) {
    .navbar {
        padding: 18px 0 14px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.logo {
    margin-top: 0!important;
    width: auto!important;
    height: 50px;
    display: block
}

.logo img {
    width: auto!important;
    height: 60px!important;
    margin-top: -6px
}

@media (max-width:767px) {
    .logo {
        margin-bottom: 12px;
        margin-left: 15px
    }
}

footer {
    background: #222;
    padding: 30px 0
}

footer a {
    display: block;
    color: #fff;
    margin: .5em 0
}

footer h6 {
    color: #b9121b;
    font-weight: 700;
    font-size: 1.2em
}

.tagline {
    color: #555
}

footer .menu {
    margin-bottom: 1em
}

@media (max-width:320px) {
    .footer-col {
        width: 100%
    }
}

.btn-get {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px
}

@media (max-width:767px) {
    .btn-get {
        display: block
    }
}

h2 {
    font-size: 36px;
    font-weight: 700
}

@media (max-width:991px) {
    h2 {
        font-size: 25.704px
    }
}

h3 {
    margin: 24px 0 12px;
    line-height: 1.25em;
    font-size: 28px;
    font-weight: 400
}

@media (max-width:991px) {
    h3 {
        font-size: 22.848px
    }
}

h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35em
}

@media (max-width:991px) {
    h4 {
        font-size: 18.36px
    }
}

.text-light {
    color: #ddd
}

.text-light p {
	margin-top: 20px;
	padding: 0 20%;
}

.jumbotron {
    padding-left: 0;
    padding-right: 0
}

.container.medium-sized {
    max-width: 700px
}

.col-single {
    max-width: 600px;
    margin: 0 auto
}

@media (max-width:767px) {
    .col-single {
        max-width: 100%;
        margin: 0 15px
    }
}

section {
    width: 100%;
    padding: 60px 0
}

@media (max-width:767px) {
    section {
        padding: 30px 0
    }
}

@media (max-width:767px) {
    a.btn {
        margin: 5px 0
    }
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.jumbotron.dark {
    color: #fafafa;
    background: #222 url(//d39kb1fcbt5kgr.cloudfront.net/assets/public/bg-dark-638081ec75f85d199d11587bdd436eda.png) left top repeat
}

.jumbotron.black {
    background-color: #000
}

.private-vpn section.no-top-padding {
    padding-top: 0
}

#learn_more .btn-group .btn {
    margin-bottom: 10px
}

.logless-vpn .red {
    color: #eb4136
}

section.grey {
    background: #fafafa
}

section.grey2 {
    background: #f4f4f4
}

@media (max-width:767px) {
    img.img-center {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    h2.text-center-xs {
        text-align: center
    }
}

@media (max-width:767px) {
    .text-center-xs {
        text-align: center
    }
}

.m-t-0 {
    margin-top: 0
}

.m-b-0 {
    margin-bottom: 0
}

.p-t-0 {
    padding-top: 0
}

img.img-center {
    margin-left: auto;
    margin-right: auto
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}