*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Whitney SSm A', 'Whitney SSm B', 'Arial', sans-serif;
  font-style: normal;
  color: #444;
}
body.index {
  background-color: #2d39ae;
}
body.api {
  background-color: #fff;
}
body.aws {
  background-color: #1b073f;
}
body.infrastructure {
  background-color: #3b0011;
}
body.platforms {
  background-color: #251a4c;
}
body.terms {
  background-color: #fff;
}
body.security {
  background-color: #4e0010;
}
body.sso {
  background-color: #660d25;
}
a {
  color: #2e4153;
  transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #19242e;
}
thead tr th {
  font-weight: 400;
}
video {
  outline: none;
}
img.small {
  width: 50% !important;
}
img.medium {
  width: 75% !important;
}
.title {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 20px;
}
h3.title {
  font-size: 23px;
}
strong {
  font-weight: 500;
}
.btn {
  transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #293a4a;
  border: 1px solid #293a4a;
  color: #fff;
}
.btn-theme:hover {
  background: #22303d;
  border: 1px solid #1f2c38;
  color: #fff;
}
.btn,
.alert,
.promo .overview .btn-group li a,
.features .content,
.features .content-overlay,
.install .server-auto img,
.install .server-auto input,
.install .client img,
.use-cases .item,
.editor,
.faq .item,
.api-endpoint pre,
.tutorial pre {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.label-title {
  position: relative;
}
.new-label {
  padding-bottom: 5px;
  background-color: #d81010;
  position: absolute;
  margin: -5px 0 0 2px;
  font-size: 18px;
}
.social-icons {
  list-style: none;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li a:last-child {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 30px;
  text-align: center;
  padding: 0;
}
.social-icons .mail .fa:before {
  font-size: 26px;
}
.offset-header {
  padding-top: 100px;
}
.navbar-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header {
  padding: 15px 0;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  transition: .25s padding ease-in-out, .25s background ease-in-out;
}
.header.header-top {
  padding: 30px 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header .container {
  transition: .25s padding ease-in-out, .25s background ease-in-out;
}
.header.header-top .container {
  padding-right: 15px !important;
}
.header h1.logo {
  margin-bottom: 0;
  font-size: 55px;
  max-height: 50px;
  margin-top: -16px;
}
.header h1.logo .logo-title {
  font-family: 'Fredoka One', cursive;
  vertical-align: middle;
  color: #2e4153;
  transition: .25s color ease-in-out, .25s font-size ease-in-out;
}
.header.header-top h1.logo .logo-title {
  font-size: 64px;
  color: #fff;
}
.header a,
.header a:hover,
.header a:focus,
.header a:active {
  border: 0;
  outline: none;
  text-decoration: none;
}
.header .main-nav button {
  background: #2e4153;
  color: #fff !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: .25s background ease-in-out;
}
.header.header-top .main-nav button {
  background: #fff;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header.header-top .main-nav button .icon-bar {
  background-color: #2e4153;
  transition: .25s background ease-in-out;
}
/*.header .main-nav .nav li+li::before {
  content: '•';
  position: absolute;
  top: 15px;
  left: -8px;
  color: #444;
}
.header.header-top .main-nav .nav li+li::before {
  top: 16px;
  color: #fff;
}*/
.navbar-collapse {
  padding-right: 0;
}
.nav-item-wide {
  display: none !important;
}
.nav-item-narrow {
  display: block !important;
}
.header .main-nav .nav .nav-item {
  font-weight: 400;
  text-transform: uppercase;
}
.header .main-nav .nav .nav-item a {
  color: #444;
  padding-left: 3px;
  padding-right: 3px;
  transition: .25s color ease-in-out, .25s font-size ease-in-out;
  display: inline-block;
}
.header .main-nav .nav .nav-item.last:after{
  content: '';
}
.header .main-nav .nav .nav-item:first-child a {
  padding-left: 0;
}
.header.header-top .main-nav .nav .nav-item a,
.header.header-top .main-nav .nav .nav-item:after {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}
.header.header-top .main-nav .nav .nav-item a:hover {
  color: #fff;
}
.header .main-nav .nav .nav-item a:hover {
  color: #2e4153;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
.header.header-top .navbar-collapse {
  padding-left: 0;
  margin-right: 0 !important;
  transition: .25s margin-right ease-in-out;
}
.navbar-collapse.in {
  overflow-x: hidden;
}
.header .twitter-logo,
.header .github-logo {
  z-index: 2000;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  display: none;
  opacity: 0.9;
  visibility:visible;
  transition: .25s opacity ease-in-out;
}
.header.header-top .twitter-logo,
.header.header-top .github-logo {
  opacity: 0;
  visibility: hidden;
}
.header .github-logo {
  right: 80px;
}
.header .twitter-logo:hover,
.header .github-logo:hover {
  opacity: 1;
}
.header.header-top .twitter-logo:hover,
.header.header-top .github-logo:hover {
  opacity: 0;
}
.header .twitter-logo img,
.header .github-logo img {
  width: 84px;
}
.header .twitter-logo i {
  margin-top: 10px;
  margin-right: 13px;
  font-size: 60px;
  opacity: 0.6;
}
.header .github-logo i {
  margin-top: 10px;
  font-size: 60px;
  opacity: 0.6;
}

.diagram-box {
  width: 100%;
  padding: 5px;
}
.diagram-box-outer {
  padding: 0;
}
.diagram {
  width: 100%;
  position: relative;
}
.diagram .part,
.diagram .part-glow {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.diagram-3 {
  margin-top: 2px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50%;
}
.diagram-3 .part-0,
.diagram-3 .part-1,
.diagram-3 .part-2,
.diagram-3 .part-3,
.diagram-3 .part-4 {
  opacity: 1;
}
.diagram-3 .part-0-glow,
.diagram-3 .part-1-glow,
.diagram-3 .part-2-glow,
.diagram-3 .part-3-glow,
.diagram-3 .part-4-glow {
  opacity: 1;
}
.diagram-3 .part-0,
.diagram-3 .part-2,
.diagram-3 .part-4 {
  background-size: 28% auto;
  background-image: url('../img/pritunl_diagram3.png');
}

.diagram-3 .part-1,
.diagram-3 .part-3 {
  background-size: 37.4% auto;
  background-image: url('../img/pritunl_diagram3_line.png');
}

.diagram-3 .part-0-glow,
.diagram-3 .part-2-glow,
.diagram-3 .part-4-glow {
  background-size: 28% auto;
  background-image: url('../img/pritunl_diagram3_glow.png');
}

.diagram-3 .part-1-glow,
.diagram-3 .part-3-glow {
  background-size: 37.4% auto;
  background-image: url('../img/pritunl_diagram3_line_glow.png');
}

.diagram-3 .part-0,
.diagram-3 .part-0-glow {
  background-position: 0.8% 61.6%;
}
.diagram-3 .part-1,
.diagram-3 .part-1-glow {
  background-position: 21.8% 86.5%;
}
.diagram-3 .part-2,
.diagram-3 .part-2-glow {
  background-position: 49.9% 49.5%;
}
.diagram-3 .part-3,
.diagram-3 .part-3-glow {
  background-position: 78.3% 18.5%;
}
.diagram-3 .part-4,
.diagram-3 .part-4-glow {
  background-position: 99% 37%;
}
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  background: #a1a1a1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-control-paging li a:hover {
  background: #2e4153;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #2e4153;
}
.flexslider .slides li {
  position: relative;
}
.promo-short-background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
}
.contact-us,
.discussion-board {
  bottom: 0;
  right: 10px;
  padding: 5px 8px;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  display: block;
  color: #fff;
  background-color: #445680;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.discussion-board {
  background-color: #e33535;
  right: 172px;
}
.contact-us:hover,
.contact-us:active,
.contact-us:focus,
.discussion-board:hover,
.discussion-board:active,
.discussion-board:focus {
  color: #fff;
  text-decoration: none;
}
.contact-us:active {
  color: #ceddff;
}
.promo-short.abstract0 {
  background-color: #120b7b;
}
.promo-short.abstract0 .promo-short-background-img {
  background-image: url('../img/abstract0.jpg');
  opacity: 0.6;
}
.promo-short.abstract1 {
  background-color: #380024;
}
.promo-short.abstract1 .promo-short-background-img {
  background-image: url('../img/abstract1.jpg');
  opacity: 0.5;
}
.promo-short.abstract2 {
  background-color: #350014;
}
.promo-short.abstract2 .promo-short-background-img {
  background-image: url('../img/abstract2.jpg');
  opacity: 0.3;
}
.promo-short.abstract3 {
  background-color: #000;
}
.promo-short.abstract3 .promo-short-background-img {
  background-image: url('../img/abstract3.jpg');
  opacity: 0.4;
}
.promo-short.abstract4 {
  background-color: #350014;
}
.promo-short.abstract4 .promo-short-background-img {
  background-image: url('../img/abstract4.jpg');
  opacity: 0.8;
}
.promo-short .img-overlay-box,
.promo-short .promo-short-img {
  width: 50%;
  margin: 10px auto;
}
.promo-short .promo-short-img.promo-unifi {
  width: 40%;
}
.promo-short .img-overlay-box img {
  width: 100%;
}
.promo {
  color: #fff;
  position: relative;
  background-color: #101527;
  overflow: hidden;
}
.promo-background-color,
.promo-background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-background-img {
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  transform: scale(1.05);
}
.theme0.promo-background-color {
  background: #3d2d9e;
  background: -webkit-linear-gradient(left, #3076d5 0%, #1026a1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3076d5), color-stop(100%, #1026a1));
  background: -moz-linear-gradient(left, #3076d5 0%, #1026a1 100%);
  background: -ms-linear-gradient(left, #3076d5 0%, #1026a1 100%);
  background: -o-linear-gradient(left, #3076d5 0%, #1026a1 100%);
  background: linear-gradient(to right, #3076d5 0%, #1026a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3076d5', endColorstr='#1026a1', GradientType=1);
}
.theme0.promo-background-img {
  background-image: url('../img/pritunl_background3.svg');
  opacity: 0.5;
}
.theme1.promo-background-color {
  background: #18212d;
  background: -webkit-linear-gradient(left, #18212d 0%, #030618 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #18212d), color-stop(100%, #030618));
  background: -moz-linear-gradient(left, #18212d 0%, #030618 100%);
  background: -ms-linear-gradient(left, #18212d 0%, #030618 100%);
  background: -o-linear-gradient(left, #18212d 0%, #030618 100%);
  background: linear-gradient(to right, #18212d 0%, #030618 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18212d', endColorstr='#030618', GradientType=1);
}
.theme1.promo-background-img {
  background-image: url('../img/background9_small.png');
  opacity: 0.5;
}
.theme2.promo-background-color {
  background: #1f0b35;
  background: -webkit-linear-gradient(left, #1f0b35 0%, #501d0c 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1f0b35), color-stop(100%, #501d0c));
  background: -moz-linear-gradient(left, #1f0b35 0%, #501d0c 100%);
  background: -ms-linear-gradient(left, #1f0b35 0%, #501d0c 100%);
  background: -o-linear-gradient(left, #1f0b35 0%, #501d0c 100%);
  background: linear-gradient(to right, #1f0b35 0%, #501d0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f0b35', endColorstr='#501d0c', GradientType=1);
}
.theme2.promo-background-img {
  background-image: url('../img/background10_small.png');
  opacity: 0.26;
}
.theme3.promo-background-color {
  background: #900b0b;
  background: -webkit-linear-gradient(left, #900b0b 0%, #1b711c 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #900b0b), color-stop(100%, #1b711c));
  background: -moz-linear-gradient(left, #900b0b 0%, #1b711c 100%);
  background: -ms-linear-gradient(left, #900b0b 0%, #1b711c 100%);
  background: -o-linear-gradient(left, #900b0b 0%, #1b711c 100%);
  background: linear-gradient(to right, #900b0b 0%, #1b711c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#900b0b', endColorstr='#1b711c', GradientType=1);
}
.theme3.promo-background-img {
  background-image: url('../img/background10_small.png');
  opacity: 0.6;
}
.theme-trans.promo-background-color {
}
.theme-trans.promo-background-img {
}
.promo-video {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
.promo-video video {
  top: 0;
  position: absolute;
  width: 100%;
  min-width: 1050px;
  pointer-events: none;
}
.promo .container {
  padding-bottom: 15px;
}
.promo .overview {
  margin-top: 30px;
  padding: 0 10px;
}
.promo.promo-short .overview {
  text-align: center;
  height: auto !important;
  margin: 80px 0;
}
.promo .overview h2 {
  font-size: 28px;
  margin-bottom: 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.promo .overview .summary {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.promo-short .overview .summary {
  text-align: center !important;
  padding: 30px 10%;
  width: 100% !important;
}
.promo .overview .summary a {
  background-color: rgba(0, 0, 0, 0.23);
  color: #fff;
  padding: 7px 10px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 26px;
}
.promo .overview .summary a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.promo .overview .summary a:active {
  background-color: rgba(255, 255, 255, 0.32);
}
.promo .overview .download-area {
  text-align: center;
}
.promo .overview .btn-group {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}
.promo .overview .btn-group li {
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}
.promo .overview .btn-group li a {
  color: #0a1925;
  border: 2px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: block;
  width: 170px;
  height: 56px;
  font-size: 34px;
  text-align: center;
  padding-top: 2px;
  font-family: 'Fredoka One', cursive;
}
.promo .overview .btn-group li:first-child a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.promo .overview .btn-group li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.promo .overview .btn-group li:first-child a:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.promo .back {
  position: absolute;
  margin-top: 90px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.promo .back img {
  width: 1000px;
  margin-top: 40px;
  margin-left: 160px;
}
.img-overlay {
  position: absolute;
  left: 0;
  top: 0;
}
.img-overlay-box {
  position: relative;
}
.features {
  padding: 50px 0;
}
.features .title {
  color: #2a2a2a;
}
.features .item p {
  font-weight: 300;
  color: #343434;
}
.feature-list {
  background-color: #17354e;
}
.feature-list .title {
  color: #e1e8f3;
}
.feature-list .item p {
  color: #dee5f1;
}
.features .item {
  text-align: center;
}
.features .item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.features .item .img-sponsor {
  margin-top: 20px;
  max-width: 100%;
  width: 440px;
}
.features.feature-simple {
  background-color: #fdfafe;
  background-image: url('../img/pritunl_pattern2.svg');
  background-size: 80px;
}
.wiki {
  text-align: center;
  padding-bottom: 20px;
}
.features.feature-simple .btn,
.explore .btn {
  margin-top: 15px;
  background-color: #ca3336;
  color: #fff;
  font-size: 20px;
}
.features.feature-simple .btn:hover,
.explore .btn:hover {
  background-color: #a52628;
}
.features.feature-simple .btn.get-started,
.wiki .btn,
.features.feature-list .btn {
  margin-top: 30px;
  background-color: #3eb4ff;
  color: #fff;
  min-width: 260px;
}
.features.feature-simple .btn.get-started {
  font-size: 38px;
}
.wiki .btn:hover,
.features.feature-simple .btn.get-started:hover {
  background-color: #2d93d4;
}
.features.feature-list .btn {
  background-color: rgba(255, 255, 255, 0.13);
}
.features.feature-list .btn:hover {
  background-color: rgba(0, 0, 0, 0.18);
}
.features.feature-simple .feature-after {
  opacity: 0;
}
.features .feature-desc {
  font-size: 26px;
  text-align: center;
  padding: 0 30px;
  position: relative;
}
.features.feature-dis {
  overflow: hidden;
  padding: 0;
  background-color: #242629;
  background-image: url('../img/pritunl_pattern0.svg');
  background-size: 120px;
}
.features.feature-dis .feature-img .title {
  transform: skewY(4deg);
}
.features.feature-dis .feature-desc {
  padding: 10px 0 20px 0;
}
.features.feature-dis .feature-desc-content h4 {
  margin-top: 20px;
}
.features.feature-dis .feature-desc-content {
  position: relative;
}
.features.feature-dis .feature-desc-background {
  width: 3000px;
  height: 3000px;
  position: absolute;
  right: 0;
  top: -20px;
  background-color: #4e71d8;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 1500px auto;
  background-image: url('../img/pritunl_background2.svg');
}
.feature-preglow,
.feature-glow {
  opacity: 0;
}
.features.feature-dis .title {
  color: #fff;
}
.features.feature-dis h4.title {
  font-size: 24px;
  margin: 25px 0 5px 0;
}
.features.feature-dis .item p {
  padding: 0 10px;
  font-size: 18px;
  color: #c7eeff;
}
.features.feature-dis .feature-img {
  padding: 20px;
}
.features .customers {
  white-space: nowrap;
}
.features .customers .title {
  margin-bottom: 0;
}

.plans .btn.premium-apple-pay,
.plans .btn.enterprise-apple-pay,
.plans .btn.enterprise-plus-apple-pay,
.plans .btn.support-apple-pay {
  display: none;
  background-color: rgba(0, 0, 0, 0.24);
  background-image: -webkit-named-image(apple-pay-logo-white) !important;
  background-size: 100% 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
  height: 46px;
}

.explore,
.enterprise-explore {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #f7faff;
  text-align: center;
  background-image: url('../img/pritunl_background1.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.enterprise-explore {
  color: #fff;
  background-color: #171717;
  background-image: url('../img/pritunl_background4.svg');
}
.explore .item {
  margin-top: 20px;
}
.explore .item-box {
  background-color: rgba(0, 0, 0, .1);
  margin-top: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.explore img {
  width: 100%;
  padding: 0 8px;
}
.explore h2.title {
  margin-bottom: 0;
}
.explore h3.title {
  color: #fff;
  background-color: rgba(173, 12, 12, 0.84);
  padding: 20px 0;
  margin: 0 0 10px 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.explore h3.vid-title {
  margin: 0;
}
.enterprise-explore h3.title {
  margin-top: 40px;
}
.explore .btn {
  margin-top: 10px;
  font-size: 16px;
  opacity: .8;
  background-color: rgba(173, 12, 12, 0.87);
}
.explore .btn:hover {
  opacity: .9;
  background-color: rgba(173, 12, 12, 0.98);
}

/* H/(W/100) = P */
.youtube {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-youtube {
  padding-bottom: 83.65758754863813%;
}
.duo-youtube {
  padding-bottom: 75.87548638132296%;
}
.google-youtube iframe {
  border: 1px solid #000;
}

.explore-vid {
  padding-top: 0;
  padding-bottom: 70px;
  background-color: #f1f4ff;
  /*color: #fff;*/
  /*background-color: #000;*/
  position: relative;
}
/*.explore-vid:before {*/
  /*content: '';*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: -130px;*/
  /*width: 100%;*/
  /*height: 260px;*/
  /*background-color: #0e1013;*/
  /*-webkit-transform: skewY(5deg);*/
  /*-moz-transform: skewY(5deg);*/
  /*-ms-transform: skewY(5deg);*/
  /*-o-transform: skewY(5deg);*/
  /*transform: skewY(5deg);*/
  /*-webkit-backface-visibility: hidden;*/
  /*z-index: -1;*/
/*}*/
/*.explore-vid .container .row:first-child {*/
  /*margin-top: -70px;*/
/*}*/
.vid {
  width: 100%;
  height: auto;
}
.enterprise-vid {
  width: 50%;
}

.screenshots {
  background-color: #14171a;
  padding: 0;
  overflow: hidden;
}
.screenshots .container {
  padding: 0;
}
.screenshots .slider-box {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
.screenshots .slider {
  position: relative;
  width: 800%;
  margin: 0;
  text-align: left;
  font-size: 0;
  left: -100%;
  transition: left 0.7s ease-in-out;
}
.screenshots .slider img {
  width: 12.5%;
  height: auto;
  min-width: 0;
  min-height: 0;
  float: left;
}
.screenshots .glyphicon {
  position: absolute;
  font-size: 40px;
  z-index: 1000;
  color: #fff;
  margin-top: 33.5%;
  cursor: pointer;
  opacity: 0.6;
}
.screenshots .glyphicon:hover {
  opacity: 1;
}
.screenshots .glyphicon.left {
  left: 20px;
}
.screenshots .glyphicon.right {
  right: 20px;
}
.client-ver {
  margin: 0 0 7px 0;
  color: rgba(255, 255, 255, 0.5);
}
.client-sum {
  margin-bottom: 5px;
}
.client-sum,
.client-download {
  width: 206px;
}
.client .client-title {
  margin-bottom: 5px;
}
.plans {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #fff;
  background: #0b3063;
  background: -webkit-linear-gradient(left, #0b3063 0%, #351667 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0b3063), color-stop(100%, #351667));
  background: -moz-linear-gradient(left, #0b3063 0%, #351667 100%);
  background: -ms-linear-gradient(left, #0b3063 0%, #351667 100%);
  background: -o-linear-gradient(left, #0b3063 0%, #351667 100%);
  background: linear-gradient(to right, #0b3063 0%, #351667 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b3063', endColorstr='#351667', GradientType=1);
}
.plans p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.74);
}
.plans li {
  color: #eaeaea;
}
.plans-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/pritunl_background3.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.4;
}
.plans .item .title {
  font-size: 26px;
  margin-bottom: 8px;
}
.plans .item .label {
  font-size: 14px;
  padding: 4px 8px 3px 6px;
}
.plans .price {
  font-size: 22px;
}
.plans .free .price {
  color: #00720f;
}
.plans .premium .price {
  color: #72361b;
}
.plans .enterprise .price {
  color: #7323ff;
}
.plans .enterprise-plus .price {
  color: #903ae8;
}
.plans .support .price {
  color: #a4030c;
}
.plans .price-label {
  background-color: #d30808;
  font-size: 15px;
  padding: 6px;
}
.plans .item {
  margin-bottom: 20px;
}
.plans .item-box {
  background-color: rgba(0, 0, 0, 0.22);
  padding: 25px 20px 20px 20px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.plans .item-box img {
  width: 169px;
  height: 169px;
}
.plans .plan-list {
  margin-top: 3px;
  list-style-type: none;
}
.plans .plan-list {
  padding: 0;
}
.plans .plan-list li {
  cursor: pointer;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 300;
  max-width: 230px;
  margin: 0 auto;
  color: #eaeaea;
}
.plans .plan-list li:hover span {
  font-weight: 500;
}
.plans .plan-list li.expanded span {
  font-weight: 700;
}
.plans .plan-list li .info {
  display: none;
}
.plans .plan-list li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}
.plans img {
  opacity: 0.85;
}
.plans .btn.title {
  font-size: 20px;
  min-width: 245px;
}
.plans .btn {
  margin-top: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.24);
  min-width: 230px;
  padding: 10px 8px;
}
.plans .btn img {
  height: 22px;
}
.plans .item-box .btn {
  min-width: 0;
  width: 100%;
}
.plans .btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.plans .free img {
  background: #0e831f;
  background: -webkit-linear-gradient(left, #54bd43 0%, #0e831f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #54bd43), color-stop(100%, #0e831f));
  background: -moz-linear-gradient(left, #54bd43 0%, #0e831f 100%);
  background: -ms-linear-gradient(left, #54bd43 0%, #0e831f 100%);
  background: -o-linear-gradient(left, #54bd43 0%, #0e831f 100%);
  background: linear-gradient(to right, #54bd43 0%, #0e831f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54bd43', endColorstr='#0e831f', GradientType=1);
}
.plans .premium img {
  background: #471f12;
  background: -webkit-linear-gradient(left, #623a1e 0%, #471f12 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #623a1e), color-stop(100%, #471f12));
  background: -moz-linear-gradient(left, #623a1e 0%, #471f12 100%);
  background: -ms-linear-gradient(left, #623a1e 0%, #471f12 100%);
  background: -o-linear-gradient(left, #623a1e 0%, #471f12 100%);
  background: linear-gradient(to right, #623a1e 0%, #471f12 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#623a1e', endColorstr='#471f12', GradientType=1);
}
.plans .enterprise img {
  background: #60209e;
  background: -webkit-linear-gradient(left, #1e4a87 0%, #60209e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1e4a87), color-stop(100%, #60209e));
  background: -moz-linear-gradient(left, #1e4a87 0%, #60209e 100%);
  background: -ms-linear-gradient(left, #1e4a87 0%, #60209e 100%);
  background: -o-linear-gradient(left, #1e4a87 0%, #60209e 100%);
  background: linear-gradient(to right, #1e4a87 0%, #60209e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4a87', endColorstr='#60209e', GradientType=1);
}
.plans .enterprise-plus img {
  background: #3c0467;
  background: -webkit-linear-gradient(left, #3c0467 0%, #400707 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3c0467), color-stop(100%, #400707));
  background: -moz-linear-gradient(left, #3c0467 0%, #400707 100%);
  background: -ms-linear-gradient(left, #3c0467 0%, #400707 100%);
  background: -o-linear-gradient(left, #3c0467 0%, #400707 100%);
  background: linear-gradient(to right, #3c0467 0%, #400707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c0467', endColorstr='#400707', GradientType=1);
}
.plans .support img {
  background: #60209e;
  background: -webkit-linear-gradient(left, #cd0000 0%, #840000 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cd0000), color-stop(100%, #840000));
  background: -moz-linear-gradient(left, #cd0000 0%, #840000 100%);
  background: -ms-linear-gradient(left, #cd0000 0%, #840000 100%);
  background: -o-linear-gradient(left, #cd0000 0%, #840000 100%);
  background: linear-gradient(to right, #cd0000 0%, #840000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd0000', endColorstr='#840000', GradientType=1);
}
.features.feature-list {
  background-image: url('../img/pritunl_background5.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.features.feature-list {
  font-size: 20px;
}
.features.feature-list .item {
  font-size: 20px;
  padding-top: 10px;
}
.features.feature-list .item p {
  font-weight: 300;
  padding: 0 20px 10px 20px;
}
.features.feature-list .item .list-img {
  position: relative;
  display: inline-block;
  padding: 27px 25px 13px;
}
.features.feature-list .item .title {
  font-size: 24px;
  margin: 10px 0 20px 0;
}
.features.feature-list .item img {
  width: 80%;
  opacity: 0.8;
}
.terms-privacy {
  background-color: #fff;
  padding: 100px 0 10px 0;
}
.install {
  padding: 50px 0;
  background-color: #eff6ff;
}
.install .title {
  margin-bottom: 5px;
}
.install .item .title {
  font-size: 26px;
}
.install p {
  margin-top: 15px;
  font-size: 18px;
  color: #595959;
}
.install .server {
  padding-top: 30px;
}
.install .server-auto .item {
  text-align: center;
}
.install .server-aws-nomongo {
  margin-bottom: 15px;
}
.install .server-auto .img-digital-ocean {
  opacity: 0.85;
  max-width: 756px;
  max-height: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.install .server-auto .img-ec2 {
  padding-top: 20px;
  opacity: 0.85;
  max-width: 756px;
  max-height: 100%;
  width: 100%;
  margin-bottom: 10px;
}
.install .server-auto .img-do {
  padding-top: 9px;
  margin-right: 5px;
  width: 70px;
  margin-bottom: 10px;
}
.install .server-auto .editor {
  text-align: left;
}
.install .server-auto .title a,
.install .server-auto .title a:hover {
  color: #444;
  outline: none;
  text-decoration: none;
}
.install .server-auto .digital-ocean-logo {
  width: 70px;
  top: -3px;
  position: relative;
}
.install .server-auto .api-image {
  max-width: 610px;
  width: 100%;
  margin: 15px auto;
  display: block;
  border: 1px solid #dbdbdb;
}
.install .server-auto input {
  font-size: 16px;
  height: 40px;
  max-width: 610px;
  width: 100%;
  margin: 15px auto 10px auto;
  display: block;
}
.install .server-auto input.error {
  border-color: red;
}
.install .server-auto .alert {
  max-width: 610px;
  margin: 15px auto;
}
.install .server-auto .server-alert {
  display: none;
}
.install .server-auto .btn {
  max-width: 228px;
  display: block;
  margin: 10px auto 15px auto;
}
.install .server-auto .btn.do-btn {
  max-width: 280px;
}

.edgemax-item {
  position: relative;
}

.edgemax-item a img {
  padding-top: 5px;
}

.edgemax-item .edgemax-logo {
  position: absolute;
  bottom: 10px;
  right: 2px;
  width: 25%;
  opacity: 0.75;
  z-index: 10;
}

.features .dns-mapping-title,
.features .dns-forwarding-title {
  text-shadow: 0 0 1px #2c98fd;
  color: #185996;
  font-weight: 500;
  font-size: 28px;
  padding-top: 4px !important;
  margin: 0;
}

.features .dns-forwarding-title {
  font-size: 20px;
}

.features .feature-desc.dns-mapping-item {
  margin-top: 0;
  padding-top: 0;
}


.tutorials .tutorial-1 .btn {
  background-color: #4ba23c;
}
.tutorials .tutorial-1 .btn:hover {
  background-color: #36792a;
}

.tutorials .tutorial-2 .btn {
  background-color: #dc6a3e;
}
.tutorials .tutorial-2 .btn:hover {
  background-color: #af4f29;
}

.tutorials .tutorial-3 .btn {
  background-color: #407cb9;
}
.tutorials .tutorial-3 .btn:hover {
  background-color: #2f6194;
}

.tutorials .tutorial-4 .btn {
  background-color: #88694a;
}
.tutorials .tutorial-4 .btn:hover {
  background-color: #634a32;
}

.tutorials .tutorial-5 .btn {
  background-color: #8b5ec5;
}
.tutorials .tutorial-5 .btn:hover {
  background-color: #5f3990;
}

.tutorials .tutorial-6 .btn {
  background-color: #bf4646;
}
.tutorials .tutorial-6 .btn:hover {
  background-color: #902e2e;
}

.tutorials .tutorial-7 .btn {
  background-color: #3f926c;
}
.tutorials .tutorial-7 .btn:hover {
  background-color: #25694a;
}

.tutorials .tutorial-8 .btn {
  background-color: #bb4375;
}
.tutorials .tutorial-8 .btn:hover {
  background-color: #882a51;
}

.tutorials .tutorial-9 .btn {
  background-color: #5251b9;
}
.tutorials .tutorial-9 .btn:hover {
  background-color: #313080;
}

.client .btn.client-distro,
.server .btn.server-distro,
.install .server-auto .btn.server-region {
  min-width: 150px;
  display: inline-block;
  margin: 10px;
  font-size: 16px;
  padding-left: 2px;
  padding-right: 2px;
}
.client .btn.client-distro,
.server .btn.server-distro {
  opacity: 0.8;
}
.client {
  background: #231335;
  background: -webkit-linear-gradient(left, #231335 0%, #046B57 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #231335), color-stop(100%, #046B57));
  background: -moz-linear-gradient(left, #231335 0%, #046B57 100%);
  background: -ms-linear-gradient(left, #231335 0%, #046B57 100%);
  background: -o-linear-gradient(left, #231335 0%, #046B57 100%);
  background: linear-gradient(to right, #231335 0%, #046B57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#231335', endColorstr='#046B57', GradientType=1);
  color: #fff;
  padding: 0 0 40px 0;
}
.client .row {
  padding-top: 30px;
  text-align: center;
}
.client .client-screenshot {
  width: 400px;
  max-width: 100%;
}
.client .desc {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 20px;
}
.client img {
  margin-bottom: 10px;
}
.client .antergos-img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.client .logo {
  font-size: 50px;
  font-family: 'Fredoka One', cursive;
  margin-bottom: 10px;
}
.client .distro-btn,
.server .distro-btns {
  text-align: center;
  padding: 0 10px;
}
.client .install-centos-7,
.client .install-debian-wheezy,
.client .install-debian-jessie,
.client .install-debian-stretch,
.client .install-fedora,
.client .install-ubuntu-one,
.client .install-ubuntu-two,
.client .install-ubuntu-three,
.client .install-other,
.server .install-amazon-linux-one,
.server .install-amazon-linux-two,
.server .install-centos-7,
.server .install-centos-8,
.server .install-debian-wheezy,
.server .install-debian-jessie,
.server .install-debian-stretch,
.server .install-ubuntu-one,
.server .install-ubuntu-two,
.server .install-oracle-linux-7,
.server .install-oracle-linux-8 {
  display: none;
}
.client .logo a,
.client .logo a:hover,
.client .logo a:active,
.client .logo a:focus {
  color: #fff;
  text-decoration: none;
}
.client .editor {
  text-align: left;
}
.client .item .client-home {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  background-color: #23946d;
  padding: 10px 8px;
}
.client .item .client-home:hover {
  background-color: #127150;
}
.client .btn {
  opacity: .9;
}
.client .btn,
.install .btn {
  font-size: 18px;
  padding: 10px 18px;
}
.install .install-rpm {
  margin-top: 10px;
  text-align: center;
}
.install .launch-stack {
  margin: 15px 0 0 0;
  text-align: center;
}
.tutorials {
  margin-bottom: 5px;
}
.tutorials .item,
.server-aws-auto .item {
  display: table;
  height: 130px;
  margin-top: 30px;
}
.server-aws-auto .item {
  height: 100px;
  margin-top: 10px;
}

.server-aws-nomongo .btn-info {
  background-color: #33778c;
}
.server-aws-nomongo .btn-info:hover {
  background-color: #1e5667;
}
.server-aws-nomongo .btn-danger {
  background-color: #b12723;
}
.server-aws-nomongo .btn-danger:hover {
  background-color: #7b1c19;
}
.server-aws-nomongo .btn-success {
  background-color: #239435;
}
.server-aws-nomongo .btn-success:hover {
  background-color: #146321;
}

.tutorials .btn,
.server-aws-auto .btn {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
  width: 100%;
  white-space: normal;
  font-size: 22px;
  font-weight: 300;
}
.server-aws-auto .btn {
  height: 100px;
}
.server-aws-auto .img-ec2 {
  width: 50px;
}
.comparison .title {
  margin-bottom: 50px;
}
.comparison .container {
  display: table;
}

.comparison .row {
  display: table-row;
}
.comparison .row .col {
  display: table-cell;
  float: none;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.35);
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.49);
}
.comparison .row .col.title {
  border-top: 3px solid rgba(255, 255, 255, 0.49);
}
.comparison .row .col.name {
  font-size: 16px;
}
.comparison .row .col.description {
  text-align: left;
  font-size: 16px;
}
.comparison .row .col p {
  margin: 0;
  padding: 20px;
}
.comparison .row .col i {
  font-size: 26px;
}
.comparison .row:first-child .col:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
}
.comparison .row:first-child .col:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.comparison .row:last-child .col:first-child {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.comparison .row:last-child .col:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.use-cases .title {
  margin-bottom: 50px;
}
.use-cases .item {
  background: rgba(11, 35, 58, 0.35);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top: 3px solid rgba(255, 255, 255, 0.34);
  position: relative;
  margin-bottom: 30px;
}
.use-cases .item .fa {
  margin-right: 10px;
}
.use-cases .item .case {
  padding: 18px 5px;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.use-cases .item .use-case {
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
.use-cases .item img {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: block;
  padding: 15px 20px 20px 20px;
}
.btn {
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.btn[disabled] {
  opacity: 0.45;
}
.btn-default,
.btn-default[disabled] {
  background-color: #f1e9ff;
}
.btn-default:hover {
  background-color: #ddcaff;
}
.btn-primary,
.btn-primary[disabled] {
  background-color: #3caef6;
}
.btn-primary:hover {
  background-color: #2a8ccb;
}
.btn-success,
.btn-success[disabled] {
  background-color: #2dbf44;
}
.btn-success:hover {
  background-color: #229634;
}
.alert {
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
}
.alert-success {
  background-color: #bbf9b5;
}
.alert-info {
  background-color: #b3d1fe;
}
.alert-danger {
  background-color: #ffc6c6;
}
.premium-sub-alert,
.enterprise-sub-alert,
.enterprise-plus-sub-alert,
.support-sub-alert {
  display: none;
}
.win-alert {
  margin: 10px auto;
  max-width: 300px;
}
.win-screenshot {
  width: 100%;
  max-width: 439px;
  height: auto;
}
textarea.editor {
  display: none;
}
.item .CodeMirror {
  font-size: 12px;
  width: 100%;
  max-width: 570px;
  margin: 5px auto;
  text-align: left;
  height: auto;
}
.api-endpoint-code .CodeMirror {
  font-size: 12px;
  width: 100%;
  margin: 2px auto;
  text-align: left;
  height: auto;
}
.ace_scrollbar {
  display: none !important;
}
.ace_scroller {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.faq {
  padding: 50px 0;
}
.faq .title {
  margin-bottom: 50px;
}
.faq .item {
  background: #e4edff;
  margin-bottom: 30px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom: 3px solid rgba(102, 144, 184, 0.45);
}
.faq .item .question {
  padding: 20px 5px;
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.faq .item .answer {
  padding: 0 20px 20px 20px;
  color: #333;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.faq .more {
  margin-top: 20px;
}
.faq .more h4.title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #707070;
  font-size: 22px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
.faq .more .btn .fa {
  margin-left: 5px;
}
.faq .more .hipchat-help {
  margin-top: 10px;
  padding-top: 14px;
}
.faq .more .hipchat-help img {
  width: 143px;
}
.footer {
  background-color: #152635;
  color: #fff;
  padding: 0 0 0 0;
}
.footer .social-icons {
  padding-top: 10px;
  padding-bottom: 2px;
  display: inline-block;
  margin: 0 auto;
}
.footer .social-icons .mail {
  padding-top: 10px;
}
.footer .about {
  padding-top: 8px;
  padding-bottom: 20px;
}
.footer .about h3 {
  padding: 0 5px;
  font-family: 'Whitney SSm A', 'Whitney SSm B', 'Arial', sans-serif;
  font-size: 32px;
  font-weight: 300;
}
.footer .about div {
  font-size: 16px;
  font-weight: 300;
  margin: 5px;
  opacity: 0.8;
}
.footer .rights {
  text-align: right;
  padding: 20px 0;
  font-size: 12px;
}
.footer .rights div {
  padding: 0 5px;
}
.footer .copyright {
  text-align: right;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.footer .social {
  padding-top: 96px;
}
.footer .links {
  font-size: 16px;
  white-space: nowrap;
}
.footer .links a {
  color: #fff;
}
.footer .links a:hover {
  color: #b69cf7;
}
.api {
  background-color: #fff;
}
.api.section {
  padding-top: 80px;
}
.api .row {
  padding-top: 5px;
  border-bottom: 1px solid #dadfe5;
}
.api .row:first-child {
  padding-top: 0;
  border-bottom: none;
}
.api-endpoints {
  background: #f5f5f5;
  padding: 2px 5px;
  border-right: 1px solid #dadfe5;
  font-size: 9px;
  position: fixed;
  left: 0;
  top: 81px;
  bottom: 0;
  overflow-y: auto;
  display: none;
  -webkit-box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.3);
  box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, 0.3);
}
.api-endpoints .api-endpoints-list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.api-endpoints .api-endpoints-list li:first-child {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.api-endpoints a:hover {
  text-decoration: underline;
}
.api-endpoint .api-header {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  word-wrap: break-word;
}
.api-endpoint-code {
  padding-top: 15px;
  margin-bottom: 15px;
}
.api-endpoint pre {
  padding: 30px 0;
  margin: 10px auto;
  width: 550px;
  border: none;
  background-color: rgba(255, 255, 255, 0.10);
  position: relative;
  top: -2px;
  display: inline;
  padding: 4px 4px 2px 4px;
  background-color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.tutorial {
  padding-top: 95px;
}
.tutorial h2 {
  font-size: 30px;
}
.tutorial .tutorial-title,
.tutorial .tutorial-header {
  margin-top: 5px;
  text-align: center;
}
.tutorial .tutorial-button {
  height: 70px;
  margin-bottom: 10px;
}
.tutorial .tutorial-button .btn {
  background-color: #4f6479;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.tutorial .tutorial-button .btn.active,
.tutorial .tutorial-button a.btn:hover {
  background-color: #2e4153;
  outline: 0;
  -webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.2);
}
.tutorial .tutorial-button .btn .label {
  position: absolute;
  top: 5px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px;
}
.tutorial .tutorial-point {
  margin-bottom: 10px;
  display: table;
}
.tutorial .tutorial-point-container {
  display: table-row;
}
.tutorial .tutorial-point-label {
  width: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e4edff;
  font-size: 1.8em;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.tutorial .tutorial-point-description {
  width: auto;
  background-color: #b3c9df;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.2em;
  padding: 16px;
  display: table-cell;
}
.tutorial pre {
  padding: 30px 0;
  margin: 10px auto;
  border: none;
  background-color: rgba(255, 255, 255, 0.10);
  position: relative;
  top: -2px;
  display: inline;
  padding: 4px 4px 2px 4px;
  background-color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

































a.anchor {
  position: relative;
  top: -120px;
  visibility: hidden;
  display: block;
}
a.anchor.api-anchor {
  top: -71px;
}
@media (max-width: 1099px) {
  .navbar-top {
    position: absolute;
    right: auto;
    left: auto;
    width: 100%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
@media (max-width: 991px) {
  .features .feature-desc {
    margin-top: 10px;
  }
  .features .feature-desc.dns-mapping-item {
    margin-top: 12px;
  }
  .features.feature-dis h4.title {
    padding: 0 3px;
    font-size: 16px;
  }
  .features.feature-dis .item p {
    padding: 0 5px;
    font-size: 16px;
  }
  .footer .about {
    text-align: center;
    padding-bottom: 0;
  }
  .footer .rights {
    text-align: center;
    padding-top: 10px;
  }
  .footer .copyright {
    text-align: center;
    padding-top: 20px;
  }
  .footer .social {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .header .main-nav .nav .nav-item:first-child a {
    padding-left: 6px;
  }
  .features.feature-dis .feature-img {
    background-color: #242629;
    background-image: url('../img/pritunl_pattern0.svg');
    background-size: 120px;
  }
  .features.feature-dis .feature-img .title {
    display: none;
  }
  .header.header-top {
    padding: 20px 0px;
  }
  .header.header-top h1.logo .logo-title {
    font-size: 52px
  }
  .offset-header {
    padding-top: 70px;
  }
  a.anchor {
    top: -20px;
  }
  .promo .overview {
    text-align: center;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .overview .btn-group {
    padding-left: 10px;
    padding-right: 10px;
  }
  .features .feature-desc {
    font-size: 20px;
  }
  .comparison .row .col p {
    padding: 8px 5px;
  }
  .comparison .row .col i {
    padding: 10px;
  }
  .api-doc .api-header {
    font-size: 17px;
  }
  .api-endpoint-code {
    padding-top: 0;
  }
  .tutorial pre {
    white-space: normal;
  }
}
@media (max-width: 500px) {
  .features .dns-mapping-title {
    font-size: 26px;
  }
  .features .dns-forwarding-title {
    font-size: 18px;
  }
  .screenshots .slider {
    transition: none;
  }
}
@media (max-width: 450px) {
  .features .dns-mapping-title {
    font-size: 24px;
  }
  .features .dns-forwarding-title {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .features .dns-mapping-title {
    font-size: 22px;
  }
  .features .dns-forwarding-title {
    font-size: 14px;
  }
}
@media (max-width: 352px) {
  .contact-us,
  .discussion-board {
    font-size: 12px;
    padding: 5px 6px;
  }
  .discussion-board {
    right: 148px;
  }
  .title {
    font-size: 24px;
  }
  h3.title {
    font-size: 20px;
  }
  .client .logo .a {
    font-size: 46px;
  }
  .features.feature-simple .btn {
    font-size: 16px;
  }
  .features.feature-simple .btn.get-started {
    font-size: 26px;
  }
}
@media (max-width: 330px) {
  .features .dns-mapping-title {
    font-size: 16px;
  }
  .features .dns-forwarding-title {
    font-size: 12px;
  }
  .comparison .row .col.name {
    font-size: 12px;
  }
}
@media (max-width: 310px) {
  .comparison .row .col.name {
    font-size: 10px;
  }
}
@media (max-width: 300px) {
  .discussion-board {
    display: none;
  }
}

@media (min-width: 500px) {
  .features .dns-mapping-title {
    font-size: 30px;
  }
  .features .dns-forwarding-title {
    font-size: 20px;
  }
  .client .item .client-home {
    font-size: 27px;
    padding: 16px 22px;
  }
}
@media (min-width: 650px) {
  .features .dns-mapping-title {
    font-size: 32px;
  }
  .features .dns-forwarding-title {
    font-size: 24px;
  }
  .install .server-auto .btn.server-region {
    margin: 5px;
  }
  .title {
    font-size: 32px;
  }
  h3.title {
    font-size: 22px;
  }
  .promo .overview .summary {
    font-size: 27px;
  }
}
@media (min-width: 720px) {
  .features .dns-mapping-title {
    font-size: 34px;
  }
  .features .dns-forwarding-title {
    font-size: 26px;
  }
  .title {
    font-size: 34px;
  }
  h3.title {
    font-size: 24px;
  }
  .promo .overview .summary {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .features.feature-dis .feature-desc h2.title {
    display: none;
  }
  .promo .overview .diagram-box {
    padding: 0;
  }
  .promo .overview {
    padding: 0;
    text-align: center;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .overview .btn-group {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .features .img-saml {
    padding: 0 20px;
  }
  .col-md-offset-1-half {
    margin-left: 12.49999%;
  }
  .col-md-offset-4-half {
    margin-left: 37.499999985%;
  }
  .title {
    font-size: 38px;
  }
  h3.title {
    font-size: 26px;
  }
  .promo-video {
    display: block;
  }
  .promo .overview {
    text-align: left;
  }
  .promo .overview .btn-group {
    padding-left: 0;
    padding-right: 20px;
  }
  .features .item {
    padding: 15px 0 10px 0;
  }
  .api-call-list-box {
    display: block;
  }
  .api-endpoints {
    display: block;
  }
  .api .col-md-2 {
    width: 20%;
  }
  .api .col-md-offset-2 {
    margin-left: 20%;
  }
  .api .col-md-5 {
    width: 40%;
  }
}

@media (min-width: 850px) {
  .header .container .navbar-collapse {
    margin-right: 25px;
  }
}
@media (min-width: 860px) {
  .header .container .navbar-collapse {
    margin-right: 50px;
  }
  .header .container-fluid .navbar-collapse {
    margin-right: 70px;
  }
}
@media (min-width: 900px) {
  .header .container .navbar-collapse {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .promo .overview .summary a {
    margin-top: 4px;
    font-size: 21px;
  }
  .features .dns-mapping-title {
    font-size: 40px;
  }
  .features .dns-forwarding-title {
    font-size: 32px;
  }
  .header.header-top {
    padding: 40px 0px;
  }
  .offset-header {
    padding-top: 120px;
  }
  .diagram-box {
    position: absolute;
  }
  .promo .overview {
    height: 610px;
    z-index: 10;
  }
  .promo .overview h2 {
    font-size: 29px;
    margin-left: 8px;
  }
  .promo .overview .summary {
    margin: 0 0 0 10px;
    text-align: left;
    width: 358px;
    font-size: 24px;
  }
  .promo .diagram-3 {
    margin-top: -516px;
    margin-bottom: 0;
  }
  .header .container .navbar-collapse {
    margin-right: 140px;
  }
  .header .container-fluid .navbar-collapse {
    margin-right: 152px;
  }
}
@media (min-width: 1000px) {
  .header .container .navbar-collapse {
    margin-right: 115px;
  }
  .api-endpoints {
    font-size: 10px;
  }
}
@media (min-width: 1050px) {
  .header .container .navbar-collapse {
    margin-right: 115px;
  }
  .api-endpoints {
    font-size: 10px;
  }
}
@media (min-width: 1100px) {
  .header .container {
    padding-right: 15px;
  }
  .header .container .navbar-collapse {
    margin-right: 90px;
  }
  .header .twitter-logo {
    display: block;
  }
  .header .github-logo {
    display: block;
  }
  .header .main-nav .nav .nav-item:after{
    content: '\00B7';
    display: inline-block;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 5px;
  }
}
@media (min-width: 1150px) {
  .header .container .navbar-collapse {
    margin-right: 65px;
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    padding-right: 15px;
  }
  .promo .overview .summary a {
    margin-top: 16px;
    font-size: 40px;
  }
  .features .dns-mapping-title {
    font-size: 48px;
  }
  .features .dns-forwarding-title {
    font-size: 40px;
  }
  .features.feature-dis .feature-desc {
    padding: 15px 0 20px 0;
  }
  .features.feature-dis .item p {
    font-size: 20px;
  }
  .features.feature-dis h4.title {
    margin: 40px 0 5px 0;
  }
  .promo .overview {
    height: 810px;
  }
  .promo .overview .summary {
    width: 484px;
    font-size: 32px;
  }
  .promo .diagram-3 {
    margin-top: -630px;
  }
  .promo .overview h2 {
    font-size: 35px;
    margin-bottom: 20px;
    margin-left: 8px;
  }
  .header .container .navbar-collapse {
    margin-right: 135px;
  }
  .api-endpoints {
    font-size: 11px;
  }
  .nav-item-wide {
    display: block !important;
  }
  .nav-item-narrow {
    display: none !important;
  }
}
@media (min-width: 1250px) {
  .header .container .navbar-collapse {
    margin-right: 115px;
  }
}
@media (min-width: 1300px) {
  .header .container .navbar-collapse {
    margin-right: 95px;
  }
  .api-endpoints {
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .header .container .navbar-collapse {
    margin-right: 65px;
  }
  .api-endpoints {
    font-size: 13px;
  }
  .api-endpoints .api-endpoints-list li:first-child {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .header .container .navbar-collapse {
    margin-right: 40px;
  }
}
@media (min-width: 1450px) {
  .header .container .navbar-collapse {
    margin-right: 20px;
  }
}
@media (min-width: 1500px) {
  .header .container .navbar-collapse {
    margin-right: 0;
  }
}


























































.features .features-title,
.screenshots .screenshots-title,
.documentation .documentation-title,
.faq .faq-title {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.features .features-title .title,
.screenshots .screenshots-title .title,
.documentation .documentation-title .title,
.faq .faq-title .title {
  color: #fff;
}
.documentation .documentation-title {
  margin-top: 100px;
  padding-bottom: 0px;
}
.documentation .documentation-header {
  color: #f0f0f0;
  text-align: center;
}
.documentation .documentation-header {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 1.9em;
}
.documentation pre,
.faq pre {
  padding: 30px 0;
  margin: 10px auto;
  width: 550px;
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.10);
}
.documentation-buttons {
  margin: 0 auto;
  width: 590px;
  white-space: nowrap;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
}
.documentation-buttons button,
.documentation-buttons button:hover,
.documentation-buttons button.active,
.documentation-buttons button.active:hover {
  height: 80px;
  width: 33.333333%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 0 none;
  background-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.documentation-buttons button .label {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px;
}
.documentation-buttons button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.documentation-buttons button.active,
.documentation-buttons button.active:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.tutorial-button .digital-ocean {
  background-image: url('../img/digital_ocean.png');
}
.tutorial-button .linode {
  background-image: url('../img/linode.png');
}
.tutorial-button .amazon-aws {
  background-image: url('../img/amazon_aws.png');
}
.tutorial-button .ubuntu,
.tutorial-button .ubuntu-client {
  background-image: url('../img/ubuntu.png');
}
.tutorial-button .arch {
  background-image: url('../img/arch.png');
}
.tutorial-button .centos {
  background-image: url('../img/centos.png');
}
.tutorial-button .windows-client {
  background-image: url('../img/windows.png');
}
.tutorial-button .android-client {
  background-image: url('../img/android.png');
}
.tutorial-button .iphone-client {
  background-image: url('../img/iphone_client.png');
}
.tutorial-button .viscosity-client {
  background-image: url('../img/viscosity.png');
}
.tutorial-button .tunnelblick-client {
  background-image: url('../img/tunnelblick.png');
}
.documentation-point,
.faq-point {
  clear: both;
  width: 750px;
  padding-top: 30px;
  margin: 0 auto;
}
.documentation-point-label,
.faq-point-label {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #f0f0f0;
  font-size: 1.8em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.16);
  vertical-align: top;
  display: table-cell;
}
.faq-point.question .faq-point-label {
  border-bottom-left-radius: 0;
}
.faq-point.answer .faq-point-label {
  border-top-left-radius: 0;
}
.documentation-point-description,
.faq-point-description {
  font-weight: 300;
  width: 700px;
  background-color: rgba(255, 255, 255, 0.3);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #f0f0f0;
  font-size: 1.2em;
  padding: 16px;
  display: table-cell;
}
.faq-point.question .faq-point-description {
  border-bottom-right-radius: 0;
}
.faq-point.answer .faq-point-description {
  border-top-right-radius: 0;
}
.documentation-point-description,
.question .faq-point-description {
  height: 50px;
}
.faq-point.question .faq-point-description {
  font-size: 1.8em;
  padding: 8px 13px;
  background-color: rgba(255, 255, 255, 0.16);
  white-space: nowrap;
}
.faq-point.answer {
  padding-top: 0;
}
.faq-point.question .faq-point-label {
  background-color: rgba(0, 0, 0, 0.3);
}
.faq-point.answer .faq-point-label {
  background-color: rgba(94, 94, 94, 0.35);
}
.linode-instructions,
.amazon-aws-instructions,
.arch-instructions,
.centos-instructions,
.windows-client-instructions,
.android-client-instructions {
  display: none;
}
.documentation-point-description pre,
.faq-point-description pre {
  position: relative;
  top: -2px;
  display: inline;
  padding: 4px 4px 2px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.conf-instructions .documentation-point:first-child,
.faq .faq-point:first-child {
  padding-top: 0;
}
.documentation a {
  color: #9cc7fd;
}


.enterprise-plus {
  display: none !important;
}
