@charset "UTF-8";

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

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

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

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/
@media print {

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

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

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

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

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

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

  thead {
    display: table-header-group
  }

  img,
  tr {
    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
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important
  }
}

* {
  box-sizing: border-box
}

:after,
:before {
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

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

figure {
  margin: 0
}

img {
  vertical-align: middle
}

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

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role=button] {
  cursor: pointer
}

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

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 16px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

@media(min-width:768px) {
  .lead {
    font-size: 21px
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: .2em
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.initialism,
.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090
}

.text-success {
  color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:focus,
a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff
}

.bg-primary {
  background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.content-nav,
.list-content,
.list-service,
.list-unstyled {
  padding-right: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dd,
dt {
  line-height: 1.42857
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table
}

.dl-horizontal dd:after {
  clear: both
}

@media(min-width:992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, courier new, monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.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: 1170px;
  }
}

@media (min-width:1400px) {
  .container {
    width: 1356px;
  }
}

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

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

.container-fluid:after {
  clear: both
}

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

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

.row:after {
  clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: right
}

.col-xs-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

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

.col-xs-pull-0 {
  right: auto
}

.col-xs-pull-1 {
  right: 8.33333%
}

.col-xs-pull-2 {
  right: 16.66667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.33333%
}

.col-xs-pull-5 {
  right: 41.66667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.33333%
}

.col-xs-pull-8 {
  right: 66.66667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.33333%
}

.col-xs-pull-11 {
  right: 91.66667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-push-1 {
  left: 8.33333%
}

.col-xs-push-2 {
  left: 16.66667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.33333%
}

.col-xs-push-5 {
  left: 41.66667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.33333%
}

.col-xs-push-8 {
  left: 66.66667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.33333%
}

.col-xs-push-11 {
  left: 91.66667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.33333%
}

.col-xs-offset-2 {
  margin-left: 16.66667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333%
}

.col-xs-offset-5 {
  margin-left: 41.66667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333%
}

.col-xs-offset-8 {
  margin-left: 66.66667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333%
}

.col-xs-offset-11 {
  margin-left: 91.66667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@media(min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: right
  }

  .col-sm-1 {
    width: 8.33333%
  }

  .col-sm-2 {
    width: 16.66667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.33333%
  }

  .col-sm-5 {
    width: 41.66667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.33333%
  }

  .col-sm-8 {
    width: 66.66667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.33333%
  }

  .col-sm-11 {
    width: 91.66667%
  }

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

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-pull-1 {
    right: 8.33333%
  }

  .col-sm-pull-2 {
    right: 16.66667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.33333%
  }

  .col-sm-pull-5 {
    right: 41.66667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.33333%
  }

  .col-sm-pull-8 {
    right: 66.66667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.33333%
  }

  .col-sm-pull-11 {
    right: 91.66667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-push-1 {
    left: 8.33333%
  }

  .col-sm-push-2 {
    left: 16.66667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.33333%
  }

  .col-sm-push-5 {
    left: 41.66667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.33333%
  }

  .col-sm-push-8 {
    left: 66.66667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.33333%
  }

  .col-sm-push-11 {
    left: 91.66667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media(min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: right
  }

  .col-md-1 {
    width: 8.33333%
  }

  .col-md-2 {
    width: 16.66667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.33333%
  }

  .col-md-5 {
    width: 41.66667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.33333%
  }

  .col-md-8 {
    width: 66.66667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.33333%
  }

  .col-md-11 {
    width: 91.66667%
  }

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

  .col-md-pull-0 {
    right: auto
  }

  .col-md-pull-1 {
    right: 8.33333%
  }

  .col-md-pull-2 {
    right: 16.66667%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-4 {
    right: 33.33333%
  }

  .col-md-pull-5 {
    right: 41.66667%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-7 {
    right: 58.33333%
  }

  .col-md-pull-8 {
    right: 66.66667%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-10 {
    right: 83.33333%
  }

  .col-md-pull-11 {
    right: 91.66667%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-push-1 {
    left: 8.33333%
  }

  .col-md-push-2 {
    left: 16.66667%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-4 {
    left: 33.33333%
  }

  .col-md-push-5 {
    left: 41.66667%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-7 {
    left: 58.33333%
  }

  .col-md-push-8 {
    left: 66.66667%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-10 {
    left: 83.33333%
  }

  .col-md-push-11 {
    left: 91.66667%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.33333%
  }

  .col-md-offset-2 {
    margin-right: 16.66667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.33333%
  }

  .col-md-offset-5 {
    margin-left: 41.66667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.33333%
  }

  .col-md-offset-8 {
    margin-left: 66.66667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.33333%
  }

  .col-md-offset-11 {
    margin-left: 91.66667%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }
}

@media(min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: right
  }

  .col-lg-1 {
    width: 8.33333%
  }

  .col-lg-2 {
    width: 16.66667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.33333%
  }

  .col-lg-5 {
    width: 41.66667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.33333%
  }

  .col-lg-8 {
    width: 66.66667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.33333%
  }

  .col-lg-11 {
    width: 91.66667%
  }

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

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-pull-1 {
    right: 8.33333%
  }

  .col-lg-pull-2 {
    right: 16.66667%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-4 {
    right: 33.33333%
  }

  .col-lg-pull-5 {
    right: 41.66667%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-7 {
    right: 58.33333%
  }

  .col-lg-pull-8 {
    right: 66.66667%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-10 {
    right: 83.33333%
  }

  .col-lg-pull-11 {
    right: 91.66667%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-push-1 {
    left: 8.33333%
  }

  .col-lg-push-2 {
    left: 16.66667%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-4 {
    left: 33.33333%
  }

  .col-lg-push-5 {
    left: 41.66667%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-7 {
    left: 58.33333%
  }

  .col-lg-push-8 {
    left: 66.66667%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-10 {
    left: 83.33333%
  }

  .col-lg-push-11 {
    left: 91.66667%
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  .input-group-sm>.input-group-btn>input[type=date].btn,
  .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
  .input-group-sm>.input-group-btn>input[type=month].btn,
  .input-group-sm>.input-group-btn>input[type=time].btn,
  .input-group-sm>input[type=date].form-control,
  .input-group-sm>input[type=date].input-group-addon,
  .input-group-sm>input[type=datetime-local].form-control,
  .input-group-sm>input[type=datetime-local].input-group-addon,
  .input-group-sm>input[type=month].form-control,
  .input-group-sm>input[type=month].input-group-addon,
  .input-group-sm>input[type=time].form-control,
  .input-group-sm>input[type=time].input-group-addon,
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  .input-group-lg>.input-group-btn>input[type=date].btn,
  .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
  .input-group-lg>.input-group-btn>input[type=month].btn,
  .input-group-lg>.input-group-btn>input[type=time].btn,
  .input-group-lg>input[type=date].form-control,
  .input-group-lg>input[type=date].input-group-addon,
  .input-group-lg>input[type=datetime-local].form-control,
  .input-group-lg>input[type=datetime-local].input-group-addon,
  .input-group-lg>input[type=month].form-control,
  .input-group-lg>input[type=month].input-group-addon,
  .input-group-lg>input[type=time].form-control,
  .input-group-lg>input[type=time].input-group-addon,
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
  height: 46px;
  line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media(min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table
}

.form-horizontal .form-group:after {
  clear: both
}

@media(min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media(min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
}

@media(min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

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

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}

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

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
  background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

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

.btn-primary {
  color: #fff;
  background-color: #403b71;
  border-color: #403b71;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary:hover {
  color: #fff;
  background-color: #2d2859;
  border-color: #2d2859
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #0d6b60;
  border-color: #0d6b60;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #0b5e54;
  border-color: #0b5e54
}

.btn-success:hover {
  color: #fff;
  background-color: #0b5e54;
  border-color: #0b5e54
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0b5e54;
  border-color: #0b5e54
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #0b5e54;
  border-color: #0b5e54
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
  background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #0b5e54;
  border-color: #0b5e54;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #1e2b68;
  border-color: #1e2b68;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #1e2b68;
  border-color: #1e2b68;
}

.btn-info:hover {
  color: #fff;
  background-color: #1e2b68;
  border-color: #1e2b68;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1e2b68;
  border-color: #1e2b68;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #1e2b68;
  border-color: #1e2b68;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
  background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #1e2b68;
  border-color: #1e2b68;
}

.btn-info .badge {
  color: #1e2b68;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
  background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

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

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
  background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 5px
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: right;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 2.42857;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #d7d7d7
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media(min-width:992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
  content: " ";
  display: table
}

.btn-group-vertical>.btn-group:after {
  clear: both
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px
}

.nav {
  margin-bottom: 0;
  padding-right: 20px;
  list-style: none
}

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

.nav:after {
  clear: both
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media(min-width:768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media(min-width:768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

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

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

.navbar:after {
  clear: both
}

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

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

.navbar-header:after {
  clear: both
}

@media(min-width:992px) {
  .navbar-header {
    float: right;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}

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

.navbar-collapse:after {
  clear: both
}

.navbar-collapse.in {
  overflow-y: auto
}

@media(min-width:992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media(min-width:992px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media(min-width:992px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media(min-width:992px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media(min-width:992px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media(min-width:992px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media(max-width:991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media(min-width:992px) {
  .navbar-nav {
    float: right;
    margin: 0
  }

  .navbar-nav>li {
    float: right
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 8px;
  margin-bottom: 8px
}

@media(min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media(max-width:991px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media(min-width:992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media(min-width:992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media(min-width:992px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

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

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #e7e7e7;
  color: #555
}

@media(max-width:991px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #a2a884
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #090909;
  color: #fff
}

@media(max-width:991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}

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

.pager:after {
  clear: both
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label-default {
  background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

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

.jumbotron .h1,
.jumbotron h1 {
  color: inherit
}

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

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px
}

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

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

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden
}

.media-body {
  width: 1e4px
}

.media-object {
  display: block
}

.media-object.img-thumbnail {
  max-width: none
}

.media-right,
.media>.pull-right {
  padding-left: 10px
}

.media-left,
.media>.pull-left {
  padding-right: 10px
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px
}

.panel-body:after,
.panel-body:before {
  content: " ";
  display: table
}

.panel-body:after {
  clear: both
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-left: 15px;
  padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  border-color: #ddd;
  background: #eff5ff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
  content: " ";
  display: table
}

.modal-header:after {
  clear: both
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table
}

.modal-footer:after {
  clear: both
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media(min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media(min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: -11px
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1e3px
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    transform: translate3d(100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    transform: translate3d(0, 0, 0);
    left: 0
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: transparent
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #0009;
  background-color: transparent
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

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

.clearfix:after {
  clear: both
}

.card__logo,
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-xs {
  display: none !important
}

.visible-sm {
  display: none !important
}

.visible-md {
  display: none !important
}

.visible-lg {
  display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

@media(max-width:767px) {
  .visible-xs {
    display: block !important
  }

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }
}

@media(max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}

@media(max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}

@media(max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media(min-width:1200px) {
  .visible-lg {
    display: block !important
  }

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }
}

@media(min-width:1200px) {
  .visible-lg-block {
    display: block !important
  }
}

@media(min-width:1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}

@media(min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media(max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media(min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

/*!* Font Awesome 4.7.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(../vendors/font-awesome/fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
  src: url(../vendors/font-awesome/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../vendors/font-awesome/fonts/fontawesome-webfont3e6e.html?v=4.7.0) format("woff2"), url(../vendors/font-awesome/fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format("woff"), url(../vendors/font-awesome/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype"), url(../vendors/font-awesome/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: ""
}

.fa-music:before {
  content: ""
}

.fa-search:before {
  content: ""
}

.fa-envelope-o:before {
  content: ""
}

.fa-heart:before {
  content: ""
}

.fa-star:before {
  content: ""
}

.fa-star-o:before {
  content: ""
}

.fa-user:before {
  content: ""
}

.fa-film:before {
  content: ""
}

.fa-th-large:before {
  content: ""
}

.fa-th:before {
  content: ""
}

.fa-th-list:before {
  content: ""
}

.fa-check:before {
  content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: ""
}

.fa-search-plus:before {
  content: ""
}

.fa-search-minus:before {
  content: ""
}

.fa-power-off:before {
  content: ""
}

.fa-signal:before {
  content: ""
}

.fa-cog:before,
.fa-gear:before {
  content: ""
}

.fa-trash-o:before {
  content: ""
}

.fa-home:before {
  content: ""
}

.fa-file-o:before {
  content: ""
}

.fa-clock-o:before {
  content: ""
}

.fa-road:before {
  content: ""
}

.fa-download:before {
  content: ""
}

.fa-arrow-circle-o-down:before {
  content: ""
}

.fa-arrow-circle-o-up:before {
  content: ""
}

.fa-inbox:before {
  content: ""
}

.fa-play-circle-o:before {
  content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: ""
}

.fa-refresh:before {
  content: ""
}

.fa-list-alt:before {
  content: ""
}

.fa-lock:before {
  content: ""
}

.fa-flag:before {
  content: ""
}

.fa-headphones:before {
  content: ""
}

.fa-volume-off:before {
  content: ""
}

.fa-volume-down:before {
  content: ""
}

.fa-volume-up:before {
  content: ""
}

.fa-qrcode:before {
  content: ""
}

.fa-barcode:before {
  content: ""
}

.fa-tag:before {
  content: ""
}

.fa-tags:before {
  content: ""
}

.fa-book:before {
  content: ""
}

.fa-bookmark:before {
  content: ""
}

.fa-print:before {
  content: ""
}

.fa-camera:before {
  content: ""
}

.fa-font:before {
  content: ""
}

.fa-bold:before {
  content: ""
}

.fa-italic:before {
  content: ""
}

.fa-text-height:before {
  content: ""
}

.fa-text-width:before {
  content: ""
}

.fa-align-left:before {
  content: ""
}

.fa-align-center:before {
  content: ""
}

.fa-align-right:before {
  content: ""
}

.fa-align-justify:before {
  content: ""
}

.fa-list:before {
  content: ""
}

.fa-dedent:before,
.fa-outdent:before {
  content: ""
}

.fa-indent:before {
  content: ""
}

.fa-video-camera:before {
  content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: ""
}

.fa-pencil:before {
  content: ""
}

.fa-map-marker:before {
  content: ""
}

.fa-adjust:before {
  content: ""
}

.fa-tint:before {
  content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""
}

.fa-share-square-o:before {
  content: ""
}

.fa-check-square-o:before {
  content: ""
}

.fa-arrows:before {
  content: ""
}

.fa-step-backward:before {
  content: ""
}

.fa-fast-backward:before {
  content: ""
}

.fa-backward:before {
  content: ""
}

.fa-play:before {
  content: ""
}

.fa-pause:before {
  content: ""
}

.fa-stop:before {
  content: ""
}

.fa-forward:before {
  content: ""
}

.fa-fast-forward:before {
  content: ""
}

.fa-step-forward:before {
  content: ""
}

.fa-eject:before {
  content: ""
}

.fa-chevron-left:before {
  content: ""
}

.fa-chevron-right:before {
  content: ""
}

.fa-plus-circle:before {
  content: ""
}

.fa-minus-circle:before {
  content: ""
}

.fa-times-circle:before {
  content: ""
}

.fa-check-circle:before {
  content: ""
}

.fa-question-circle:before {
  content: ""
}

.fa-info-circle:before {
  content: ""
}

.fa-crosshairs:before {
  content: ""
}

.fa-times-circle-o:before {
  content: ""
}

.fa-check-circle-o:before {
  content: ""
}

.fa-ban:before {
  content: ""
}

.fa-arrow-left:before {
  content: ""
}

.fa-arrow-right:before {
  content: ""
}

.fa-arrow-up:before {
  content: ""
}

.fa-arrow-down:before {
  content: ""
}

.fa-mail-forward:before,
.fa-share:before {
  content: ""
}

.fa-expand:before {
  content: ""
}

.fa-compress:before {
  content: ""
}

.fa-plus:before {
  content: ""
}

.fa-minus:before {
  content: ""
}

.fa-asterisk:before {
  content: ""
}

.fa-exclamation-circle:before {
  content: ""
}

.fa-gift:before {
  content: ""
}

.fa-leaf:before {
  content: ""
}

.fa-fire:before {
  content: ""
}

.fa-eye:before {
  content: ""
}

.fa-eye-slash:before {
  content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: ""
}

.fa-plane:before {
  content: ""
}

.fa-calendar:before {
  content: ""
}

.fa-random:before {
  content: ""
}

.fa-comment:before {
  content: ""
}

.fa-magnet:before {
  content: ""
}

.fa-chevron-up:before {
  content: ""
}

.fa-chevron-down:before {
  content: ""
}

.fa-retweet:before {
  content: ""
}

.fa-shopping-cart:before {
  content: ""
}

.fa-folder:before {
  content: ""
}

.fa-folder-open:before {
  content: ""
}

.fa-arrows-v:before {
  content: ""
}

.fa-arrows-h:before {
  content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""
}

.fa-twitter-square:before {
  content: ""
}

.fa-facebook-square:before {
  content: ""
}

.fa-camera-retro:before {
  content: ""
}

.fa-key:before {
  content: ""
}

.fa-cogs:before,
.fa-gears:before {
  content: ""
}

.fa-comments:before {
  content: ""
}

.fa-thumbs-o-up:before {
  content: ""
}

.fa-thumbs-o-down:before {
  content: ""
}

.fa-star-half:before {
  content: ""
}

.fa-heart-o:before {
  content: ""
}

.fa-sign-out:before {
  content: ""
}

.fa-linkedin-square:before {
  content: ""
}

.fa-thumb-tack:before {
  content: ""
}

.fa-external-link:before {
  content: ""
}

.fa-sign-in:before {
  content: ""
}

.fa-trophy:before {
  content: ""
}

.fa-github-square:before {
  content: ""
}

.fa-upload:before {
  content: ""
}

.fa-lemon-o:before {
  content: ""
}

.fa-phone:before {
  content: ""
}

.fa-square-o:before {
  content: ""
}

.fa-bookmark-o:before {
  content: ""
}

.fa-phone-square:before {
  content: ""
}

.fa-twitter:before {
  content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""
}

.fa-github:before {
  content: ""
}

.fa-unlock:before {
  content: ""
}

.fa-credit-card:before {
  content: ""
}

.fa-feed:before,
.fa-rss:before {
  content: ""
}

.fa-hdd-o:before {
  content: ""
}

.fa-bullhorn:before {
  content: ""
}

.fa-bell:before {
  content: ""
}

.fa-certificate:before {
  content: ""
}

.fa-hand-o-right:before {
  content: ""
}

.fa-hand-o-left:before {
  content: ""
}

.fa-hand-o-up:before {
  content: ""
}

.fa-hand-o-down:before {
  content: ""
}

.fa-arrow-circle-left:before {
  content: ""
}

.fa-arrow-circle-right:before {
  content: ""
}

.fa-arrow-circle-up:before {
  content: ""
}

.fa-arrow-circle-down:before {
  content: ""
}

.fa-globe:before {
  content: ""
}

.fa-wrench:before {
  content: ""
}

.fa-tasks:before {
  content: ""
}

.fa-filter:before {
  content: ""
}

.fa-briefcase:before {
  content: ""
}

.fa-arrows-alt:before {
  content: ""
}

.fa-group:before,
.fa-users:before {
  content: ""
}

.fa-chain:before,
.fa-link:before {
  content: ""
}

.fa-cloud:before {
  content: ""
}

.fa-flask:before {
  content: ""
}

.fa-cut:before,
.fa-scissors:before {
  content: ""
}

.fa-copy:before,
.fa-files-o:before {
  content: ""
}

.fa-paperclip:before {
  content: ""
}

.fa-floppy-o:before,
.fa-save:before {
  content: ""
}

.fa-square:before {
  content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: ""
}

.fa-list-ul:before {
  content: ""
}

.fa-list-ol:before {
  content: ""
}

.fa-strikethrough:before {
  content: ""
}

.fa-underline:before {
  content: ""
}

.fa-table:before {
  content: ""
}

.fa-magic:before {
  content: ""
}

.fa-truck:before {
  content: ""
}

.fa-pinterest:before {
  content: ""
}

.fa-pinterest-square:before {
  content: ""
}

.fa-google-plus-square:before {
  content: ""
}

.fa-google-plus:before {
  content: ""
}

.fa-money:before {
  content: ""
}

.fa-caret-down:before {
  content: ""
}

.fa-caret-up:before {
  content: ""
}

.fa-caret-left:before {
  content: ""
}

.fa-caret-right:before {
  content: ""
}

.fa-columns:before {
  content: ""
}

.fa-sort:before,
.fa-unsorted:before {
  content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: ""
}

.fa-envelope:before {
  content: ""
}

.fa-linkedin:before {
  content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
  content: ""
}

.fa-gavel:before,
.fa-legal:before {
  content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""
}

.fa-comment-o:before {
  content: ""
}

.fa-comments-o:before {
  content: ""
}

.fa-bolt:before,
.fa-flash:before {
  content: ""
}

.fa-sitemap:before {
  content: ""
}

.fa-umbrella:before {
  content: ""
}

.fa-clipboard:before,
.fa-paste:before {
  content: ""
}

.fa-lightbulb-o:before {
  content: ""
}

.fa-exchange:before {
  content: ""
}

.fa-cloud-download:before {
  content: ""
}

.fa-cloud-upload:before {
  content: ""
}

.fa-user-md:before {
  content: ""
}

.fa-stethoscope:before {
  content: ""
}

.fa-suitcase:before {
  content: ""
}

.fa-bell-o:before {
  content: ""
}

.fa-coffee:before {
  content: ""
}

.fa-cutlery:before {
  content: ""
}

.fa-file-text-o:before {
  content: ""
}

.fa-building-o:before {
  content: ""
}

.fa-hospital-o:before {
  content: ""
}

.fa-ambulance:before {
  content: ""
}

.fa-medkit:before {
  content: ""
}

.fa-fighter-jet:before {
  content: ""
}

.fa-beer:before {
  content: ""
}

.fa-h-square:before {
  content: ""
}

.fa-plus-square:before {
  content: ""
}

.fa-angle-double-left:before {
  content: ""
}

.fa-angle-double-right:before {
  content: ""
}

.fa-angle-double-up:before {
  content: ""
}

.fa-angle-double-down:before {
  content: ""
}

.fa-angle-left:before {
  content: ""
}

.fa-angle-right:before {
  content: ""
}

.fa-angle-up:before {
  content: ""
}

.fa-angle-down:before {
  content: ""
}

.fa-desktop:before {
  content: ""
}

.fa-laptop:before {
  content: ""
}

.fa-tablet:before {
  content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""
}

.fa-circle-o:before {
  content: ""
}

.fa-quote-left:before {
  content: ""
}

.fa-quote-right:before {
  content: ""
}

.fa-spinner:before {
  content: ""
}

.fa-circle:before {
  content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
  content: ""
}

.fa-github-alt:before {
  content: ""
}

.fa-folder-o:before {
  content: ""
}

.fa-folder-open-o:before {
  content: ""
}

.fa-smile-o:before {
  content: ""
}

.fa-frown-o:before {
  content: ""
}

.fa-meh-o:before {
  content: ""
}

.fa-gamepad:before {
  content: ""
}

.fa-keyboard-o:before {
  content: ""
}

.fa-flag-o:before {
  content: ""
}

.fa-flag-checkered:before {
  content: ""
}

.fa-terminal:before {
  content: ""
}

.fa-code:before {
  content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""
}

.fa-location-arrow:before {
  content: ""
}

.fa-crop:before {
  content: ""
}

.fa-code-fork:before {
  content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: ""
}

.fa-question:before {
  content: ""
}

.fa-info:before {
  content: ""
}

.fa-exclamation:before {
  content: ""
}

.fa-superscript:before {
  content: ""
}

.fa-subscript:before {
  content: ""
}

.fa-eraser:before {
  content: ""
}

.fa-puzzle-piece:before {
  content: ""
}

.fa-microphone:before {
  content: ""
}

.fa-microphone-slash:before {
  content: ""
}

.fa-shield:before {
  content: ""
}

.fa-calendar-o:before {
  content: ""
}

.fa-fire-extinguisher:before {
  content: ""
}

.fa-rocket:before {
  content: ""
}

.fa-maxcdn:before {
  content: ""
}

.fa-chevron-circle-left:before {
  content: ""
}

.fa-chevron-circle-right:before {
  content: ""
}

.fa-chevron-circle-up:before {
  content: ""
}

.fa-chevron-circle-down:before {
  content: ""
}

.fa-html5:before {
  content: ""
}

.fa-css3:before {
  content: ""
}

.fa-anchor:before {
  content: ""
}

.fa-unlock-alt:before {
  content: ""
}

.fa-bullseye:before {
  content: ""
}

.fa-ellipsis-h:before {
  content: ""
}

.fa-ellipsis-v:before {
  content: ""
}

.fa-rss-square:before {
  content: ""
}

.fa-play-circle:before {
  content: ""
}

.fa-ticket:before {
  content: ""
}

.fa-minus-square:before {
  content: ""
}

.fa-minus-square-o:before {
  content: ""
}

.fa-level-up:before {
  content: ""
}

.fa-level-down:before {
  content: ""
}

.fa-check-square:before {
  content: ""
}

.fa-pencil-square:before {
  content: ""
}

.fa-external-link-square:before {
  content: ""
}

.fa-share-square:before {
  content: ""
}

.fa-compass:before {
  content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: ""
}

.fa-eur:before,
.fa-euro:before {
  content: ""
}

.fa-gbp:before {
  content: ""
}

.fa-dollar:before,
.fa-usd:before {
  content: ""
}

.fa-inr:before,
.fa-rupee:before {
  content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: ""
}

.fa-krw:before,
.fa-won:before {
  content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
  content: ""
}

.fa-file:before {
  content: ""
}

.fa-file-text:before {
  content: ""
}

.fa-sort-alpha-asc:before {
  content: ""
}

.fa-sort-alpha-desc:before {
  content: ""
}

.fa-sort-amount-asc:before {
  content: ""
}

.fa-sort-amount-desc:before {
  content: ""
}

.fa-sort-numeric-asc:before {
  content: ""
}

.fa-sort-numeric-desc:before {
  content: ""
}

.fa-thumbs-up:before {
  content: ""
}

.fa-thumbs-down:before {
  content: ""
}

.fa-youtube-square:before {
  content: ""
}

.fa-youtube:before {
  content: ""
}

.fa-xing:before {
  content: ""
}

.fa-xing-square:before {
  content: ""
}

.fa-youtube-play:before {
  content: ""
}

.fa-dropbox:before {
  content: ""
}

.fa-stack-overflow:before {
  content: ""
}

.fa-instagram:before {
  content: ""
}

.fa-flickr:before {
  content: ""
}

.fa-adn:before {
  content: ""
}

.fa-bitbucket:before {
  content: ""
}

.fa-bitbucket-square:before {
  content: ""
}

.fa-tumblr:before {
  content: ""
}

.fa-tumblr-square:before {
  content: ""
}

.fa-long-arrow-down:before {
  content: ""
}

.fa-long-arrow-up:before {
  content: ""
}

.fa-long-arrow-left:before {
  content: ""
}

.fa-long-arrow-right:before {
  content: ""
}

.fa-apple:before {
  content: ""
}

.fa-windows:before {
  content: ""
}

.fa-android:before {
  content: ""
}

.fa-linux:before {
  content: ""
}

.fa-dribbble:before {
  content: ""
}

.fa-skype:before {
  content: ""
}

.fa-foursquare:before {
  content: ""
}

.fa-trello:before {
  content: ""
}

.fa-female:before {
  content: ""
}

.fa-male:before {
  content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
  content: ""
}

.fa-sun-o:before {
  content: ""
}

.fa-moon-o:before {
  content: ""
}

.fa-archive:before {
  content: ""
}

.fa-bug:before {
  content: ""
}

.fa-vk:before {
  content: ""
}

.fa-weibo:before {
  content: ""
}

.fa-renren:before {
  content: ""
}

.fa-pagelines:before {
  content: ""
}

.fa-stack-exchange:before {
  content: ""
}

.fa-arrow-circle-o-right:before {
  content: ""
}

.fa-arrow-circle-o-left:before {
  content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: ""
}

.fa-dot-circle-o:before {
  content: ""
}

.fa-wheelchair:before {
  content: ""
}

.fa-vimeo-square:before {
  content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
  content: ""
}

.fa-plus-square-o:before {
  content: ""
}

.fa-space-shuttle:before {
  content: ""
}

.fa-slack:before {
  content: ""
}

.fa-envelope-square:before {
  content: ""
}

.fa-wordpress:before {
  content: ""
}

.fa-openid:before {
  content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: ""
}

.fa-yahoo:before {
  content: ""
}

.fa-google:before {
  content: ""
}

.fa-reddit:before {
  content: ""
}

.fa-reddit-square:before {
  content: ""
}

.fa-stumbleupon-circle:before {
  content: ""
}

.fa-stumbleupon:before {
  content: ""
}

.fa-delicious:before {
  content: ""
}

.fa-digg:before {
  content: ""
}

.fa-pied-piper-pp:before {
  content: ""
}

.fa-pied-piper-alt:before {
  content: ""
}

.fa-drupal:before {
  content: ""
}

.fa-joomla:before {
  content: ""
}

.fa-language:before {
  content: ""
}

.fa-fax:before {
  content: ""
}

.fa-building:before {
  content: ""
}

.fa-child:before {
  content: ""
}

.fa-paw:before {
  content: ""
}

.fa-spoon:before {
  content: ""
}

.fa-cube:before {
  content: ""
}

.fa-cubes:before {
  content: ""
}

.fa-behance:before {
  content: ""
}

.fa-behance-square:before {
  content: ""
}

.fa-steam:before {
  content: ""
}

.fa-steam-square:before {
  content: ""
}

.fa-recycle:before {
  content: ""
}

.fa-automobile:before,
.fa-car:before {
  content: ""
}

.fa-cab:before,
.fa-taxi:before {
  content: ""
}

.fa-tree:before {
  content: ""
}

.fa-spotify:before {
  content: ""
}

.fa-deviantart:before {
  content: ""
}

.fa-soundcloud:before {
  content: ""
}

.fa-database:before {
  content: ""
}

.fa-file-pdf-o:before {
  content: ""
}

.fa-file-word-o:before {
  content: ""
}

.fa-file-excel-o:before {
  content: ""
}

.fa-file-powerpoint-o:before {
  content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""
}

.fa-file-code-o:before {
  content: ""
}

.fa-vine:before {
  content: ""
}

.fa-codepen:before {
  content: ""
}

.fa-jsfiddle:before {
  content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: ""
}

.fa-circle-o-notch:before {
  content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: ""
}

.fa-empire:before,
.fa-ge:before {
  content: ""
}

.fa-git-square:before {
  content: ""
}

.fa-git:before {
  content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: ""
}

.fa-tencent-weibo:before {
  content: ""
}

.fa-qq:before {
  content: ""
}

.fa-wechat:before,
.fa-weixin:before {
  content: ""
}

.fa-paper-plane:before,
.fa-send:before {
  content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: ""
}

.fa-history:before {
  content: ""
}

.fa-circle-thin:before {
  content: ""
}

.fa-header:before {
  content: ""
}

.fa-paragraph:before {
  content: ""
}

.fa-sliders:before {
  content: ""
}

.fa-share-alt:before {
  content: ""
}

.fa-share-alt-square:before {
  content: ""
}

.fa-bomb:before {
  content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: ""
}

.fa-tty:before {
  content: ""
}

.fa-binoculars:before {
  content: ""
}

.fa-plug:before {
  content: ""
}

.fa-slideshare:before {
  content: ""
}

.fa-twitch:before {
  content: ""
}

.fa-yelp:before {
  content: ""
}

.fa-newspaper-o:before {
  content: ""
}

.fa-wifi:before {
  content: ""
}

.fa-calculator:before {
  content: ""
}

.fa-paypal:before {
  content: ""
}

.fa-google-wallet:before {
  content: ""
}

.fa-cc-visa:before {
  content: ""
}

.fa-cc-mastercard:before {
  content: ""
}

.fa-cc-discover:before {
  content: ""
}

.fa-cc-amex:before {
  content: ""
}

.fa-cc-paypal:before {
  content: ""
}

.fa-cc-stripe:before {
  content: ""
}

.fa-bell-slash:before {
  content: ""
}

.fa-bell-slash-o:before {
  content: ""
}

.fa-trash:before {
  content: ""
}

.fa-copyright:before {
  content: ""
}

.fa-at:before {
  content: ""
}

.fa-eyedropper:before {
  content: ""
}

.fa-paint-brush:before {
  content: ""
}

.fa-birthday-cake:before {
  content: ""
}

.fa-area-chart:before {
  content: ""
}

.fa-pie-chart:before {
  content: ""
}

.fa-line-chart:before {
  content: ""
}

.fa-lastfm:before {
  content: ""
}

.fa-lastfm-square:before {
  content: ""
}

.fa-toggle-off:before {
  content: ""
}

.fa-toggle-on:before {
  content: ""
}

.fa-bicycle:before {
  content: ""
}

.fa-bus:before {
  content: ""
}

.fa-ioxhost:before {
  content: ""
}

.fa-angellist:before {
  content: ""
}

.fa-cc:before {
  content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: ""
}

.fa-meanpath:before {
  content: ""
}

.fa-buysellads:before {
  content: ""
}

.fa-connectdevelop:before {
  content: ""
}

.fa-dashcube:before {
  content: ""
}

.fa-forumbee:before {
  content: ""
}

.fa-leanpub:before {
  content: ""
}

.fa-sellsy:before {
  content: ""
}

.fa-shirtsinbulk:before {
  content: ""
}

.fa-simplybuilt:before {
  content: ""
}

.fa-skyatlas:before {
  content: ""
}

.fa-cart-plus:before {
  content: ""
}

.fa-cart-arrow-down:before {
  content: ""
}

.fa-diamond:before {
  content: ""
}

.fa-ship:before {
  content: ""
}

.fa-user-secret:before {
  content: ""
}

.fa-motorcycle:before {
  content: ""
}

.fa-street-view:before {
  content: ""
}

.fa-heartbeat:before {
  content: ""
}

.fa-venus:before {
  content: ""
}

.fa-mars:before {
  content: ""
}

.fa-mercury:before {
  content: ""
}

.fa-intersex:before,
.fa-transgender:before {
  content: ""
}

.fa-transgender-alt:before {
  content: ""
}

.fa-venus-double:before {
  content: ""
}

.fa-mars-double:before {
  content: ""
}

.fa-venus-mars:before {
  content: ""
}

.fa-mars-stroke:before {
  content: ""
}

.fa-mars-stroke-v:before {
  content: ""
}

.fa-mars-stroke-h:before {
  content: ""
}

.fa-neuter:before {
  content: ""
}

.fa-genderless:before {
  content: ""
}

.fa-facebook-official:before {
  content: ""
}

.fa-pinterest-p:before {
  content: ""
}

.fa-whatsapp:before {
  content: ""
}

.fa-server:before {
  content: ""
}

.fa-user-plus:before {
  content: ""
}

.fa-user-times:before {
  content: ""
}

.fa-bed:before,
.fa-hotel:before {
  content: ""
}

.fa-viacoin:before {
  content: ""
}

.fa-train:before {
  content: ""
}

.fa-subway:before {
  content: ""
}

.fa-medium:before {
  content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
  content: ""
}

.fa-optin-monster:before {
  content: ""
}

.fa-opencart:before {
  content: ""
}

.fa-expeditedssl:before {
  content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""
}

.fa-mouse-pointer:before {
  content: ""
}

.fa-i-cursor:before {
  content: ""
}

.fa-object-group:before {
  content: ""
}

.fa-object-ungroup:before {
  content: ""
}

.fa-sticky-note:before {
  content: ""
}

.fa-sticky-note-o:before {
  content: ""
}

.fa-cc-jcb:before {
  content: ""
}

.fa-cc-diners-club:before {
  content: ""
}

.fa-clone:before {
  content: ""
}

.fa-balance-scale:before {
  content: ""
}

.fa-hourglass-o:before {
  content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""
}

.fa-hourglass:before {
  content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: ""
}

.fa-hand-scissors-o:before {
  content: ""
}

.fa-hand-lizard-o:before {
  content: ""
}

.fa-hand-spock-o:before {
  content: ""
}

.fa-hand-pointer-o:before {
  content: ""
}

.fa-hand-peace-o:before {
  content: ""
}

.fa-trademark:before {
  content: ""
}

.fa-registered:before {
  content: ""
}

.fa-creative-commons:before {
  content: ""
}

.fa-gg:before {
  content: ""
}

.fa-gg-circle:before {
  content: ""
}

.fa-tripadvisor:before {
  content: ""
}

.fa-odnoklassniki:before {
  content: ""
}

.fa-odnoklassniki-square:before {
  content: ""
}

.fa-get-pocket:before {
  content: ""
}

.fa-wikipedia-w:before {
  content: ""
}

.fa-safari:before {
  content: ""
}

.fa-chrome:before {
  content: ""
}

.fa-firefox:before {
  content: ""
}

.fa-opera:before {
  content: ""
}

.fa-internet-explorer:before {
  content: ""
}

.fa-television:before,
.fa-tv:before {
  content: ""
}

.fa-contao:before {
  content: ""
}

.fa-500px:before {
  content: ""
}

.fa-amazon:before {
  content: ""
}

.fa-calendar-plus-o:before {
  content: ""
}

.fa-calendar-minus-o:before {
  content: ""
}

.fa-calendar-times-o:before {
  content: ""
}

.fa-calendar-check-o:before {
  content: ""
}

.fa-industry:before {
  content: ""
}

.fa-map-pin:before {
  content: ""
}

.fa-map-signs:before {
  content: ""
}

.fa-map-o:before {
  content: ""
}

.fa-map:before {
  content: ""
}

.fa-commenting:before {
  content: ""
}

.fa-commenting-o:before {
  content: ""
}

.fa-houzz:before {
  content: ""
}

.fa-vimeo:before {
  content: ""
}

.fa-black-tie:before {
  content: ""
}

.fa-fonticons:before {
  content: ""
}

.fa-reddit-alien:before {
  content: ""
}

.fa-edge:before {
  content: ""
}

.fa-credit-card-alt:before {
  content: ""
}

.fa-codiepie:before {
  content: ""
}

.fa-modx:before {
  content: ""
}

.fa-fort-awesome:before {
  content: ""
}

.fa-usb:before {
  content: ""
}

.fa-product-hunt:before {
  content: ""
}

.fa-mixcloud:before {
  content: ""
}

.fa-scribd:before {
  content: ""
}

.fa-pause-circle:before {
  content: ""
}

.fa-pause-circle-o:before {
  content: ""
}

.fa-stop-circle:before {
  content: ""
}

.fa-stop-circle-o:before {
  content: ""
}

.fa-shopping-bag:before {
  content: ""
}

.fa-shopping-basket:before {
  content: ""
}

.fa-hashtag:before {
  content: ""
}

.fa-bluetooth:before {
  content: ""
}

.fa-bluetooth-b:before {
  content: ""
}

.fa-percent:before {
  content: ""
}

.fa-gitlab:before {
  content: ""
}

.fa-wpbeginner:before {
  content: ""
}

.fa-wpforms:before {
  content: ""
}

.fa-envira:before {
  content: ""
}

.fa-universal-access:before {
  content: ""
}

.fa-wheelchair-alt:before {
  content: ""
}

.fa-question-circle-o:before {
  content: ""
}

.fa-blind:before {
  content: ""
}

.fa-audio-description:before {
  content: ""
}

.fa-volume-control-phone:before {
  content: ""
}

.fa-braille:before {
  content: ""
}

.fa-assistive-listening-systems:before {
  content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: ""
}

.fa-glide:before {
  content: ""
}

.fa-glide-g:before {
  content: ""
}

.fa-sign-language:before,
.fa-signing:before {
  content: ""
}

.fa-low-vision:before {
  content: ""
}

.fa-viadeo:before {
  content: ""
}

.fa-viadeo-square:before {
  content: ""
}

.fa-snapchat:before {
  content: ""
}

.fa-snapchat-ghost:before {
  content: ""
}

.fa-snapchat-square:before {
  content: ""
}

.fa-pied-piper:before {
  content: ""
}

.fa-first-order:before {
  content: ""
}

.fa-yoast:before {
  content: ""
}

.fa-themeisle:before {
  content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
  content: ""
}

.fa-handshake-o:before {
  content: ""
}

.fa-envelope-open:before {
  content: ""
}

.fa-envelope-open-o:before {
  content: ""
}

.fa-linode:before {
  content: ""
}

.fa-address-book:before {
  content: ""
}

.fa-address-book-o:before {
  content: ""
}

.fa-address-card:before,
.fa-vcard:before {
  content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: ""
}

.fa-user-circle:before {
  content: ""
}

.fa-user-circle-o:before {
  content: ""
}

.fa-user-o:before {
  content: ""
}

.fa-id-badge:before {
  content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""
}

.fa-quora:before {
  content: ""
}

.fa-free-code-camp:before {
  content: ""
}

.fa-telegram:before {
  content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""
}

.fa-shower:before {
  content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: ""
}

.fa-podcast:before {
  content: ""
}

.fa-window-maximize:before {
  content: ""
}

.fa-window-minimize:before {
  content: ""
}

.fa-window-restore:before {
  content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""
}

.fa-bandcamp:before {
  content: ""
}

.fa-grav:before {
  content: ""
}

.fa-etsy:before {
  content: ""
}

.fa-imdb:before {
  content: ""
}

.fa-ravelry:before {
  content: ""
}

.fa-eercast:before {
  content: ""
}

.fa-microchip:before {
  content: ""
}

.fa-snowflake-o:before {
  content: ""
}

.fa-superpowers:before {
  content: ""
}

.fa-wpexplorer:before {
  content: ""
}

.fa-meetup:before {
  content: ""
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.navbar-primary {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: 0 0 0 1px #eee;
  background: #fff;
  min-height: 70px;
  transition: 350ms
}

.navbar-primary .navbar-nav>li.open>a {
  background: 0 0;
  color: #285584
}

.navbar-primary .navbar-nav>li.open>a:focus,
.navbar-primary .navbar-nav>li.open>a:hover {
  background: 0 0;
  color: #285584
}

.navbar-primary .navbar-nav>li>a {
  color: #666
}

.navbar-primary .navbar-nav>li>a:focus,
.navbar-primary .navbar-nav>li>a:hover {
  background: 0 0;
  color: #285584
}

@media only screen and (min-width:991px) {
  .navbar-primary .navbar-nav>li.dropdown:hover>ul.dropdown-menu {
    display: block
  }

  .navbar-primary .navbar-nav>li>.dropdown-menu {
    margin-top: -16px;
    border-radius: 4px;
    border: 0;
    background: #fff;
    padding: 10px 0
  }
}

@media only screen and (max-width:991px) {
  .navbar-primary .navbar-nav>li>.dropdown-menu {
    padding: 5px 12px
  }
}

.cover-header .navbar-primary {
  background-color: #1e2b68;
  box-shadow: none
}

.tour-overview .navbar-primary {
  background-color: #1a2662;
  box-shadow: none
}

.tour-overview .navbar-primary .navbar-nav>li>a:focus,
.tour-overview .navbar-primary .navbar-nav>li>a:hover {
  color: #a7c6e0
}

.tour-asiatech .navbar-primary {
  background-color: #112068;
  box-shadow: none
}

.tour-asiatech .navbar-primary .navbar-nav>li>a:focus,
.tour-overview .navbar-primary .navbar-nav>li>a:hover {
  color: #a7c6e0
}

.tour-network .navbar-primary {
  background-color: #273240;
  box-shadow: none
}

.tour-network .navbar-primary .navbar-nav>li>a:focus,
.tour-overview .navbar-primary .navbar-nav>li>a:hover {
  color: #a7c6e0
}

.tour-hosting .navbar-primary {
  background-color: #1f3145;
  box-shadow: none
}

.tour-hosting .navbar-primary .navbar-nav>li>a:focus,
.tour-hosting .navbar-primary .navbar-nav>li>a:hover {
  color: #cce4eb
}

.tour-domains .navbar-primary {
  background-color: #192c32;
  box-shadow: none
}

.tour-domains .navbar-primary .navbar-nav>li>a:focus,
.tour-domains .navbar-primary .navbar-nav>li>a:hover {
  color: #fff
}

.tour-billing .navbar-primary {
  background-color: #211159;
  box-shadow: none
}

.tour-billing .navbar-primary .navbar-nav>li>a:focus,
.tour-billing .navbar-primary .navbar-nav>li>a:hover {
  color: #cff0e4
}

.tour-support .navbar-primary {
  background-color: #3d536c;
  box-shadow: none
}

.tour-support .navbar-primary .navbar-nav>li>a:focus,
.tour-support .navbar-primary .navbar-nav>li>a:hover {
  color: #e2aede
}

.tour-developers .navbar-primary {
  background-color: #404b55;
  box-shadow: none
}

.tour-developers .navbar-primary .navbar-nav>li>a:focus,
.tour-developers .navbar-primary .navbar-nav>li>a:hover {
  color: #b4bec7
}

.addons-project .navbar-primary {
  background-color: #202736;
  box-shadow: none
}

.addons-nvme .navbar-primary {
  background-color: #1c1c1c;
  box-shadow: none
}

.addons-project .navbar-primary .navbar-nav>li>a:focus,
.addons-project .navbar-primary .navbar-nav>li>a:hover {
  color: #a7c6e0
}

.addons-ssl .navbar-primary {
  background-color: #f8a411;
  box-shadow: none
}

.addons-ssl .navbar-primary .navbar-nav>li>a:focus,
.addons-ssl .navbar-primary .navbar-nav>li>a:hover {
  color: #fef0d7
}

.addons-mobile .navbar-primary {
  background-color: #de3276;
  box-shadow: none
}

.addons-mobile .navbar-primary .navbar-nav>li>a:focus,
.addons-mobile .navbar-primary .navbar-nav>li>a:hover {
  color: #fae2eb
}

.addons-licensing .navbar-primary {
  background-color: #95b12c;
  box-shadow: none
}

.addons-licensing .navbar-primary .navbar-nav>li>a:focus,
.addons-licensing .navbar-primary .navbar-nav>li>a:hover {
  color: #e3eebb
}

.blog .navbar-primary {
  background-color: #353535;
  box-shadow: none
}

.blog .navbar-primary .navbar-nav>li>a:focus,
.blog .navbar-primary .navbar-nav>li>a:hover {
  color: #ccc
}

.navbar-primary .navbar-toggle:focus,
.navbar-primary .navbar-toggle:hover {
  background: 0 0
}

.navbar-primary .navbar-brand {
  width: 195px;
  height: 100%;
  padding: 16px 15px;
  transition: 350ms
}

@media only screen and (max-width:991px) {
  .navbar-primary .navbar-brand {
    width: 160px;
    padding: 20px 15px
  }
}

.navbar-primary .navbar-brand .logo-alt1,
.navbar-primary .navbar-brand .logo-white {
  display: none
}

.cover-header .navbar-primary .navbar-brand .logo-blue {
  display: none
}

.cover-header .navbar-primary .navbar-brand .logo-white {
  display: block
}

.cover-header.alt-logo1 .navbar-primary .navbar-brand .logo-blue,
.cover-header.alt-logo1 .navbar-primary .navbar-brand .logo-white {
  display: none
}

.cover-header.alt-logo1 .navbar-primary .navbar-brand .logo-alt1 {
  display: block
}

.navbar-primary .logo__img {
  width: 100%
}

.navbar-primary .navbar-collapse.collapse.in .navbar-brand,
.navbar-primary .navbar-collapse.collapsing .navbar-brand {
  width: 160px;
  padding: 15px
}

.navbar-primary .navbar-nav>li.open>a {
  color: #4d4d4d
}

.navbar-primary .navbar-nav>li.open>a:focus,
.navbar-primary .navbar-nav>li.open>a:hover {
  color: #4d4d4d
}

.navbar-primary .navbar-nav>li>a {
  padding: 25px 12px;
  font-family: Shabnam;
  color: #2d2d2d;
  font-size: 15px
}

.navbar-primary .navbar-nav>li>a:focus,
.navbar-primary .navbar-nav>li>a:hover {
  background: 0 0;
  color: #4d4d4d
}

@media only screen and (max-width:991px) {
  .navbar-primary .navbar-nav>li>a {
    padding: 5px 20px
  }
}

.cover-header .navbar-primary .navbar-nav>li>a {
  color: #eee
}

@media only screen and (min-width:991px) {
  .navbar--animated .navbar-primary .navbar-nav>li>a {
    color: #666
  }
}

.navbar-primary .navbar-collapse {
  border: 0
}

.navbar-primary .navbar-toggle {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  padding: 10px 12px
}

.navbar-primary .navbar-toggle:focus,
.navbar-primary .navbar-toggle:hover {
  background: 0 0
}

.navbar-primary .navbar-toggle.open .icon-bar:nth-child(1) {
  top: 8.5px;
  transform: rotate(45deg)
}

.navbar-primary .navbar-toggle.open .icon-bar:nth-child(2) {
  opacity: 0
}

.navbar-primary .navbar-toggle.open .icon-bar:nth-child(3) {
  bottom: 8.5px;
  transform: rotate(-45deg)
}

.navbar-primary .navbar-toggle .icon-bar {
  height: 3px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #888
}

.cover-header .navbar-primary .navbar-toggle .icon-bar {
  background-color: #eee
}

.navbar-primary .navbar-toggle .icon-bar:nth-child(1) {
  top: 0
}

.navbar-primary .navbar-toggle .icon-bar:nth-child(2) {
  margin-top: -1.5px;
  top: 50%
}

.navbar-primary .navbar-toggle .icon-bar:nth-child(3) {
  bottom: 0
}

.navbar-primary .icon-bar {
  transition: .3s
}

.navbar-primary .navbar-nav>li>a.btn {
  margin: 18px 0 0 5px;
  padding: 6px 12px;
  font-family: Shabnam;
  font-weight: 400;
  font-size: 14px;
  text-transform: none
}

@media only screen and (min-width:991px) {
  .navbar--animated .navbar-primary .navbar-nav>li>a.btn {
    margin-top: 12px;
    font-size: .92em
  }
}

@media only screen and (max-width:991px) {
  .navbar-primary .navbar-nav>li>a.btn {
    margin: 5px 20px;
    font-size: 1em
  }
}

.navbar-primary .navbar-nav>li>a.btn-link {
  color: #417fbc
}

.cover-header .navbar-primary .navbar-nav>li>a.btn-link {
  color: #eee
}

@media only screen and (min-width:991px) {
  .navbar--animated .navbar-primary .navbar-nav>li>a.btn-link {
    color: #417fbc
  }
}

.navbar-primary .navbar-nav>li>a.btn-brand {

  border-color: #41bc44;
  color: #41bc44
}

.cover-header.alt-logo1 .navbar-primary .navbar-nav>li>a.btn-brand {
  background: #043855;
  border-color: #043855
}

@media only screen and (max-width:991px) {
  .navbar-primary .navbar-nav>li>a.btn-brand {
    margin-bottom: 20px
  }
}

.navbar-primary .navbar-nav>li>a.btn-brand:focus,
.navbar-primary .navbar-nav>li>a.btn-brand:hover {
  background-color: #3b689a;
  border-color: #3b689a;
  color: #fff
}

.cover-header .navbar-primary .navbar-nav>li>a.btn-brand:focus,
.cover-header .navbar-primary .navbar-nav>li>a.btn-brand:hover {
  background-color: #1f3145;
  border-color: #868b91;
}

.navbar--animated .navbar-primary .navbar-nav>li>a.btn-brand:focus,
.navbar--animated .navbar-primary .navbar-nav>li>a.btn-brand:hover {
  background-color: #3b689a;
  border-color: #3b689a;
  color: #fff
}

@media only screen and (min-width:991px) {
  .navbar--animated {
    background: #fff;
    min-height: 60px
  }

  .cover-header .navbar--animated {
    background: #fff;
    box-shadow: 0 0 0 1px #eee
  }

  .cover-header .navbar--animated .logo-blue {
    display: block !important
  }

  .cover-header .navbar--animated .logo-alt1,
  .cover-header .navbar--animated .logo-white {
    display: none !important
  }

  .navbar--animated .navbar-brand {
    width: 160px;
    padding: 14px
  }

  .navbar--animated .navbar-brand .logo-alt1,
  .navbar--animated .navbar-brand .logo-white {
    display: none
  }

  .navbar--animated .navbar-brand .logo-blue {
    display: block
  }

  .navbar--animated .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .navbar--animated .navbar-nav>li>a {
    color: #666;
    font-size: 14px;
    padding: 20px 12px
  }
}

@media only screen and (min-width:991px) and (min-width:991px) {
  .navbar--animated .navbar-nav>li>a.btn {
    margin-top: 12px;
    font-size: .92em
  }
}

@media only screen and (min-width:991px) {
  .cover-header .navbar--animated .navbar-nav>li>a:not(.btn) {
    color: #000
  }

  .cover-header .navbar--animated .navbar-nav>li>a.btn-link {
    color: #417fbc
  }
}

.footer {
  color: #b4c1ce;
  position: relative
}

.footer__top-holder {
  background: #2f4052;
  padding: 100px 0;
  font-size: 14px
}

@media only screen and (max-width:991px) {
  .footer__top-holder {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) {
  .footer__top-holder {
    font-size: 14px;
    padding: 40px 0
  }
}

.footer__top-holder a {
  color: #8ea7bf
}

.footer__top-holder a:focus,
.footer__top-holder a:hover {
  color: #fff
}

.footer__bottom-holder {
  background: #283645;
  padding: 30px 0;
  font-size: 12px
}

.footer__title {
  color: #cad3dc;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #445a71;
  font-family: Shabnam
}

@media only screen and (max-width:767px) {
  .footer__bottom-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
}

@media only screen and (max-width:767px) {
  .footer__bottom-inner__item+.footer__bottom-inner__item {
    margin-top: 20px
  }
}

@media only screen and (min-width:767px) {
  .footer__bottom-inner__item--right {
    text-align: right
  }
}

.footer__logo img {
  width: 135px;
  height: 33px;
  display: inline-block;
  margin-bottom: 20px
}

.footer-nav {
  margin-bottom: 0
}

.cpanel-partner-badge img {
  max-width: 315px;
  margin-bottom: 14px
}

@media only screen and (min-width:767px) {
  .row--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
  }

  .row--flex:after,
  .row--flex:before {
    content: none
  }
}

.row--flex>[class^=col] {
  float: none
}

@media only screen and (min-width:991px) {
  .row--flex-sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .row--flex-sm:after,
  .row--flex-sm:before {
    content: none
  }
}

.row--flex-sm>[class^=col] {
  float: none
}

:active,
:focus,
:hover {
  outline: 0 !important
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
  outline-offset: 0
}

ol,
ul {
  margin-bottom: 20px
}

ol:last-child,
ul:last-child {
  margin-bottom: 0
}

.relative {
  position: relative
}

.z-index {
  position: relative;
  z-index: 10
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.full-width {
  width: 100%;
  display: block
}

.overflow {
  overflow: hidden
}

@media only screen and (max-width:767px) {
  .push-xs-down {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:991px) {
  .push-sm-down {
    margin-bottom: 20px
  }
}

.img-holder {
  padding: 15px
}

@font-face {
  font-family: Shabnam;
  src: url('../fonts/Shabnam.eot');
  src: url('../fonts/Shabnam.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Shabnam.woff') format('woff'),
    url('../fonts/Shabnam.ttf') format('truetype');
  font-weight: normal;
}

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Shabnam;
  color: #333;
  font-size: 16px;
  line-height: 2
}

html {
  height: 100%
}

body {
  min-height: 100%;
  padding-top: 70px
}

.main {
  -ms-flex: 1;
  flex: 1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Shabnam;
  font-weight: 400
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0
}

.h1,
h1 {
  font-size: 23px
}

@media only screen and (max-width:991px) {

  .h1,
  h1 {
    font-size: 23px;
  }
}

.h2,
h2 {
  font-size: 20px;
}

@media only screen and (max-width:991px) {

  .h2,
  h2 {
    font-size: 20px
  }
}

.h4,
h4 {
  font-size: 20px
}

.h5,
h5 {
  font-size: 17px
}

.h6,
h6 {
  font-size: 14px
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #285f8f;
  text-decoration: none
}

a,
button {
  transition: 250ms
}

p {
  margin-bottom: 20px
}

p:last-child {
  margin-bottom: 0
}

.lead {
  font-size: 16px;
  line-height: 2 !important;
}

.font-base-light {
  font-family: Shabnam
}

.font-base-regular {
  font-family: Shabnam
}

.font-base-semibold {
  font-family: OpenSans-Semibold
}

.font-base-bold {
  font-family: Shabnam
}

.font-secondary-light {
  font-family: Shabnam
}

.font-secondary-regular {
  font-family: Shabnam
}

.font-secondary-semibold {
  font-family: Shabnam
}

.font-secondary-bold {
  font-family: Shabnam
}

.text-primary {
  color: #337ab7
}

.text-sky {
  color: #00aced
}

.text-info {
  color: #5bc0de
}

.text-mutted {
  color: #f8f8f8
}

.text-mutted-soft {
  color: #eee
}

.bg-white,
.img-holder {
  background: #fff
}

.bg-mutted {
  background-color: #f8f8f8
}

.bg-mutted-soft {
  background-color: #eee
}

.btn.btn-link {
  border-color: transparent;
  color: #3b689a;
  text-decoration: underline
}

.btn.btn-link:focus,
.btn.btn-link:hover {
  color: #417fbc;
  text-decoration: none
}

.btn.btn-info-outline {
  border: 2px solid #5bc0de;
  color: #5bc0de;
  background: 0 0
}

.btn.btn-info-outline:focus,
.btn.btn-info-outline:hover {
  color: #fff;
  background: #5bc0de
}

.btn.btn-sky-outline {
  border: 2px solid #00aced;
  color: #00aced;
  background: 0 0
}

.btn.btn-sky-outline:focus,
.btn.btn-sky-outline:hover {
  color: #fff;
  background: #00aced
}

.btn.btn-white-outline {
  padding: 10px 35px;
  border: 2px solid #fff;
  color: #333;
  background: #fff
}

.btn.btn-white-outline:focus,
.btn.btn-white-outline:hover {
  color: #666
}

.btn-arrowed {
  padding: 0;
  font-size: 1.4em;
  border: 0;
  background-color: #2b6086;
  color: #fff;
  border-radius: 4px
}

.btn-arrowed span {
  float: left;
  padding: 10px 40px
}

.btn-arrowed i {
  float: right;
  background-color: #4179a0;
  padding: 14px 12px;
  border-radius: 0 4px 4px 0
}

.btn-arrowed:hover {
  background-color: #2b6086;
  color: #fff
}

.btn-arrowed:hover i {
  background-color: #2b6086
}

.section {
  position: relative;
  padding: 60px 0
}

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

.section.bordered-bottom {
  border-bottom: 1px solid #eee
}

.section.inverse {
  background-color: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 60px 0
}

.section .t-margin-40 {
  margin-top: 40px
}

@media(max-width:991px) {
  .section .t-margin-40 {
    margin-top: 10px
  }
}

.section .b-margin-40 {
  margin-bottom: 40px
}

.section--sm {
  position: relative;
  padding: 30px 0
}

.list-service__item {
  display: inline-block
}

.list-service__item+.list-service__item {
  margin-left: 2.5px
}

.list-service__img {
  width: 48px;
  height: 30px
}

.list-content {
  font-size: 18px
}

@media only screen and (max-width:1199px) {
  .list-content {
    font-size: 16px
  }
}

@media only screen and (max-width:767px) {
  .list-content {
    font-size: 14px
  }
}

.list-content__item {
  padding: 2.5px 0
}

.list-content__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  text-align: center;
  -ms-flex-preferred-size: 25px;
  flex-basis: 25px
}

.content-nav__item {
  position: relative;
  display: inline-block;
  color: #777
}

.content-nav__item+.content-nav__item {
  margin-left: 2.5px
}

.content-nav__item+.content-nav__item:before {
  content: '|';
  margin-left: 2.5px;
  margin-right: 5px
}

.content-nav__link {
  color: #707e8c
}

.content-nav__link:focus,
.content-nav__link:hover {
  color: #fff
}

.card,
.card__logos,
.flex,
.footer__bottom-inner,
.img-holder,
.list-content__item,
body {
  display: -ms-flexbox;
  display: flex
}

.flex-inline {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.card,
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-column,
.img-holder,
body {
  -ms-flex-direction: column;
  flex-direction: column;
  direction: rtl;
}

.flex-start {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.flex-between,
.footer__bottom-inner {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.flex-content-center,
.img-holder {
  -ms-flex-pack: center;
  justify-content: center
}

.flex-item-center,
.footer__bottom-inner,
.list-content__item {
  -ms-flex-align: center;
  align-items: center
}

.flex-item-start {
  -ms-flex-align: start;
  align-items: flex-start
}

.flex-item-end {
  margin-top: auto
}

.flex-item-between {
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.flex-basis-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.flex-grow,
.img-holder {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.flex-ellipsis {
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media only screen and (max-width:767px) {
  .card {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.card+.card {
  margin-top: 50px
}

.card__item {
  text-align: center;
  padding: 30px;
  border: 1px solid #eee
}

@media only screen and (max-width:767px) {
  .card__item {
    padding: 20px 15px
  }
}

@media only screen and (min-width:767px) {
  .card__item+.card__item {
    margin-left: 30px
  }
}

@media only screen and (max-width:767px) {
  .card__item+.card__item {
    margin-top: 20px
  }
}

.card__item .content-nav__item {
  text-transform: uppercase;
  font-family: Raleway-Bold
}

.card__item--half {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex: 1;
  flex: 1
}

.card__logo {
  margin-bottom: 10px;
  display: inline-block
}

.card__logos {
  margin-bottom: 5px
}

@media only screen and (max-width:767px) {
  .card__logos {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cover {
  margin: 0;
  padding: 100px 0;
  background-color: #043855;
  color: #fff;
  text-align: center
}

.hero {
  margin: 0;
  padding: 100px 0;
  background-color: #043855;
  color: #fff
}

.hero.hero-support {
  background-color: #283645;
  background-size: cover;
  padding: 50px 0
}

.hero.hero-blog {
  background-color: #043855;
  padding: 25px 0
}

.section-header-lined {
  border-bottom: 1px solid #eee
}

.body-content.margin-bottom {
  margin-bottom: 80px
}

h2,
h3,
h4,
h5 {
  color: #132D5C
}

.section-title-navy {
  background-color: #283645;
  color: #fff
}

.section-title-blue {
  background-color: #1a2662;
  color: #4BD7D7
}

.blue-bg {
  background-color: #355b84;
  color: #fff
}

.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5 {
  color: #eee
}

.section-standout {
  font-size: 1.2em
}

.section-margin-b50 {
  margin-bottom: 50px
}

.btn-extra-padded {
  padding: 10px 30px
}

.section-404 img {
  display: block;
  max-width: 250px;
  margin: 0 auto 30px
}

@media(min-width:991px) {
  .section-404 {
    padding: 160px 0
  }

  .section-404 h1 {
    font-size: 100px
  }

  .section-404 img {
    float: right;
    margin: -40px 0 0;
    max-width: 450px
  }
}

.alert {
  border: 0;
  border-right: 3px solid;
  border-radius: 0;
  text-align: right;
  padding-right: 30px;
}

.contact-submission-success {
  padding: 80px 0;
  text-align: center
}

.contact-submission-success .fa {
  display: block;
  color: #67ad27;
  font-size: 4em
}

.section-testimonials .twitter-tweet- {
  border: 1px solid #ddd;
  border-radius: 3px;
  max-width: 520px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px
}

nav.sub-nav {
  padding: 12px;
  background-color: #f8f8f8;
  text-align: center
}

nav.sub-nav a {
  display: inline-block;
  margin: 4px 5px;
  padding: 8px 18px;
  background-color: #eee;
  color: #444;
  border-radius: 4px
}

nav.sub-nav a:hover {
  background-color: #ddd
}

nav.sub-nav a.active {
  background-color: #76c929;
  color: #fff;
  font-weight: 700
}

nav.sub-nav-fixed {
  position: fixed;
  top: 61px;
  width: 100%;
  z-index: 1000
}

.sub-nav-scroll {
  margin-top: 73px
}

.section-subheadline {
  background-color: #f7f7f7;
  font-size: 1.1em
}

.section-dark-blue {
  background-color: #113c5e
}

.section-dark-blue .list-group-item {
  padding: 20px 15px;
  border-top: 1px solid #eee
}

.section-dark-blue .list-group-item.active {
  background-color: #0a2942;
  border-color: #0a2942;
  border-top: 0 !important;
  font-size: 18px
}

.section-cta {
  color: #fff;
  transform: rotateZ();
}

.section-cta.navy {
  background: #122b51
}

.section-cta.black {
  background: #1f2127
}

.section-cta.grey {
  background: #565f69
}

.section-cta span {
  display: block;
  font-size: 2em;
  padding-bottom: 10px
}

.section-cta .sign-up-btn {
  text-align: center;
  color: #fff
}

.section-cta .sign-up-btn h4 {
  font-size: 21px;
  color: #fff
}

.section-cta .sign-up-btn .btn {
  margin-left: 15px
}

.section-cta .btn-cta {
  background: #4dac02;
  border: 1px solid #4dac02;
  border-radius: 4px;
  padding: 14px 40px
}

.section-cta .btn-cta:hover {
  background-color: #42880b;
  border-color: #42880b
}

.whp {
  text-align: center;
  padding: 50px 0
}

.whp h4 {
  font-size: 31px;
  margin-bottom: 40px
}

.whp h4.panel-title {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left
}

.whp p {
  font-size: 16px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.pricing-tabs {
  margin-bottom: 60px
}

.pricing-tabs td {
  padding: 15px !important
}

.pricing-tabs li {
  font-size: 18px
}

.pricing-tabs .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 40px
}

.pricing-tabs .tab-content .tier-banner {
  margin: 0 0 40px;
  padding: 20px;
  background-color: #eee;
  text-align: center;
  font-size: 1.4em
}

.pricing-tabs .tab-content h3 {
  margin: 0;
  font-size: 1.8em
}

.pricing-tabs .tab-content span {
  font-size: 30px
}

.dark-paragraph {
  background: #fff;
  padding: 30px;
  margin: 10px 0 0;
  border-radius: 4px;
  border-left: 5px solid #4dac02
}

.dark-paragraph p {
  opacity: .7
}

.faq h4 {
  font-size: 17px;
  margin-bottom: 20px
}

.faq p {
  margin-bottom: 20px
}

.feature-boxes .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 0;
  background: #f5f5f6;
  border-radius: 6px
}

.feature-boxes .icon-feature .iconw i {
  color: #fff;
  font-size: 38px;
  padding: 30px 25px;
  border-radius: 210px;
  background: #006c8e;
  border: 2px solid #006c8e;
  width: 100px;
  height: 100px;
  margin-bottom: 0
}

.feature-boxes .icon-one i {
  background: #00acee !important;
  border: 2px solid #00acee !important
}

.feature-boxes .icon-one .icon-feature {
  border-bottom: 5px solid #00acee
}

.feature-boxes .icon-two i {
  background: #8fdb42 !important;
  border: 2px solid #8fdb42 !important
}

.feature-boxes .icon-two .icon-feature {
  border-bottom: 5px solid #8fdb42
}

.feature-boxes .icon-three i {
  background: #db4a39 !important;
  border: 2px solid #db4a39 !important
}

.feature-boxes .icon-three .icon-feature {
  border-bottom: 5px solid #db4a39
}

.feature-boxes .iconic {
  text-align: center
}

.feature-boxes .iconic i.fa {
  display: block;
  font-size: 5em;
  margin-bottom: 20px;
  color: #73cb0b
}

.iconw {
  padding-bottom: 15px
}

.twitter-tweet {
  width: 100% !important
}

.twitter-tweet .EmbeddedTweet {
  max-width: 100% !important
}

.section-support-header {
  padding: 40px 0
}

.section-support-header .content-wrapper {
  padding-top: 20px
}

@media only screen and (max-width:991px) {
  .section-support-header .content-wrapper {
    text-align: center
  }
}

.section-support-header .button-wrapper {
  padding-top: 50px
}

@media only screen and (max-width:991px) {
  .section-support-header .button-wrapper {
    text-align: center
  }
}

.section-support-resources .item {
  margin: 0 0 20px;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 1.2em;
  border-bottom: 8px solid #666
}

.section-support-resources .item a {
  color: #444
}

.section-support-resources .item h4 {
  font-size: 1.4em
}

.section-support-resources .item p {
  padding: 0 40px 35px
}

.section-support-resources .item .button {
  display: block;
  padding: 10px;
  background-color: #666;
  color: #fff;
  font-weight: 700
}

.section-support-resources .item .icon {
  display: block;
  margin: 0 auto 16px;
  padding: 30px 0 0;
  max-width: 120px;
  font-size: 4em;
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc
}

.section-support-resources .item.technical-support {
  background-color: #ecf6ff;
  border-color: #5c8db9
}

.section-support-resources .item.technical-support a {
  color: #3f6282
}

.section-support-resources .item.technical-support .icon {
  border-color: #b2d0ea
}

.section-support-resources .item.technical-support .button {
  background-color: #5c8db9
}

.section-self-help {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.section-self-help .col-lg-4 {
  margin-bottom: 50px
}

.section-self-help ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 90%;
  font-size: 1.08em
}

.section-self-help ul li {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.section-self-help ul li a {
  text-decoration: underline;
  color: #2b79a7
}

.section-self-help ul li a.show-more {
  display: block;
  color: #888;
  margin-top: 10px;
  font-size: .9em;
  text-decoration: none
}

.section-self-help ul li a:hover {
  text-decoration: none
}

.section-self-help i {
  color: #e4e4e4
}

.pinned-notice {
  margin: 0 0 60px;
  padding: 20px;
  background-color: #fff4d4;
  font-size: 1.1em
}

.pinned-notice .icon {
  float: left;
  padding-left: 15px;
  font-weight: 700;
  font-size: 2.5em;
  color: #d2c59f
}

.pinned-notice .content-wrapper {
  margin-left: 80px
}

.btn-open-ticket {
  padding: 15px 40px;
  font-size: 20px;
  font-family: OpenSans-Light
}

.docs-search {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 51px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 16px
}

.docs-search .algolia-autocomplete {
  width: 100%
}

.docs-search .docs-search-input {
  display: inline-block;
  transition: box-shadow .4s ease, background .4s ease;
  border: 1px solid rgba(228, 228, 228, .6);
  border-radius: 1px;
  box-shadow: inset 0 0 0 0 #ccc;
  background: #fff;
  padding: 14px 0;
  padding-right: 58px;
  padding-left: 71px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.docs-search .docs-search-input::-webkit-search-cancel-button,
.docs-search .docs-search-input::-webkit-search-decoration,
.docs-search .docs-search-input::-webkit-search-results-button,
.docs-search .docs-search-input::-webkit-search-results-decoration {
  display: none
}

.docs-search .docs-search-input:hover {
  box-shadow: inset 0 0 0 0 #b3b3b3
}

.docs-search .docs-search-input:active,
.docs-search .docs-search-input:focus {
  outline: 0;
  box-shadow: inset 0 0 0 0 #d6dee3;
  background: #fff
}

.docs-search .docs-search-input::-webkit-input-placeholder {
  color: #9aaeb5
}

.docs-search .docs-search-input:-ms-input-placeholder {
  color: #9aaeb5
}

.docs-search .docs-search-input::placeholder {
  color: #9aaeb5
}

.docs-search .docs-search-submit {
  position: absolute;
  top: 1px;
  right: inherit;
  left: 1px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  padding: 0;
  width: 60px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.docs-search .docs-search-submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: ''
}

.docs-search .docs-search-submit:active,
.docs-search .docs-search-submit:hover {
  cursor: pointer
}

.docs-search .docs-search-submit:focus {
  outline: 0
}

.docs-search .docs-search-submit svg {
  width: 27px;
  height: 27px;
  vertical-align: middle;
  fill: #e2e6e1
}

.docs-search .docs-search-reset {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  margin: 0;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  fill: rgba(0, 0, 0, .3)
}

.docs-search .docs-search-reset:focus {
  outline: 0
}

.docs-search .docs-search-reset svg {
  display: block;
  margin: 4px;
  width: 17px;
  height: 17px
}

.docs-search .docs-search-input:valid~.docs-search-reset {
  display: block;
  animation-name: sbx-reset-in;
  animation-duration: .15s
}

@keyframes sbx-reset-in {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0
  }

  100% {
    transform: none;
    opacity: 1
  }
}

.docs-search .docs-search-container {
  display: inline-block;
  position: relative
}

.docs-search .search-input {
  width: 800px;
  border: 1px solid rgba(228, 228, 228, .6);
  padding: 12px 28px 12px 12px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.docs-search .search-input::-webkit-search-cancel-button,
.docs-search .search-input::-webkit-search-decoration,
.docs-search .search-input::-webkit-search-results-button,
.docs-search .search-input::-webkit-search-results-decoration {
  display: none
}

.docs-search .aa-search-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  fill: #e4e4e4
}

.docs-search .aa-dropdown-menu {
  width: 100%;
  padding: 20px 15px 5px;
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, .6);
  margin-top: 10px;
  box-sizing: border-box
}

@media(min-width:991px) {
  .docs-search .aa-dropdown-menu {
    padding: 30px 30px 20px
  }
}

.docs-search .aa-suggestion {
  padding: 12px;
  cursor: pointer
}

.docs-search .aa-suggestion a {
  text-decoration: none;
  color: #444
}

.docs-search .aa-suggestion span.title {
  color: #bbb;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media(min-width:991px) {
  .docs-search .aa-suggestion span.title {
    float: left;
    padding: 0 15px;
    width: 200px;
    line-height: 36px
  }
}

.docs-search .aa-suggestion span.subtitle {
  display: block;
  font-weight: 700;
  color: #333;
  -webkit-font-smoothing: initial;
  font-family: OpenSans-Light;
  line-height: 1.2em
}

@media(min-width:991px) {
  .docs-search .aa-suggestion span.subtitle {
    margin-left: 200px;
    padding: 0 15px;
    border-left: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
}

.docs-search .aa-suggestion span.subtitle small {
  display: block
}

@media(min-width:991px) {
  .docs-search .aa-suggestion span.subtitle small {
    margin-right: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
}

.docs-search .aa-suggestion+.aa-suggestion {
  border-top: 1px solid rgba(228, 228, 228, .6)
}

.docs-search .aa-suggestion:last-child {
  border-bottom: 1px solid rgba(228, 228, 228, .6);
  margin-bottom: 20px
}

.docs-search .aa-suggestion.aa-cursor,
.docs-search .aa-suggestion:hover {
  background-color: #f6fbff
}

.docs-search .aa-dropdown-menu .aa-suggestion em {
  font-style: normal;
  font-weight: 700;
  background-color: #f4f9fe;
  color: #165396;
  font-family: OpenSans-Regular
}

.docs-search .aa-suggestions-category {
  padding: 0 10px 4px;
  font-size: 20px;
  font-weight: 300;
  color: #444;
  border-bottom: 1px solid #eee
}

.docs-search .algolia-docsearch-suggestion--highlight {
  color: #174d8c;
  background: rgba(143, 187, 237, .1);
  padding: .1em .05em
}

.section-submit-ticket-departments a {
  display: block;
  margin: 0 0 10px;
  padding: 10px 15px;
  background-color: #fff;
  text-align: center;
  font-size: 1.15em;
  border: 1px solid transparent;
  color: #444
}

.section-submit-ticket-departments a small {
  display: block;
  font-size: .8em
}

.section-submit-ticket-departments a:hover {
  border-color: #ccc
}

.section-submit-a-ticket .support-container {
  display: none
}

.section-submit-a-ticket .continue-btn {
  text-align: right
}

.ticket-subject-required {
  display: none;
  margin-bottom: 20px
}

.ticket-subject {
  margin-bottom: 20px
}

.ticket-subject .algolia-autocomplete {
  width: 100%
}

.ticket-subject .aa-dropdown-menu {
  position: relative !important
}

.ticket-subject .aa-dropdown-menu .aa-suggestion {
  padding: 12px;
  cursor: pointer
}

.ticket-subject .aa-dropdown-menu .aa-suggestion a {
  text-decoration: none;
  color: #444
}

.ticket-subject .aa-dropdown-menu .aa-suggestion span.title {
  float: left;
  padding: 0 15px;
  width: 200px;
  color: #bbb;
  text-align: right;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ticket-subject .aa-dropdown-menu .aa-suggestion span.subtitle {
  display: block;
  margin-left: 200px;
  border-left: 1px solid #ddd;
  padding: 0 15px;
  font-weight: 700;
  color: #333;
  -webkit-font-smoothing: initial;
  font-family: OpenSans-Light;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ticket-subject .aa-dropdown-menu .aa-suggestion span.subtitle small {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ticket-subject .aa-dropdown-menu .aa-suggestion em {
  font-style: normal;
  font-weight: 700;
  background-color: #f4f9fe;
  color: #165396;
  font-family: OpenSans-Regular
}

.ticket-subject .aa-dropdown-menu .aa-dataset-1:first-child {
  border-top: 1px solid rgba(228, 228, 228, .6)
}

.ticket-subject .aa-dropdown-menu .aa-suggestion+.aa-suggestion {
  border-top: 1px solid rgba(228, 228, 228, .6)
}

.ticket-subject .aa-dropdown-menu .aa-suggestion:last-child {
  border-bottom: 1px solid rgba(228, 228, 228, .6)
}

.ticket-subject .aa-dropdown-menu .aa-suggestion.aa-cursor,
.ticket-subject .aa-dropdown-menu .aa-suggestion:hover {
  background-color: #f6fbff
}

.ticket-subject .aa-dropdown-menu .aa-suggestions-category {
  padding: 0 10px 4px;
  font-size: 20px;
  font-weight: 300;
  color: #444;
  border-bottom: 1px solid #eee
}

.ticket-subject .aa-dropdown-menu .algolia-docsearch-suggestion--highlight {
  color: #174d8c;
  background: rgba(143, 187, 237, .1);
  padding: .1em .05em
}

.ticket-subject .aa-dropdown-menu .suggestions-found {
  margin: 20px 0;
  font-size: 16px
}

.section.blog .blog-navbar {
  background: 0 0;
  border: 0;
  min-height: 42px;
  margin-bottom: 0
}

@media(min-width:991px) {
  .section.blog .blog-navbar .navbar-form {
    margin: 0;
    padding: 0
  }

  .section.blog .blog-navbar .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0
  }
}

.section.blog .blog-navbar .form-group .input-group-addon {
  background-color: #fff;
  border-color: #ddd;
  color: #bbb
}

.section.blog .blog-navbar .form-group .form-control {
  border-left: 0;
  box-shadow: none;
  border-color: #ddd;
  padding-left: 0
}

.section.blog .blog-navbar .form-group .form-control:focus {
  border-color: #ddd
}

.section.blog .blog-navbar .navbar-nav a {
  border-radius: 4px;
  padding: 10px 15px;
  margin-right: 10px
}

.section.blog .blog-navbar .navbar-nav a:focus,
.section.blog .blog-navbar .navbar-nav a:hover {
  background-color: #eee;
  color: #666
}

.section.blog .blog-navbar .navbar-nav>.active>a,
.section.blog .blog-navbar .navbar-nav>.active>a:focus,
.section.blog .blog-navbar .navbar-nav>.active>a:hover {
  background-color: #555;
  color: #fff
}

.section.blog.standout {
  padding: 40px 0;
  background-color: #2577a9
}

.section.blog .row .col-md-6 .article {
  margin: 60px 0
}

@media(max-width:991px) {
  .section.blog .row .col-md-6 .article {
    margin: 40px 0
  }
}

.section.blog .row .col-md-6:nth-child(odd) .article {
  margin-right: 50px
}

.section.blog .row .col-md-6:nth-child(even) .article {
  margin-left: 50px
}

.section.blog .row .article .image-container {
  float: none;
  width: 100%
}

.section.blog .row .article .info-container {
  margin-left: 0
}

@media(max-width:991px) {
  .section.blog .article h2 {
    font-size: 22px
  }

  .section.blog .row .col-md-6 .article {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.section.blog .article {
  margin: 90px 0;
  clear: both
}

.section.blog .article.standout {
  margin: 30px 0
}

@media(max-width:1200px) {
  .section.blog .article.standout {
    margin: 15px 0
  }
}

@media(max-width:767px) {
  .section.blog .article.standout {
    margin: 0
  }
}

.section.blog .article .image-container {
  float: left;
  margin: 0 0 25px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  overflow: hidden
}

.section.blog .article .image-container.standout {
  border-radius: 4px;
  border-width: 3px
}

@media(min-width:1200px) {
  .section.blog .article .image-container.standout {
    width: 600px;
    height: 250px
  }
}

@media(max-width:1200px) {
  .section.blog .article .image-container {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 15px
  }
}

.section.blog .article .image-container img {
  display: none
}

@media(max-width:1200px) {
  .section.blog .article .image-container img {
    display: block;
    max-width: 100%;
    width: 100%;
    min-height: auto
  }
}

.section.blog .article .image-container:hover {
  cursor: pointer
}

.section.blog .article .info-container {
  margin-left: 340px;
  font-size: 18px;
  font-weight: 300;
  color: #5f6c73
}

.section.blog .article .info-container.standout {
  color: #fff
}

.section.blog .article .info-container.standout a {
  color: #fff
}

.section.blog .article .info-container.standout a:hover {
  color: #ddd
}

@media(min-width:1200px) {
  .section.blog .article .info-container.standout {
    margin-left: 650px
  }
}

@media(max-width:1200px) {
  .section.blog .article .info-container {
    margin-left: 0;
    font-size: 16px
  }
}

.section.blog .article a {
  text-decoration: none;
  color: #113c5e
}

.section.blog .article a:hover {
  text-decoration: none;
  color: #337ab7
}

.section.blog .article a.read-more {
  color: #2577a9;
  font-size: .9em
}

.standout .section.blog .article a.read-more {
  color: #ffb1ea
}

.section.blog .article .posted {
  font-style: italic;
  font-weight: 700;
  font-size: .85em
}

.section.blog ul.pager {
  border-top: 1px solid #ddd;
  padding-top: 30px
}

.section.blog ul.pager li>a {
  border-radius: 4px;
  color: #666
}

.blog-article-header {
  margin: 0 0 40px;
  padding: 20px 0 45px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 300
}

.blog-article-header h2 {
  margin: 15px 145px 10px;
  font-size: 42px
}

.blog-article-header a.back-link {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 300
}

.blog-article-header a.back-link:hover {
  text-decoration: none;
  color: #666
}

.blog-article {
  margin: 0 145px 60px;
  font-size: 18px;
  font-weight: 300
}

.blog-related-articles {
  background-color: #f8f8f8
}

.blog-related-articles h3 {
  margin-bottom: 30px;
  color: #424242
}

.blog-related-articles .article {
  margin: 0 0 20px;
  background-color: #fff;
  height: 305px;
  overflow: hidden
}

.blog-related-articles .article .info-container {
  padding: 20px
}

.blog-related-articles .article h4 a {
  color: #424242
}

.blog-related-articles .article .image-container {
  margin: 0 0 15px;
  height: 150px;
  overflow: hidden
}

.blog-related-articles .article .image-container img {
  max-width: 100%
}

@media(max-width:992px) {
  .blog-article-header {
    margin-bottom: 5px;
    padding-bottom: 22px
  }

  .blog-article-header h2 {
    margin: 15px 40px 10px;
    font-size: 24px
  }

  .blog-article {
    margin: 0 10px;
    font-size: 16px
  }

  .blog-article-header a.back-link {
    font-size: 14px
  }
}

.section-hero {
  color: #fff;
  padding: 50px 0;

  overflow: hidden
}

@media(min-width:1200px) {
  .section-hero .content-wrapper {
    padding: 30px 0
  }
}

@media(max-width:991px) {
  .section-hero {
    padding: 50px 0 0
  }
}

@media(max-width:767px) {
  .section-hero {
    padding: 40px 0 0;
    text-align: center
  }

  .section-hero h1 {
    font-size: 1.8em
  }
}

.section-hero img {
  max-width: 100%
}

@media(max-width:767px) {
  .section-hero img {
    margin: auto;
    width: 100%
  }
}


.section-hero .content {
  padding-top: 60px;
  width: 450px
}

.section-hero .content.support {
  width: 500px
}

@media(max-width:767px) {
  .section-hero .content {
    font-size: 1.2em;
    width: 90% !important
  }
}

.tour-overview .section-hero {
  background-color: #243173;
}

.tour-overview .section-hero .lead {
  color: #cddfed
}

.tour-asiatech .section-hero {
  background: #172b8c;
  height: 600px;
}

.tour-asiatech .section-hero .lead {
  color: #f1f7f9;
  line-height: inherit;
}


.tour-network .section-hero {
  background: #212934;
  height: 600px;
}

.tour-network .section-hero .lead {
  color: #f1f7f9;
  line-height: inherit;
}

.tour-nvme .section-hero .lead {
  color: #f1f7f9;
  line-height: inherit;
}


.tour-nvme .navbar-primary {
  background-color: #131313;
  box-shadow: none;
}



@media (min-width: 0px) and (max-width: 767px) {
  .tour-nvme .section-hero {
    background: #1f3145 url(https://tadserver.com/iran-vps-nvme/990pro_kv_mo_4.png);
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tour-nvme .section-hero {
    background: #1f3145 url(https://tadserver.com/iran-vps-nvme/990pro_kv_tab_4.png);
    height: 760px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  .tour-nvme .section-hero {
    background: #1f3145 url(https://tadserver.com/iran-vps-nvme/990pro_kv_pc_4.png);
    height: 960px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}



@media (min-width: 0px) and (max-width: 767px) {
  .custom-section {
    background: #fff;
    margin: 0 0px 21px 0px;
    padding: 25px 20px 15px 20px;
    border: 1px solid #ccc;
    border-radius: 14px;
    -webkit-border-radius: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .custom-section {
    background: #fff;
    margin: 0 0px 21px 0px;
    padding: 25px 20px 15px 20px;
    border: 1px solid #ccc;
    border-radius: 14px;
    -webkit-border-radius: 14px;
  }
}

@media (min-width: 1024px) {
  .custom-section {
    background: #fff;
    margin: 0 0px 21px 0px;
    padding: 60px;
    border: 1px solid #ccc;
    border-radius: 14px;
    -webkit-border-radius: 14px;
  }
}








.tour-hosting .section-hero {
  background: #1f3145 url(https://tadserver.com/iran-dedicated-server/iran-dedicated-server-tadserver.jpg);
  height: 680px;
}

.tour-hosting .section-hero .lead {
  color: #f1f7f9;
  line-height: inherit;
}

.tour-domains .section-hero {
  background: #192c32 url(https://tadserver.com/iran-dedicated-server/img/rack-banner_tadserver.jpg);
  height: 500px;
}

.tour-domains .section-hero .lead {
  color: #fff
}

.tour-billing .section-hero {
  background-color: #261466
}

.tour-billing .section-hero .lead {
  color: #a4a4a4
}

.tour-support .section-hero {
  background-color: #314256;
  background: #1f3145 url(https://tadserver.com/server-management/tadserver-server-management.jpg);
  height: 680px;
}

.tour-support .section-hero .lead {
  color: #c1d1e9
}

.monitoring .section-hero {
  background-color: #314256;
  background: #1f3145 url(https://tadserver.com/monitoring/tadserver-monitoring.jpg);
  height: 680px;
}

.monitoring .section-hero .lead {
  color: #c1d1e9
}

.tour-developers .section-hero {
  background-color: #55616a
}

.tour-developers .section-hero .lead {
  color: #d1d7dc
}

.section-feature {
  margin: 60px 0;
  font-size: 1.1em
}

.section-feature.no-top-margin {
  margin-top: 0
}

.section-feature.no-margin {
  margin: 0
}

.section-feature img {
  max-width: 100%
}

@media(max-width:767px) {
  .section-feature {
    margin: 35px 0;
    font-size: 1em
  }
}

.section-feature.headline {
  padding: 20px 0;
  text-align: center
}

@media(max-width:767px) {
  .section-feature.headline {
    padding: 0
  }
}

.section-feature.headline h3 {
  font-size: 25px
}

@media(max-width:767px) {
  .section-feature.headline h3 {
    font-size: 26px
  }
}

.section-feature.headline p {
  font-size: 16px
}

.section-feature h4 {
  font-size: 25px
}

.section-feature h5 {
  font-size: 16px
}

.section-feature.inverse {
  background-color: #ecf0fb;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 60px 0
}

.section-feature.bordered-bottom {

  border-bottom: 1px solid #eee
}

.section-feature .logos img {
  padding: 0 14px
}

@media(max-width:767px) {
  .section-feature .logos img {
    max-width: 40%;
    height: auto
  }
}

.section-feature .icon {
  float: left;
  width: 250px;
  text-align: center;
  font-size: 100px;
  line-height: 100px
}

.section-feature .icon.right {
  float: right
}

@media(max-width:767px) {
  .section-feature .icon {
    float: none;
    width: 100%;
    padding-bottom: 20px
  }
}

.section-feature .icon-lg.right {
  text-align: right
}

@media(max-width:991px) {
  .section-feature .icon-lg {
    text-align: center
  }

  .section-feature .icon-lg.right {
    text-align: center
  }

  .section-feature .icon-lg img {
    max-width: 40%
  }
}

@media(max-width:991px) {
  .section-feature h4 {
    text-align: center
  }
}

.section-get-started {
  margin: 30px 0 0;
  padding: 40px 0;
  background-color: #f7f7f7;
  font-size: 1.2em
}

.section-get-started i {
  font-size: 4em;
  float: left;
  color: #aaa;
  padding-right: 20px
}

@media(max-width:767px) {
  .section-get-started i {
    font-size: 2em
  }
}

.section-get-started h4 {
  margin: 0;
  font-size: 2em
}

.section-get-started h4 span {
  font-weight: 700
}

@media(max-width:767px) {
  .section-get-started h4 {
    font-size: 1.6em
  }
}

@media only screen and (min-width:767px) {
  .section-get-started p {
    margin-left: 250px
  }
}

.section-get-started .btn {
  float: none;
  display: block;
  margin: 0;
  background-color: #4dac02;
  color: #fff;
  padding: 11px 48px;
  font-size: 1.1em
}

@media only screen and (min-width:767px) {
  .section-get-started .btn {
    float: left;
    margin-top: -80px;
    font-size: .9em
  }
}

.section-feature ul {
  list-style: none
}

.section-feature ul.arrows {
  padding: 0
}

.section-feature li {
  margin-top: 8px;
  font-size: 14px
}

@media(max-width:767px) {
  .section-feature li {
    font-size: 1em
  }
}

.section-feature .icon-block ul li {
  list-style: none;
  padding-left: 0
}

.navbar-tour {
  transition: all .5s ease;
  background-color: #fff;
  box-shadow: none;
  white-space: nowrap;
  min-height: 56px;
  border: 0
}

.navbar-tour .navbar-collapse {
  margin: 0;
  padding: 0
}

.navbar-tour .navbar-nav {
  width: 100%;
  margin: 0;
  background-color: transparent
}

@media only screen and (min-width:991px) {
  .navbar-tour .navbar-nav {
    font-size: 1.1em
  }
}

@media only screen and (min-width:991px) {
  .navbar-tour .navbar-nav li {
    width: 16.66%;
    text-align: center
  }
}

.navbar-tour .navbar-nav li a {
  color: #000;
  font-size: .94em
}

@media only screen and (min-width:991px) {
  .navbar-tour .navbar-nav li a {
    padding: 18px 12px;
    border-radius: 0 0 4px 4px
  }
}

.navbar-tour .navbar-nav li a:hover {
  color: #444
}

.navbar-tour .navbar-nav li:not(.active):not(:last-child) a {
  background-image: url(../images/tour/navbar-border-right.png);
  background-repeat: no-repeat;
  background-position: center right
}

.navbar-tour .navbar-nav li.active a {
  color: #fff
}

.navbar-tour .navbar-nav li.active a:hover {
  color: #fff
}

.navbar-tour .navbar-nav li.active.overview a {
  background-color: #231f45
}

.navbar-tour .navbar-nav li.active.webhosting a {
  background-color: #1f3145
}

.navbar-tour .navbar-nav li.active.domains a {
  background-color: #192c32
}

.navbar-tour .navbar-nav li.active.billing a {
  background-color: #271d21
}

.navbar-tour .navbar-nav li.active.support a {
  background-color: #314256
}

.navbar-tour .navbar-nav li.active.developers a {
  background-color: #55616a
}

.feature-tabs {
  margin: 0 auto;
  width: 800px;
  border-color: transparent
}

.feature-tabs li {
  width: 160px;
  text-align: center;
  opacity: .6;
  border-color: transparent
}

.feature-tabs li a {
  color: #333
}

.feature-tabs li:hover {
  opacity: 1
}

.feature-tabs li:hover a {
  background-color: transparent;
  border-color: transparent
}

.feature-tabs li.active {
  opacity: 1
}

.feature-tabs li.active a {
  border-color: transparent;
  color: #333
}

.feature-tabs li.active:hover a {
  border-color: transparent
}

.feature-tabs img {
  margin-bottom: 6px;
  width: 64px;
  height: 64px
}

ul.checked-list {
  list-style: none
}

ul.checked-list img {
  max-width: 35px;
  margin-right: 14px
}

.feature-icons .col-lg-4,
.feature-icons .col-sm-4,
.feature-icons .col-sm-6 {
  margin-bottom: 30px
}

.feature-icons img {
  margin-bottom: 15px;
  max-width: 90px
}

.section-highlight {
  background-color: #666;
  color: #fff;
  font-size: 30px;
  text-align: center
}

.section-screenshot-large img {
  max-width: 100%
}

.navbar-tour-fixed {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 8px 22px #fff
}

.tour-scroll {
  margin-top: 56px
}

.tour-scroll .section-hero {
  margin-bottom: 20px
}

.section-logos .logo {
  margin: 10px auto;
  width: 90%;
  max-width: 400px;
  height: 120px;
  line-height: 120px;
  text-align: center
}

.section-logos .logo img {
  max-width: 100%;
  max-height: 100%
}

.integration-logos {
  text-align: center
}

.integration-logos .logo-container {
  margin: 12px 0;
  padding: 15px 25px;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 80px;
  height: 130px
}

.integration-logos .logo-container img {
  max-width: 100%;
  max-height: 80px
}

.integration-logos img {
  margin: 10px;
  max-height: 80px
}

.domain-namespinning .icon {
  float: left;
  margin-right: 30px;
  width: 128px;
  height: 128px
}

.domain-namespinning .screenshot {
  margin: 40px auto 30px;
  max-width: 1e3px
}

.domain-namespinning .screenshot img {
  max-width: 100%
}

.domain-transfers img {
  max-width: 100%
}

.domain-transfers ul img {
  width: 20px;
  margin-right: 10px
}

.section-unified-platform {
  font-size: 1.1em
}

.section-unified-platform .video {
  float: right
}

.section-unified-platform .video iframe {
  max-width: 100%
}

.section-unified-platform img {
  max-width: 100%
}

.section-unified-platform h3 {
  color: #666
}

.section-unified-platform small {
  display: block;
  line-height: 20px
}

.section-easiest-way {
  padding: 50px 0;
  background-color: #f6f6f6;
  color: #666
}

.section-easiest-way h1 {
  font-size: 2em
}

@media(min-width:767px) {
  .section-easiest-way h1 {
    font-size: 3em
  }
}

.section-dotted-border {
  background-color: #fcfcfc;
  border-top: 1px dotted #b5b5b5;
  border-bottom: 1px dotted #b5b5b5
}

.section-dotted-border img {
  margin-bottom: 30px
}

.section-screenshots {
  padding: 35px 0 10px;
  background-color: #424242
}

@media(max-width:767px) {
  .section-screenshots {
    padding: 25px 10px 0
  }
}

.section-screenshots .screenshot-container {
  padding: 10px;
  margin-bottom: 25px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px
}

.section-screenshots .screenshot-container img {
  width: 100%
}

.section-integrations h2 {
  color: #333
}

.section-integrations img {
  max-width: 100%
}

.tour-starting-from {
  background-color: #003756;
  font-size: 1.6em;
  color: #fff
}

.tour-starting-from img {
  padding: 0 10px
}

.tour-starting-from .btn {
  float: right;
  padding: 9px 24px;
  font-size: .65em;
  background-color: #7ac142;
  border-color: #7ac142;
  color: #fff
}

.section img {
  max-width: 100%
}

.tour-learn-more {
  background-color: #0084af;
  background: #0084af url(../images/tour/overview/request-more-bg.png);
  background-repeat: repeat-x;
  color: #fff
}

.tour-learn-more h3 {
  color: #fff
}

.tour-learn-more .form-control {
  box-shadow: none
}

.trusted {
  padding: 24px 0;
  color: #888
}

.tour-overview-icons {
  text-align: center
}

.tour-overview-icons img {
  margin-top: 10px
}

.tour-overview-icons h3 {
  margin: 15px 0
}

.tour-overview-icons .btn {
  margin-bottom: 25px;
  padding: 8px 25px;
  margin-top: 20px
}

.tour {
  font-size: 15px
}

.tour .btn {
  font-family: Shabnam
}

.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px
}

.boxed.boxed--lg {
  padding: 2.78571429em
}

.boxed.boxed--sm {
  padding: 1.23809524em
}

.boxed.boxed--border {
  border: 2px solid #a8b2d4;
}

.primary-pricing-row .boxed.boxed--border {
  border-radius: 8px;
}

.boxed>div[class*=col-]:first-child:not(.boxed) {
  padding-left: 0
}

.boxed>div[class*=col-]:last-child:not(.boxed) {
  padding-right: 0
}

img+.boxed {
  margin-top: -1.85714286em
}

@media all and (max-width:767px) {
  .boxed {
    padding: 1.23809524em;
    margin-bottom: 15px
  }

  .boxed.boxed--lg {
    padding: 1.23809524em
  }

  .boxed div[class*=col-]:not(.boxed) {
    padding: 0
  }

  .boxed:last-child {
    margin-bottom: 15px
  }

  .row:last-child div[class*=col-]:last-child .boxed:last-child {
    margin-bottom: 0
  }
}

/*!-- Stack Pricing --*/
.pricing {
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  position: relative
}

.pricing ol,
.pricing ul {
  list-style: none;
  line-height: 1.85714286em;
  padding-left: 0
}

.pricing h3:first-child {
  margin: 0
}

.pricing .label {
  top: 2.78571429em;
  right: 2.78571429em
}

.pricing .h2 {
  display: block;
  margin-top: .3939393939394em;
  text-align: center;
}

.pricing ul li:not(:last-child) {
  margin-bottom: .46428571em
}

.pricing ul li .checkmark+span {
  position: relative;
  bottom: 3px
}

.pricing:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04)
}

.pricing .h1 {
  font-size: 4.21428571428571em;
  line-height: 1.10169491525424em;
  margin-bottom: .22033898305085em
}

.pricing .h1 .pricing__dollar {
  font-size: .51020408163265em;
  position: relative;
  bottom: 20px
}

.pricing-1 .btn:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  padding: .92857143em 0;
  margin: 0
}

.pricing-1 ul {
  margin-bottom: 5.57142857em
}

.pricing-1 p {
  min-height: 5.57142857em
}

.pricing-1 p:first-of-type {
  margin-top: 1.85714286em
}

.pricing-1 p:last-of-type {
  margin-bottom: 5.57142857em
}

.pricing-1 img+p:first-of-type {
  margin-top: 0
}

@media all and (min-width:991px) {
  .pricing-2 ul:first-child {
    margin-top: 4.64285714em
  }
}

@media all and (max-width:990px) {
  .pricing-2 {
    text-align: center
  }

  .pricing-2 ul:first-child {
    margin-top: 1.85714286em
  }
}

.pricing-3 {
  border: 1px solid #ececec;
  border-radius: 6px
}

.pricing-3 .pricing__head {
  margin: 0;
  border-bottom: 1px solid #ececec
}

.pricing-3 .pricing__head+.btn {
  display: block;
  border-radius: 0;
  padding: .92857143em 0
}

.pricing-3 ul {
  border-radius: 0 0 6px 6px
}

.pricing-3 ul li {
  padding: .92857143em 0
}

.pricing-3 ul li:not(:last-child) {
  border-bottom: 1px solid #ececec;
  margin: 0
}

.pricing-3 ul:last-child {
  margin: 0
}

@media all and (max-width:990px) {
  .pricing-3 {
    margin-bottom: 1.85714286em
  }
}

@media all and (min-width:768px) {
  .pricing-section-1 .pricing:not(.boxed--emphasis) {
    left: .92857143em
  }

  .pricing-section-1 .pricing.boxed--emphasis {
    right: .92857143em
  }
}

@media all and (min-width:990px) {
  .pricing-section-2 div[class*=col-] {
    padding: 0
  }

  .pricing-section-2 div[class*=col-]:not(:first-child):not(:last-child) .pricing__head {
    border-radius: 0
  }

  .pricing-section-2 div[class*=col-]:first-child .pricing {
    border-radius: 6px 0 0 6px
  }

  .pricing-section-2 div[class*=col-]:first-child .pricing .pricing__head {
    border-radius: 6px 0 0 0
  }

  .pricing-section-2 div[class*=col-]:last-child .pricing {
    border-radius: 0 6px 6px 6px;
    border-right: 1px solid #ececec
  }

  .pricing-section-2 div[class*=col-]:last-child .pricing .pricing__head {
    border-radius: 0 6px 0 0
  }

  .pricing-section-2 .pricing {
    border: 1px solid #ececec;
    border-radius: 0 0 0 6px;
    border-right: 0
  }

  .pricing-section-2 .pricing:hover {
    box-shadow: none
  }

  .pricing-section-2 .pricing ul {
    margin: 0
  }
}

.pricing-section-2.bg--dark .pricing,
.pricing-section-2.bg--dark .pricing .pricing__head,
.pricing-section-2.bg--dark .pricing ul li:not(:last-child),
.pricing-section-2.bg--dark div[class*=col-]:last-child .pricing {
  border-color: #3f3f3f
}

.pricing-section-2.imagebg .pricing,
.pricing-section-2.imagebg .pricing .pricing__head,
.pricing-section-2.imagebg .pricing ul li:not(:last-child),
.pricing-section-2.imagebg div[class*=col-]:last-child .pricing {
  border-color: rgba(255, 255, 255, .2)
}

.checkmark {
  display: inline-block;
  position: relative;
  width: 1.23809524em;
  height: 1.23809524em;
  border-radius: 50%;
  text-align: center
}

.checkmark:not([class*=bg-]) {
  background: #4a90e2
}

.checkmark:before {
  content: '\2713';
  color: #fff;
  font-size: 11px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -4px
}

.checkmark.checkmark--cross:before {
  content: '\2717'
}

.checkmark:not(:last-child) {
  margin-right: 13px
}

.bg--primary-1 {
  background: #31639c
}

.bg--primary-1 a:not(.btn),
.bg--primary-1 p,
.bg--primary-1 span,
.bg--primary-1 ul {
  color: #fff
}

.bg--primary-1 h1,
.bg--primary-1 h2,
.bg--primary-1 h3,
.bg--primary-1 h4,
.bg--primary-1 h5,
.bg--primary-1 h6,
.bg--primary-1 i {
  color: #fff
}

.bg--primary-2 {
  background: #465773
}

.bg--primary-2 a:not(.btn),
.bg--primary-2 p,
.bg--primary-2 span,
.bg--primary-2 ul {
  color: #fff
}

.bg--primary-2 h1,
.bg--primary-2 h2,
.bg--primary-2 h3,
.bg--primary-2 h4,
.bg--primary-2 h5,
.bg--primary-2 h6,
.bg--primary-2 i {
  color: #fff
}

.btn--primary,
.btn--primary:visited {
  background: #4a90e2;
  border-color: #4a90e2
}

.btn--primary .btn__text,
.btn--primary:visited .btn__text {
  color: #fff
}

.btn--primary .btn__text i,
.btn--primary:visited .btn__text i {
  color: #fff
}

.btn--primary:hover {
  background: #609de6
}

.btn--primary:active {
  background: #3483de
}

.btn--primary-1,
.btn--primary-1:visited {
  background: #31639c;
  border-color: #31639c
}

.btn--primary-1 .btn__text,
.btn--primary-1:visited .btn__text {
  color: #fff
}

.btn--primary-1:hover {
  background: #376faf
}

.btn--primary-1:active {
  background: #2b5789
}

.type--fine-print {
  font-size: .85714286em
}

.pricing-promo-label {
  background-color: #31639c;
  position: absolute;
  top: -12px;
  right: -57px;
  display: inline-block;
  width: 150px;
  padding-top: 25px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transform: rotate(-320deg);
  text-transform: uppercase
}

.pricing-faq {
  color: #666
}

.pricing-faq h4 {
  color: #444
}

.company .header {
  margin: 0;
  padding: 20px 0 0;
  background-color: #fff;
  background-image: url(../images/company/top-bg.png);
  background-repeat: repeat-x
}

.company .header img {
  margin-top: 30px;
  max-width: 100%
}

.company .stats {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center
}

.company .stats img {
  max-height: 60px;
  margin-top: 20px
}

.company .mission {
  background-color: #125148;
  color: #fff;
  font-size: 1.1em;
  text-align: center
}

.company .company-blurb {
  font-size: 14px;
  text-align: center
}

.company .section-timeline {
  padding: 0;
  background-color: #093854
}

.company .section-timeline img {
  width: 100%
}

.company .sub-standout {
  font-size: 1.25em;
  text-align: center
}

.company .in-press {
  font-size: 1.1em
}

.company .in-press h3 {
  padding-bottom: 30px;
  text-align: center
}

.company .in-press img {
  float: left;
  width: 85px;
  padding-right: 25px
}

.company .in-press em {
  color: #444
}

.company .events {
  padding: 60px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

.company .events h3 {
  text-align: center;
  padding-bottom: 30px;
  color: #333
}

.company .events h4 {
  margin: 0
}

.company .events h4 a {
  color: #222;
  font-weight: 700
}

.company .events span {
  margin: 0 0 10px;
  display: block;
  color: #777;
  font-size: 1.2em
}

.company .events p {
  margin-bottom: 20px
}

.company .contact img {
  width: 40px
}

.company .section-jobs-hero {
  margin: 0;
  padding: 0;
  background-color: #333;
  height: auto;
  overflow: hidden
}

.company .section-jobs-hero img {
  max-width: 100%;
  min-width: 1e3px
}

.company .jobs-page .mission {
  background-color: #283645;
  color: #eee;
  font-size: 1.5em;
  text-align: center
}

.company .whp h2.title {
  margin-bottom: 25px
}

.company .jgp {
  padding: 80px 0
}

.company .jobs-whp {
  text-align: center
}

.company .jobs-whp p {
  margin-bottom: 25px
}

.company .jobs-whp p {
  font-size: 16px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.company ul#jobsTabs {
  padding: 0
}

.company .jobs-nav-pills>li {
  width: 350px;
  margin: 0 auto;
  display: inline-block;
  float: none !important;
  padding: 25px 40px
}

.company .jobs-nav-pills>li a {
  padding: 15px 40px;
  border: 2px solid #eee
}

.company .jobs-nav-pills>li.active>a,
.company .jobs-nav-pills>li.active>a:focus,
.company .jobs-nav-pills>li.active>a:hover {
  color: #fff;
  font-weight: 700;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.company .jobs-nav-pills>li>a {
  border-radius: 4px
}

.company .jobs-nav-pills>li+li {
  margin-left: 2px
}

.company .jobs-nav-pills>li {
  float: left
}

.company .jobs-nav>li {
  position: relative;
  display: block
}

.company .jobs-features {
  margin: 40px 0
}

.company .icon-one .icon-jobs-feature {
  border-bottom: 5px solid #00acee
}

.company .icon-jobs-feature {
  background: #f5f5f6;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px 0;
  border-radius: 6px
}

.company .jobs-resume {
  background: #f9f9f9;
  text-align: center
}

.company .jobs-testimonial img {
  color: #fff;
  border-radius: 210px;
  background: #006c8e;
  border: 2px solid #d4d4d4
}

.company .jobs-page .contact img {
  width: 40px
}

.company .jobs-testimonial {
  background-color: #fff
}

.company .icon-jobs-feature {
  background: #f5f5f6;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px 0;
  border-radius: 6px
}

.company .icon-jobs-feature .iconw i {
  color: #fff;
  font-size: 38px;
  padding: 30px 25px;
  border-radius: 210px;
  background: #006c8e;
  border: 2px solid #006c8e;
  width: 100px;
  height: 100px;
  margin-bottom: 0
}

.company .icon-one i {
  background: #00acee !important;
  border: 2px solid #00acee !important
}

.company .icon-one .icon-jobs-feature {
  border-bottom: 5px solid #00acee
}

.company .icon-two i {
  background: #d33257 !important;
  border: 2px solid #d33257 !important
}

.company .icon-two .icon-jobs-feature {
  border-bottom: 5px solid #d33257
}

.company .icon-three i {
  background: #f1a49f !important;
  border: 2px solid #f1a49f !important
}

.company .icon-three .icon-jobs-feature {
  border-bottom: 5px solid #f1a49f
}

.company .icon-four i {
  background: #71ba51 !important;
  border: 2px solid #71ba51 !important
}

.company .icon-four .icon-jobs-feature {
  border-bottom: 5px solid #71ba51
}

.company .icon-five i {
  background: #8870ff !important;
  border: 2px solid #8870ff !important
}

.company .icon-five .icon-jobs-feature {
  border-bottom: 5px solid #8870ff
}

.company .icon-six i {
  background: #83d6de !important;
  border: 2px solid #83d6de !important
}

.company .icon-six .icon-jobs-feature {
  border-bottom: 5px solid #83d6de
}

.company .icon-seven i {
  background: #ff7416 !important;
  border: 2px solid #ff7416 !important
}

.company .icon-seven .icon-jobs-feature {
  border-bottom: 5px solid #ff7416
}

.company .icon-eight i {
  background: #f6cd61 !important;
  border: 2px solid #f6cd61 !important
}

.company .icon-eight .icon-jobs-feature {
  border-bottom: 5px solid #f6cd61
}

.company .content-padded {
  padding: 0 35px
}

.legal h2,
.legal h3 {
  margin: 30px 0 20px
}

.legal h2:first-child {
  margin-top: 0
}

.legal ul {
  margin: 30px;
  font-size: 1.2em
}

.legal ul ul {
  margin: 0;
  font-size: .7em
}

.legal p {
  text-align: justify
}

.download-tabs .nav-tabs {
  margin: 70px auto 50px;
  max-width: 600px;
  border: 0
}

.download-tabs .nav-tabs li {
  width: 33.3%
}

.download-tabs .nav-tabs li>a {
  margin-right: 10px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1.2em;
  color: #333;
  text-align: center;
  transition: opacity .25s ease-in-out;
  min-height: 135px
}

@media(max-width:767px) {
  .download-tabs .nav-tabs li>a {
    padding: 10px 5px;
    font-size: 1em;
    height: 88px
  }
}

.download-tabs .nav-tabs li>a i {
  display: block;
  line-height: 55px;
  font-size: 2em
}

.download-tabs .nav-tabs li:not(.active)>a {
  opacity: .4
}

.download-tabs .nav-tabs li>a:hover {
  opacity: 1;
  background-color: #fff
}

.download-tabs .nav-tabs li.active>a {
  color: #4a90e2;
  border: 1px solid #ddd
}

.download-tabs .tab-content {
  padding: 30px 0
}

.full-release-download .download {
  margin: 0 0 25px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px
}

.full-release-download .download .version {
  display: block;
  font-size: 2em
}

.full-release-download .download .rel-date {
  color: #777
}

.full-release-download .download .btn {
  margin: 10px 0 0;
  padding: 10px
}

.patchsets .table tr td,
.patchsets .table tr th {
  text-align: center
}

.hostgator {
  text-align: center;
  width: 80%;
  margin: 0 auto
}

.search-a-form {
  margin-top: 50px
}

.search.well .form-group {
  margin-bottom: 0
}

.search-form {
  margin-bottom: 0
}

.hgp {
  padding: 0 0 100px
}

.up-service {
  padding: 30px 10px;
  color: #2b2d35;
  border-radius: 4px;
  border: 1px solid #eee
}

.up-service.active {
  background: #2b2d35;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #eee
}

.up-service:hover {
  background: #2b2d35;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #eee
}

.up-service span {
  font-weight: 700
}

.up-service p {
  padding: 10px 0
}

.up-title {
  margin: 40px 0
}

.hostgator i.fa {
  display: block;
  font-size: 3em;
  margin-bottom: 20px;
  color: #73cb0b
}

a.btn-green {
  color: #fff;
  background: #73cb0b;
  margin-top: 15px;
  border: 1px solid #73cb0b
}

a.btn-green:hover {
  color: #fff;
  background: #589a0b;
  margin-top: 15px;
  border: 1px solid #589a0b
}

.signup-cta-partners {
  background: #23252d;
  padding: 50px 0;
  color: #fff
}

.signup-cta-partners .fa {
  font-size: 75px
}

.sign-up-btn-partners h4 {
  font-size: 25px
}

.sign-up-btn-partners p {
  font-size: 17px;
  color: rgba(255, 255, 255, .7)
}

.cta-details-partners {
  display: inline-block;
  margin-left: 20px
}

.wapp-partners {
  text-align: center;
  padding: 20px;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 30px
}

.wapp-partners .copy {
  text-align: left
}

#main-body-partners {
  padding-top: 45px;
  padding-bottom: 45px
}

.wapp-partners h3 {
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-top: 10px
}

.wapp-partners p.listing-desc {
  padding: 5px 0 10px
}

.wapp-partners .copy {
  text-align: left;
  padding: 20px
}

.wapp-partners .btn {
  width: 45%;
  padding: 10px
}

.blurb-partners {
  text-align: center;
  padding: 25px 0 50px;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #eee;
  margin: 30px 0;
  color: #2b2d35
}

.w-end-partners {
  font-size: 16px;
  text-align: center;
  background: #1079be;
  color: #fff;
  padding: 30px;
  border-radius: 4px
}

.alert-warning-partners {
  background-color: #ffffec;
  border-left: 3px solid #cc0
}

.icon-feature-partners .iconw i {
  color: #fff;
  font-size: 38px;
  padding: 30px 25px;
  border-radius: 210px;
  background: #006c8e;
  border: 2px solid #006c8e;
  width: 100px;
  height: 100px;
  margin-bottom: 0
}

.icon-feature-partners {
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 0;
  background: #f5f5f6;
  border-radius: 6px
}

.icon-feature-partners h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 21px
}

.icon-feature-partners p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 32px
}

.hero-buttons-partners {
  padding: 35px
}

a.btn.btn-success.btn-cta-partners {
  background: #4dac02;
  border: 1px solid #4dac02;
  border-radius: 4px;
  padding: 14px 40px
}

.panel-aff-partners {
  text-align: center
}

.panel-aff-partners>.panel-heading {
  color: #fff;
  background-color: #006c8e;
  border-color: #006c8e;
  padding: 20px 0;
  text-align: center
}

.panel-aff-partners h3.price {
  font-size: 5em;
  margin: 10px 0
}

.panel-aff-partners .panel-body {
  padding: 25px 0
}

.panel-aff-partners span {
  font-size: 16px
}

.panel-aff-partners p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 26px;
  margin: 15px
}

a.btn.btn-success.btn-cta-o-partners {
  background: #fff;
  border: 2px solid #006c8e;
  border-radius: 4px;
  padding: 14px 40px;
  color: #006c8e
}

.key-points-partners {
  background: #fafafa;
  padding-top: 20px
}

.key-points-partners .icon-feature-partners .iconw i {
  color: #fff;
  font-size: 18px;
  padding: 15px;
  border-radius: 210px;
  background: #006c8e;
  border: 2px solid #006c8e;
  margin-bottom: 0
}

.key-points-partners .icon-feature-partners {
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 40px;
  border: 0;
  border-radius: 4px
}

.key-points-partners .icon-feature-partners h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 30px;
  font-size: 16px
}

.key-points-partners h2 {
  text-align: center;
  padding: 40px 0
}

.disclaimer-partners {
  background: #eee;
  padding: 35px 0
}

.inverse-partners {
  background: #f5f5f5;
  padding: 60px 0;
  margin-top: 80px
}

.partner-block-partners h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 20px
}

.partner-block-partners .img-thumbnail.partner {
  height: 120px;
  line-height: 108px
}

.partner-block-partners .img-thumbnail.partner img {
  max-width: 80%;
  max-height: 80%
}

.ptitle-partners {
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.partner {
  width: 100%
}

.fancybox-margin-partners {
  margin-right: 0
}

section.home-hero {
  padding: 50px 0 0;
  background-color: #17235b;
  color: #fff;
  height: 600px;
  overflow: hidden;
  text-align: center
}

.tad-intro {
  margin-top: 10%;
}

.img-intro {
  height: 116px;
  margin-left: 40px;
  width: 96px;
  display: inline-block;
}

.tadserver-home-btn {
  background-color: #1f3145;
  border-color: #41bc44;
}

.tadserver-home-servicebox {
  background-color: #fff;
}

.tadserver-mr {
  margin-top: 25px;
}

.tsmrt15 {
  margin-top: 25px;
}

.ts-bdbaba {
  color: #f7f7f7;
}

.ts-pdt0 {
  padding-top: 0px;
}

.ts-home-moni {
  background-repeat: no-repeat;
  ackground-attachment: scroll;
  background-position: top left;
}

.ts-mr120 {
  margin-top: 120px;
}

.ts-bg-white {
  background: #ffffff;
}

.br-rad30 {
  border-radius: 30px
}

.ts-mon-op {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.mon-op1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mon-op2 {
  width: 50px;
  border-color: #fde0b5;
}

.hm-mon1 {
  padding-bottom: 20px;
  color: #000000;
  font-size: 30px;
}

.border-wh {
  border-color: #000000;
}

.align-right {
  text-align: right;
}

.mon-op3 {
  background-color: #eda934;
  border-color: #eda934;
  color: #ffffff;
}

.ts-fadeinout {
  visibility: visible;
  animation-name: fadeInUp;
}

.footer-payments {
  background: #2f4052;
  float: left;
  width: 276px;
  padding: 22px 24px;
  box-shadow: 0 6px 20px rgb(0, 0, 0);
}

.cp-green {
  color: #8eb458;
}

.namad-pin {
  cursor: pointer;
  position: fixed !important;
  bottom: 8px !important;
  left: 0px;
  z-index: 999;
}

.monitoring-grad {
  margin-top: 0px;
  margin-bottom: 0px;
  background: linear-gradient(#eff0fb, #fff);
  padding: 50px;
  background-color: #fff4ea;
  border-radius: 20px 20px 0px 0px;
}

section.home-hero img {
  max-width: 80%;
  border-radius: 10px
}

section.home-hero h2 {
  padding-bottom: 30px;
  color: #fff
}

@media(max-width:1200px) {
  section.home-hero {
    padding-top: 30px;
    height: 500px
  }

  section.home-hero h1 {
    font-size: 2.8em
  }

  section.home-hero h2 {
    font-size: 1.7em
  }
}

@media(max-width:991px) {
  section.home-hero {
    height: 360px
  }

  .tad-intro {
    margin-top: 10%;
  }

  .img-intro {
    height: 90px;
    margin-left: 15px;
    display: inline-block;
  }

  section.home-hero h1 {
    font-size: 2em
  }

  section.home-hero h2 {
    font-size: 1.4em
  }
}

@media(max-width:767px) {
  section.home-hero {
    height: 370px
  }

  section.home-hero h1 {
    font-size: 28px
  }

  .tad-intro {
    margin-top: 0%;
  }

  .img-intro {
    height: 80px;
    margin: 15px 8px;
    display: inline-block;
  }
}

.section.latest-news {
  padding: 15px 0;
  background-color: #1e2b68;
  color: #eee;
  font-size: 16px;
  text-align: center
}

.section.latest-news a {
  color: #fff;
  text-decoration: underline
}

.section.latest-news a:hover {
  text-decoration: none
}

.section.latest-news span {
  font-weight: 700
}

@media(max-width:991px) {
  .section.latest-news {
    font-size: 14px
  }
}

@media(min-width:1940px) {
  .tadserver-home-bg {
    background-image: none;
    background-size: cover;
    background-position: center top;
  }
}

.section-trusted {
  padding: 20px 0;
  color: grey
}

.section-trusted .list-inline li {
  padding: 0;
  width: 18%
}

.section-trusted img {
  max-width: 95%;
  filter: grayscale(100%)
}

.section-home-features {
  background-color: #f5f5f5
}

.section-feature-icons {
  text-align: center
}

.section-feature-icons .feature {
  padding: 30px
}

.section-feature-icons .feature img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  padding-bottom: 15px
}

.testimonials-carousel .carousel-cell {
  width: 100%;
  padding: 0 30px
}

.testimonials-carousel .carousel-cell blockquote {
  border: 0
}

.cover-header.addons .section-hero {
  padding: 50px 0 0;
  height: auto
}

.cover-header.eu .section-hero {
  background: #1f3145 url(https://tadserver.com/vps-eu/tadserver-france-dedicated.jpg);
  background-size: auto auto;
  height: 570px;
  background-size: cover;
}

.cover-header.addons-project .section-hero {
  height: 680px;
}

.cover-header.addons-project .section-hero .lead {
  color: #cddfed
}

.cover-header.addons-project .navbar-tour .navbar-nav li.active.project a {
  background-color: #3f759c
}

.cover-header.addons-ssl .section-hero {
  padding: 30px 0;
  background-color: #fab417
}

.cover-header.addons-ssl .section-hero .lead {
  color: #fff
}

.cover-header.addons-ssl .navbar-tour .navbar-nav li.active.ssl a {
  background-color: #fab417
}

.cover-header.addons-mobile .section-hero {
  background-color: #e54089
}

.cover-header.addons-mobile .section-hero .lead {
  color: #fff
}

.cover-header.addons-mobile .navbar-tour .navbar-nav li.active.mobile a {
  background-color: #e54089
}

.cover-header.addons-licensing .section-hero {
  background-color: #a7bf39
}

.cover-header.addons-licensing .section-hero .lead {
  color: #f4f8e4
}

.cover-header.addons-licensing .navbar-tour .navbar-nav li.active.licensing a {
  background-color: #a7bf39
}

.section-affiliates {
  padding: 0
}

.section-affiliates .wapp {
  text-align: center;
  padding: 20px;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 30px
}

.section-affiliates .wapp .copy {
  text-align: left
}

.section-affiliates #main-body {
  padding-top: 45px;
  padding-bottom: 45px
}

.section-affiliates .wapp h3 {
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-top: 10px
}

.section-affiliates .wapp p.listing-desc {
  padding: 5px 0 10px
}

.section-affiliates .wapp .copy {
  text-align: left;
  padding: 20px
}

.section-affiliates .wapp .btn {
  width: 45%;
  padding: 10px
}

.section-affiliates .blurb {
  text-align: center;
  padding: 25px 0 50px;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #eee;
  margin: 30px 0;
  color: #2b2d35
}

.section-affiliates .w-end {
  font-size: 16px;
  text-align: center;
  background: #1079be;
  color: #fff;
  padding: 30px;
  border-radius: 4px
}

.section-affiliates .alert-warning {
  background-color: #ffffec;
  border-left: 3px solid #cc0
}

.section-affiliates .icon-feature .iconw i {
  color: #fff;
  font-size: 38px;
  padding: 25px;
  border-radius: 210px;
  background: #006c8e;
  border: 2px solid #006c8e;
  margin-bottom: 0
}

.section-affiliates .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 40px;
  border-radius: 4px;
  border: 2px solid #e6e6e6
}

.section-affiliates .icon-feature h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 21px
}

.section-affiliates .icon-feature p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 32px
}

.section-affiliates .waff-title {
  text-align: center;
  padding: 30px 0 70px
}

.section-affiliates .waff-title h3 {
  font-size: 32px;
  margin-bottom: 50px
}

.section-affiliates .waff-title p {
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.section-affiliates .hero-buttons {
  padding: 35px
}

.section-affiliates .btn-group-lg>a.btn.btn-success.btn-cta,
.section-affiliates a.btn.btn-success.btn-lg.btn-cta {
  background: #4dac02;
  border: 1px solid #4dac02;
  border-radius: 4px;
  padding: 14px 40px
}

.section-affiliates .panel-aff {
  text-align: center
}

.section-affiliates .panel-aff>.panel-heading {
  color: #fff;
  background-color: #006c8e;
  border-color: #006c8e;
  padding: 20px 0;
  text-align: center
}

.section-affiliates .panel-aff h3.price {
  font-size: 5em;
  margin: 10px 0
}

.section-affiliates .panel-aff .panel-body {
  padding: 25px 0
}

.section-affiliates .panel-aff span {
  font-size: 16px
}

.section-affiliates .panel-aff p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 26px;
  margin: 15px
}

.section-affiliates .btn-group-lg>a.btn.btn-success.btn-cta-o,
.section-affiliates a.btn.btn-success.btn-lg.btn-cta-o {
  background: #fff;
  border: 2px solid #006c8e;
  border-radius: 4px;
  padding: 14px 40px;
  color: #006c8e
}

.section-affiliates .key-points {
  background: #fafafa;
  padding-top: 20px
}

.section-affiliates .key-points .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 40px;
  border: 0;
  border-radius: 4px
}

.section-affiliates .key-points .waff-title {
  text-align: center;
  padding: 30px 0 0
}

.section-affiliates .key-points .icon-feature h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 30px;
  font-size: 16px
}

.section-affiliates .key-points h2 {
  text-align: center;
  padding: 40px 0
}

.section-affiliates .disclaimer {
  background: #eee;
  padding: 35px 0;
  text-align: center
}

.section-enom .dev-block i {
  margin: 10px;
  color: #113c5e
}

.section-enom h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway-Regular;
  font-weight: 400
}

.section-enom header.header .headline {
  margin: 0;
  height: 220px;
  padding: 30px 0 0;
  background-image: none;
  background-size: cover;
  display: block;
  text-align: center
}

.section-enom header.header .headline h2 {
  padding: 30px
}

.section-enom .waff-title {
  text-align: center;
  padding: 30px 0 50px
}

.section-enom .waff-title h3 {
  font-size: 32px;
  margin-bottom: 50px
}

.section-enom .waff-title p {
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.section-enom .content-padded {
  padding: 0 35px
}

.section-enom .narrow {
  margin: 0 auto
}

.section-enom .well {
  margin-top: 50px
}

.section-enom .narrow li.list-group-item.active {
  font-size: 21px
}

.section-enom .search.well .form-group {
  margin-bottom: 0
}

.section-enom .search-form {
  margin-bottom: 0
}

.section-enom .hgp {
  padding: 20px 0 0
}

.section-enom .up-service {
  padding: 30px 0;
  color: #2b2d35;
  border-radius: 4px
}

.section-enom .up-title {
  margin: 40px 0
}

.section-enom .features {
  margin: 40px 0
}

.section-enom .icon-feature p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 32px
}

.section-enom .icon-feature .iconw i {
  color: #fff;
  font-size: 38px;
  padding: 25px;
  border-radius: 210px;
  background: #113c5e;
  border: 2px solid #073254;
  margin-bottom: 0
}

.section-enom .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 4px;
  border: 2px solid #e6e6e6
}

.section-enom .icon-feature h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 21px
}

.section-enom .iconic {
  text-align: center
}

.section-enom .iconic i.fa {
  display: block;
  font-size: 5em;
  margin-bottom: 20px;
  color: #73cb0b
}

.section-enom .sign-up-btn {
  text-align: center;
  color: #fff
}

.section-enom .sign-up-btn h4 {
  font-size: 21px
}

.section-enom .sign-up-btn .btn {
  margin-left: 15px
}

.section-enom .pricing-tabs {
  margin-bottom: 60px
}

.section-enom .pricing-tabs td {
  padding: 15px !important
}

.section-enom .dark-section {
  background: #113c5e;
  padding: 80px 0;
  margin: 30px 0 0
}

.section-enom .dark-section .list-group-item {
  padding: 20px 15px;
  border-top: 1px solid #eee
}

.section-enom .dark-section .list-group-item.active {
  background-color: #0a2942;
  border-color: #0a2942;
  border-top: 0 !important;
  font-size: 18px
}

.section-enom .dark-paragraph {
  background: #fff;
  padding: 30px;
  margin: 10px 0 0;
  border-radius: 4px;
  border-left: 5px solid #4dac02
}

.section-enom .dark-paragraph p {
  opacity: .7
}

.section-enom .whp {
  text-align: center;
  padding: 50px 0
}

.section-enom .whp h4 {
  font-size: 31px;
  margin-bottom: 40px
}

.section-enom .whp p {
  font-size: 16px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.section-enom .signup-cta {
  background: #283645;
  padding: 50px 0;
  margin-top: 10px
}

.section-enom .signup-cta-foot {
  margin-top: 50px;
  background: #1f2127
}

.section-enom .pricing-tabs ul {
  margin-bottom: 15px
}

.section-enom .pricing-tabs li {
  font-size: 18px
}

.section-enom a.btn.btn-success.btn-cta {
  background: #4dac02;
  border: 1px solid #4dac02;
  border-radius: 4px;
  padding: 14px 40px
}

.section-enom .faq h4 {
  font-size: 26px;
  margin-bottom: 20px
}

.section-enom .faq p {
  margin-bottom: 20px
}

.section-enom .whp h4.panel-title {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left
}

.section-evo .dev-block i {
  margin: 10px;
  color: #f5ab35
}

.section-evo .dev-block p {
  font-size: 16px
}

.section-evo h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400
}

.section-evo header.header .headline {
  margin: 0;
  height: 220px;
  padding: 30px 0 0;
  background-image: none;
  background-size: cover;
  display: block;
  text-align: center
}

.section-evo header.header .headline h2 {
  padding: 30px
}

.section-evo .waff-title {
  text-align: center;
  padding: 30px 0 50px
}

.section-evo .waff-title h3 {
  font-size: 32px;
  margin-bottom: 50px
}

.section-evo .waff-title p {
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.section-evo .content-padded {
  padding: 0 35px
}

.section-evo .narrow {
  margin: 0 auto
}

.section-evo .well {
  margin-top: 50px
}

.section-evo .narrow li.list-group-item.active {
  font-size: 21px
}

.section-evo .search.well .form-group {
  margin-bottom: 0
}

.section-evo .search-form {
  margin-bottom: 0
}

.section-evo .hgp {
  padding: 20px 0 0
}

.section-evo .up-service {
  padding: 30px 0;
  color: #2b2d35;
  border-radius: 4px
}

.section-evo .up-title {
  margin: 40px 0
}

.section-evo .features {
  margin: 40px 0
}

.section-evo .icon-feature p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 32px
}

.section-evo .icon-feature .iconw i {
  color: #fff;
  font-size: 38px;
  padding: 25px;
  border-radius: 210px;
  background: #113c5e;
  border: 2px solid #073254;
  margin-bottom: 0
}

.section-evo .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 4px;
  border: 2px solid #e6e6e6
}

.section-evo .icon-feature h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 21px
}

.section-evo .iconic {
  text-align: center
}

.section-evo .iconic i.fa {
  display: block;
  font-size: 5em;
  margin-bottom: 20px;
  color: #73cb0b
}

.section-evo .sign-up-btn {
  text-align: center;
  color: #fff
}

.section-evo .sign-up-btn h4 {
  font-size: 21px
}

.section-evo .sign-up-btn .btn {
  margin-left: 15px
}

.section-evo .pricing-tabs {
  margin-bottom: 60px
}

.section-evo .pricing-tabs td {
  padding: 15px !important
}

.section-evo .dark-section {
  background: #113c5e;
  padding: 80px 0;
  margin: 30px 0 0
}

.section-evo .dark-section .list-group-item {
  padding: 20px 15px;
  border-top: 1px solid #eee
}

.section-evo .dark-section .list-group-item.active {
  background-color: #0a2942;
  border-color: #0a2942;
  border-top: 0 !important;
  font-size: 18px
}

.section-evo .dark-paragraph {
  background: #fff;
  padding: 30px;
  margin: 10px 0 0;
  border-radius: 4px;
  border-left: 5px solid #4dac02
}

.section-evo .dark-paragraph p {
  opacity: .7
}

.section-evo .whp {
  text-align: center;
  padding: 50px 0
}

.section-evo .whp h4 {
  font-size: 31px;
  margin-bottom: 40px
}

.section-evo .whp p {
  font-size: 16px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.section-evo .signup-cta {
  background: #283645;
  padding: 50px 0;
  margin-top: 10px
}

.section-evo .signup-cta-foot {
  margin-top: 50px;
  background: #1f2127
}

.section-evo .pricing-tabs ul {
  margin-bottom: 15px
}

.section-evo .pricing-tabs li {
  font-size: 18px
}

.section-evo a.btn.btn-success.btn-cta {
  background: #4dac02;
  border: 1px solid #4dac02;
  border-radius: 4px;
  padding: 14px 40px
}

.section-evo .faq h4 {
  font-size: 26px;
  margin-bottom: 20px
}

.section-evo .faq p {
  margin-bottom: 20px
}

.section-evo .whp h4.panel-title {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left
}

.section-eway .dev-block i {
  margin: 10px;
  color: #f5ab35
}

.section-eway .dev-block p {
  font-size: 16px
}

.section-eway h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway-Regular;
  font-weight: 400
}

.section-eway header.header .headline {
  margin: 0;
  height: 220px;
  padding: 30px 0 0;
  background-image: none;
  background-size: cover;
  display: block;
  text-align: center
}

.section-eway header.header .headline h2 {
  padding: 30px
}

.section-eway .waff-title {
  text-align: center;
  padding: 30px 0 50px
}

.section-eway .waff-title h3 {
  font-size: 32px;
  margin-bottom: 50px
}

.section-eway .waff-title p {
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.section-eway .content-padded {
  padding: 0 35px
}

.section-eway .narrow {
  margin: 0 auto
}

.section-eway .well {
  margin-top: 50px
}

.section-eway .narrow li.list-group-item.active {
  font-size: 21px
}

.section-eway .search.well .form-group {
  margin-bottom: 0
}

.section-eway .search-form {
  margin-bottom: 0
}

.section-eway .hgp {
  padding: 20px 0 0
}

.section-eway .up-service {
  padding: 30px 0;
  color: #2b2d35;
  border-radius: 4px
}

.section-eway .up-title {
  margin: 40px 0
}

.section-eway .features {
  margin: 40px 0
}

.section-eway .icon-feature p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 32px
}

.section-eway .icon-feature .iconw i {
  color: #fff;
  font-size: 38px;
  padding: 25px;
  border-radius: 210px;
  background: #113c5e;
  border: 2px solid #073254;
  margin-bottom: 0
}

.section-eway .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 4px;
  border: 2px solid #e6e6e6
}

.section-eway .icon-feature h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 21px
}

.section-eway .iconic {
  text-align: center
}

.section-eway .iconic i.fa {
  display: block;
  font-size: 5em;
  margin-bottom: 20px;
  color: #73cb0b
}

.section-eway .sign-up-btn {
  text-align: center;
  color: #fff
}

.section-eway .sign-up-btn h4 {
  font-size: 21px
}

.section-eway .sign-up-btn .btn {
  margin-left: 15px
}

.section-eway .pricing-tabs {
  margin-bottom: 60px
}

.section-eway .pricing-tabs td {
  padding: 15px !important
}

.section-eway .dark-section {
  background: #113c5e;
  padding: 80px 0;
  margin: 30px 0 0
}

.section-eway .dark-section .list-group-item {
  padding: 20px 15px;
  border-top: 1px solid #eee
}

.section-eway .dark-section .list-group-item.active {
  background-color: #0a2942;
  border-color: #0a2942;
  border-top: 0 !important;
  font-size: 18px
}

.section-eway .dark-paragraph {
  background: #fff;
  padding: 30px;
  margin: 10px 0 0;
  border-radius: 4px;
  border-left: 5px solid #4dac02
}

.section-eway .dark-paragraph p {
  opacity: .7
}

.section-eway .whp {
  text-align: center;
  padding: 50px 0
}

.section-eway .whp h4 {
  font-size: 31px;
  margin-bottom: 40px
}

.section-eway .whp p {
  font-size: 16px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.section-eway .signup-cta {
  background: #283645;
  padding: 50px 0;
  margin-top: 10px
}

.section-eway .signup-cta-foot {
  margin-top: 50px;
  background: #1f2127
}

.section-eway .pricing-tabs ul {
  margin-bottom: 15px
}

.section-eway .pricing-tabs li {
  font-size: 18px
}

.section-eway a.btn.btn-success.btn-cta {
  background: #4dac02;
  border: 1px solid #4dac02;
  border-radius: 4px;
  padding: 14px 40px
}

.section-eway .faq h4 {
  font-size: 26px;
  margin-bottom: 20px
}

.section-eway .faq p {
  margin-bottom: 20px
}

.section-eway .whp h4.panel-title {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left
}

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

.section-marketplace-banner {
  background-color: #d9eaf9;
  font-size: 1.2em;
  text-align: center
}

@media(max-width:991px) {
  .section-marketplace-banner img {
    margin-bottom: 30px
  }
}

.section-marketplace-banner a {
  text-decoration: underline
}

.apps-and-integrations {
  margin-top: 30px;
  margin-bottom: 30px
}

.apps-and-integrations .app {
  display: block;
  margin: 0 0 30px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  font-size: 1.3em;
  font-family: Raleway-Regular
}

.apps-and-integrations .app:hover {
  border-color: #00b0eb
}

.apps-and-integrations .app .logo-container {
  margin: 0 0 20px;
  height: 100px;
  line-height: 100px;
  text-align: center
}

.apps-and-integrations .app .logo-container img {
  max-width: 80%;
  max-height: 70%
}

.apps-and-integrations .app h3 {
  font-size: 1.7em;
  color: #444;
  font-family: Raleway-SemiBold
}

.apps-and-integrations .app p {
  margin-bottom: 30px;
  color: #555
}

.apps-tabs li a {
  color: #768798
}

.apps-tabs li a:active,
.apps-tabs li a:focus,
.apps-tabs li a:hover {
  color: #111
}

.apps-tabs li.active a {
  color: #111
}

.apps-tabs li.active a:active,
.apps-tabs li.active a:focus,
.apps-tabs li.active a:hover {
  color: #111
}

.services img {
  max-width: 90%
}

@media only screen and (max-width:991px) {
  .services img {
    max-width: 150px;
    margin-bottom: 30px
  }
}

.services h3 {
  color: #76a24f
}

.services ul {
  list-style: none
}

.services ol:last-child,
.services ul:last-child {
  margin-bottom: 0
}

.services .btn {
  margin-bottom: 5px
}

@media only screen and (max-width:991px) {
  .services .btn {
    display: block
  }
}

.section-save {
  padding: 0
}

.section-save participate-title {
  text-align: center
}

.section-save lead2 {
  font-size: 16px
}

.section-save p.lead3 {
  margin-left: 25px;
  text-align: center;
  font-size: 10px;
  color: #fff
}

.section-save p.convince {
  font-size: 12px;
  color: #fff
}

.section-save .btn {
  float: right;
  background-color: #4dac02;
  color: #fff;
  padding: 11px 48px;
  margin: 12px 0;
  font-size: 1.1em
}

.section-save .cta-switch {
  margin-top: 30px
}

.section-save h2.new-class {
  margin-top: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 700
}

.section-save h2.cta-text {
  margin-top: 40px;
  color: #fff;
  font-size: 32px
}

.section-save .highlight {
  background: #fff;
  padding: 5px;
  color: #f56ea8;
  border-radius: 4px
}

.section-save .participate-title h3 {
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center
}

.section-save .key-points {
  background: #fafafa;
  padding-top: 20px
}

.section-save .pillars .three-col {
  margin-top: 50px;
  margin-bottom: 50px
}

.section-save .key-points h2 {
  text-align: center;
  padding: 40px 0
}

.section-save .key-points .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 40px;
  border: 0;
  border-radius: 4px
}

.section-save .iconw {
  padding-bottom: 15px
}

.section-save .key-points .icon-feature h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 30px;
  font-size: 16px
}

.section-save .icon-feature p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 32px
}

.section-save .wapp {
  text-align: center;
  padding: 20px;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 30px
}

.section-save h3.large-cta {
  color: #22313f;
  font-size: 2.625em;
  line-height: 1.33;
  font-weight: 500
}

.section-save p.sub-large-cta {
  color: #949494;
  font-size: 1.3em;
  margin-bottom: 30px
}

.section-save .wapp .copy {
  text-align: left
}

.section-save #main-body {
  padding-top: 45px;
  padding-bottom: 45px
}

.section-save .wapp h3 {
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-top: 10px
}

.section-save .wapp p.listing-desc {
  padding: 5px 0 10px
}

.section-save .wapp .copy {
  text-align: left;
  padding: 20px
}

.section-save .wapp .btn {
  width: 45%;
  padding: 10px
}

.section-save .blurb {
  text-align: center;
  padding: 25px 0 50px;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #eee;
  margin: 30px 0;
  color: #2b2d35
}

.section-save .w-end {
  font-size: 16px;
  text-align: center;
  background: #1079be;
  color: #fff;
  padding: 30px;
  border-radius: 4px
}

.section-save .alert-warning {
  background-color: #ffffec;
  border-left: 3px solid #cc0
}

.section-save .icon-feature .iconw i {
  color: #fff;
  font-size: 38px;
  padding: 25px;
  border-radius: 210px;
  background: #0d83dd;
  border: 2px solid #0d83dd;
  margin-bottom: 0
}

.section-save .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 40px;
  border-radius: 4px;
  border: 2px solid #e6e6e6
}

.section-save .icon-feature h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 21px
}

.section-save .icon-feature p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 32px
}

.section-save .waff-title {
  text-align: center;
  padding: 30px 0 70px
}

.section-save .waff-title h3 {
  font-size: 32px;
  margin-bottom: 50px
}

.section-save .waff-title p {
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  line-height: 32px
}

.section-save .switch-switch-hero-buttons {
  padding: 35px
}

.section-save .btn-group-lg>a.btn.btn-success.btn-cta,
.section-save a.btn.btn-success.btn-lg.btn-cta {
  background: #4dac02;
  border: 1px solid #4dac02;
  border-radius: 4px;
  padding: 14px 40px
}

.section-save .panel-aff {
  text-align: center
}

.section-save .panel-aff>.panel-heading {
  color: #fff;
  background-color: #006c8e;
  border-color: #006c8e;
  padding: 20px 0;
  text-align: center
}

.section-save .panel-aff h3.price {
  font-size: 5em;
  margin: 10px 0
}

.section-save .panel-aff .panel-body {
  padding: 25px 0
}

.section-save .panel-aff span {
  font-size: 16px
}

.section-save .panel-aff p {
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 26px;
  margin: 15px
}

.section-save .btn-group-lg>a.btn.btn-success.btn-cta-o,
.section-save a.btn.btn-success.btn-lg.btn-cta-o {
  background: #fff;
  border: 2px solid #006c8e;
  border-radius: 4px;
  padding: 14px 40px;
  color: #006c8e
}

.section-save .key-points {
  background: #fafafa;
  padding-top: 20px
}

.section-save .key-points .icon-feature {
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 40px;
  border: 0;
  border-radius: 4px
}

.section-save .key-points .waff-title {
  text-align: center;
  padding: 30px 0 0
}

.section-save .key-points .icon-feature h3 {
  color: #34383c;
  margin-top: 20px;
  font-weight: 600;
  line-height: 30px;
  font-size: 16px
}

.section-save .key-points h2 {
  text-align: center;
  padding: 40px 0
}

.section-save .disclaimer {
  background: #eee;
  padding: 35px 0;
  text-align: center
}

.section-save .u-clearfix:before {
  content: " ";
  display: table
}

.section-save .u-clearfix:after {
  clear: both
}

.section-save .u-hidden {
  display: none
}

@media screen and (max-width:768px) {
  .section-save .u-hidden-tablet {
    display: none
  }
}

@media screen and (max-width:480px) {
  .section-save .u-hidden-mobile {
    display: none
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .section-save .u-hidden-desktop {
    display: none
  }
}

.section-save .u-float-right {
  float: right
}

.section-save .u-float-left {
  float: left
}

.section-save .u-text-center {
  text-align: center
}

.section-save .u-text-left {
  text-align: left
}

.section-save .u-list-blank {
  list-style: none;
  margin: 0 0 24px;
  padding: 0
}

.section-save .u-list-inline li {
  display: inline-block
}

.section-save .anchored-content {
  background-color: #fff;
  position: relative;
  overflow-x: hidden
}

.section-save .anchored-content section {
  padding: 0;
  position: relative;
  z-index: 10
}

.section-save .anchored-content blockquote {
  text-align: left;
  width: 100%;
  font-size: 1.8rem;
  text-indent: 0
}

@media screen and (max-width:768px) {
  .section-save .anchored-content blockquote {
    text-align: center
  }
}

.section-save .anchored-content .testimonial-logo {
  height: auto;
  width: 72px;
  margin-top: 10px;
  margin-left: 7px;
  display: block
}

.section-save .anchored-content .line-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 1280px;
  height: 127px;
  background-size: 100%;
  background-repeat: no-repeat
}

@media screen and (max-width:768px) {
  .section-save .anchored-content .line-bg {
    display: none
  }
}

.section-save .anchored-content .two-col {
  float: left;
  width: 100%
}

@media screen and (max-width:768px) {
  .section-save .anchored-content .two-col {
    padding-top: 0
  }
}

.section-save .anchored-content .two-col .col {
  width: 55%;
  float: left;
  text-align: center
}

.section-save .anchored-content .two-col .col:first-child {
  margin-top: 85px;
  text-align: left;
  width: 45%;
  padding: 0 4%
}

@media screen and (max-width:768px) {
  .section-save .anchored-content .two-col .col {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }

  .section-save .anchored-content .two-col .col:first-child {
    text-align: center;
    margin-top: 0;
    width: 100%
  }
}

.section-save .anchored-content .two-col .col.image-left {
  text-align: left
}

.section-save .anchored-content .two-col .col.image-right {
  text-align: right
}

.section-save .anchored-content h2 {
  margin-top: 0
}

.section-save .anchored-content .content-img {
  display: inline-block;
  vertical-align: text-bottom
}

@media screen and (max-width:768px) {
  .section-save .anchored-content .content-img {
    margin-top: 0 !important;
    width: 50%
  }

  .section-save .anchored-content .content-img.no-mobile-image {
    display: none
  }
}

@media screen and (max-width:480px) {
  .section-save .anchored-content .content-img {
    width: 80%
  }
}

.section-save .anchored-content.content-left .line-bg {
  background-position: top right;
  right: 0
}

@media screen and (max-width:1024px) {
  .section-save .anchored-content.content-left .line-bg {
    right: -80px
  }
}

.section-save .anchored-content.content-right .line-bg {
  background-position: top left;
  left: 0
}

@media screen and (max-width:1024px) {
  .section-save .anchored-content.content-right .line-bg {
    left: -80px
  }
}

.section-save .anchored-content.content-right .col:first-child {
  float: right
}

.section-save .anchored-content .primary-cta {
  padding: 7px 28px 8px 25px
}

.section-save .cta-banner-container {
  background-color: #0d83dd
}

.section-save .cta-banner {
  background-color: #0d83dd;
  float: left;
  width: 100%;
  padding: 3% 8%
}

@media screen and (max-width:1024px) {
  .section-save .cta-banner {
    padding: 4%
  }
}

.section-save .cta-banner .heading {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 14px
}

.section-save .cta-banner .two-col {
  display: table;
  width: 100%
}

@media screen and (max-width:768px) {
  .section-save .cta-banner .two-col {
    display: block
  }
}

.section-save .cta-banner .col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%
}

.section-save .cta-banner .col:first-child {
  text-align: left
}

@media screen and (max-width:768px) {
  .section-save .cta-banner .col:first-child {
    text-align: center
  }

  .section-save .cta-banner .col {
    display: block;
    width: 100%
  }

  .section-save .cta-banner .col:first-child {
    margin-bottom: 15px
  }
}

.section-save .cta-banner img {
  width: 367px;
  height: auto
}

@media screen and (max-width:480px) {
  .section-save .cta-banner img {
    width: 90%;
    height: auto
  }
}

.section-save .switch-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center
}

.section-save .switch-hero section {
  padding: 45px 0
}

.section-save .switch-hero section.zero-bottom-padding {
  padding-bottom: 0
}

.section-save .switch-hero .content {
  width: 45%;
  margin-left: 20px
}

@media screen and (max-width:1024px) {
  .section-save .switch-switch-hero .content {
    margin-left: 0
  }
}

.section-save .switch-hero h1 {
  margin-bottom: 32px
}

.section-save .switch-hero .primary-cta {
  min-width: 275px;
  display: inline-block;
  vertical-align: middle
}

.section-save .switch-hero .margin-right {
  margin-right: 20px
}

.section-save .switch-hero .subtext {
  color: #8495a2;
  max-width: 275px
}

@media screen and (max-width:768px) {
  .section-save .switch-hero .subtext {
    margin: 10px auto 0
  }

  .section-save .switch-hero {
    background-color: #e5f4fe;
    background-image: none !important
  }

  .section-save .switch-hero .content {
    text-align: center;
    width: 100%
  }
}

.section-save .switch-hero-center {
  text-align: center
}

.section-save .switch-hero-center .content {
  width: 80%;
  padding-left: 0;
  margin: 0 auto
}

.section-save .switch-hero-center .content p {
  margin-bottom: 10px
}

.section-save .switch-hero-long section {
  padding: 50px 0 250px
}

@media screen and (max-width:768px) {
  .section-save .switch-hero-long section {
    padding: 45px 0
  }
}

.section-save .switch-hero-short {
  background-color: #e5f4fe
}

.section-save .switch-hero-short section {
  padding: 50px 0
}

.section-save .switch-hero-short .content {
  width: auto;
  text-align: center;
  padding-left: 0
}

.section-save .h1-only-switch-hero .title h1,
.section-save .switch-hero-short .content h1 {
  margin-bottom: 0
}

.section-save .switch-hero-short .content p {
  display: inline-block;
  width: 45%;
  margin-bottom: 0
}

@media screen and (max-width:768px) {
  .section-save .switch-hero-short .content p {
    width: 100%
  }
}

.section-save .switch-hero-short .subtext {
  margin: 10px auto 0;
  color: #8495a2
}

.section-save .switch-hero-short .cta-subtext-assurance {
  margin-top: 20px;
  margin-left: 0;
  text-align: center
}

.section-save .cta-assurance,
.section-save .cta-subtext,
.section-save .featured-in img {
  display: inline-block;
  vertical-align: middle
}

.section-save .cta-assurance {
  margin-left: 10px
}

@media screen and (max-width:1024px) {
  .section-save .cta-assurance {
    display: none
  }
}

.section-save .cta-subtext-assurance {
  margin-left: 20px
}

@media screen and (max-width:1024px) {
  .section-save .cta-subtext-assurance {
    margin-left: 0
  }
}

@media screen and (max-width:768px) {
  .section-save .cta-subtext-assurance {
    text-align: center
  }
}

.section-save .h1-only-switch-hero {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  height: 340px
}

.section-save .h1-only-switch-hero .title {
  text-align: center;
  width: 57.5%;
  margin: 0 auto
}

@media screen and (max-width:1024px) {
  .section-save .h1-only-switch-hero .title {
    width: 75%
  }
}

@media screen and (max-width:768px) {
  .section-save .h1-only-switch-hero .title {
    width: 80%
  }
}

@media screen and (max-width:480px) {
  .section-save .h1-only-switch-hero .title {
    width: 100%
  }
}

@media screen and (max-width:768px) {
  .section-save .h1-only-switch-hero {
    background-color: #e5f4fe;
    background-image: none !important
  }
}

.section-save .h1-content-cta-rec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 450px
}

@media screen and (max-width:768px) {
  .section-save .h1-content-cta-rec {
    background-image: none !important;
    margin: 0 auto;
    text-align: center;
    background-color: #eff8fe;
    height: 680px
  }
}

@media screen and (max-width:480px) {
  .section-save .h1-content-cta-rec {
    height: 700px
  }
}

.section-save .h1-content-cta-rec .padding {
  padding: 0 40px
}

@media screen and (max-width:768px) {
  .section-save .h1-content-cta-rec .padding {
    padding: 0 15px
  }
}

.section-save .h1-content-cta-rec .switch-hero-body {
  margin-top: 40px;
  margin-right: 30px
}

.section-save .h1-content-cta-rec .switch-hero-body h1 {
  max-width: 620px
}

@media screen and (max-width:768px) {
  .section-save .h1-content-cta-rec .switch-hero-body h1 {
    max-width: 100%
  }

  .section-save .h1-content-cta-rec .switch-hero-body {
    margin: 0 auto;
    padding-bottom: 40px
  }
}

@media screen and (max-width:480px) {
  .section-save .h1-content-cta-rec .switch-hero-body {
    margin-bottom: 40px
  }
}

.section-save .h1-content-cta-rec .lpat-intro {
  font-size: 1.8rem;
  max-width: 575px
}

@media screen and (max-width:768px) {
  .section-save .h1-content-cta-rec .lpat-intro {
    max-width: 1e3px
  }
}

.section-save .h1-content-cta-rec .subtext {
  color: #6d8190;
  font-size: 1.5rem;
  text-align: left
}

.section-save .switch-hero .subtext {
  color: #8495a2;
  max-width: 275px
}

.section-save .subtext {
  line-height: 1.28571429;
  margin-top: 10px;
  color: #8495a2
}

.section-save .ghost-button,
.section-save .subtext {
  text-align: center;
  display: block
}

@media screen and (max-width:768px) {
  .section-save .h1-content-cta-rec .subtext {
    text-align: center
  }
}

.section-save .h1-content-cta-rec .tablet-switch-hero-image {
  display: none
}

@media screen and (max-width:768px) {
  .section-save .h1-content-cta-rec .tablet-switch-hero-image {
    display: block
  }
}

@media screen and (max-width:480px) {
  .section-save .h1-content-cta-rec .tablet-switch-hero-image {
    display: none
  }
}

.section-save .h1-content-cta-rec .mobile-switch-hero-image {
  display: none
}

@media screen and (max-width:480px) {
  .section-save .h1-content-cta-rec .mobile-switch-hero-image {
    display: block
  }
}

.section-save .super-text {
  display: block;
  font-size: 2.8rem;
  color: #062942
}

.section-save .press-switch-hero-links>span {
  display: block;
  margin-bottom: 15px
}

.section-save .press-switch-hero-links>span:last-child {
  margin-bottom: 0
}

.section-save .switch-hero-image .main-switch-hero-image {
  display: block
}

@media screen and (max-width:1024px) {
  .section-save .switch-hero-image .main-switch-hero-image {
    display: none
  }
}

@media screen and (max-width:768px) {
  .section-save .switch-hero-image .main-switch-hero-image {
    display: block
  }
}

.section-save .mobile-switch-hero-img,
.section-save .switch-hero-image .fallback-switch-hero-image {
  display: none
}

@media screen and (max-width:1024px) {
  .section-save .switch-hero-image .fallback-switch-hero-image {
    display: block
  }
}

@media screen and (max-width:768px) {
  .section-save .switch-hero-image .fallback-switch-hero-image {
    display: none
  }

  .section-save .mobile-switch-hero-img {
    display: block;
    height: 350px;
    background-size: cover;
    background-position: top right
  }
}

@media screen and (max-width:480px) {
  .section-save .mobile-switch-hero-img {
    height: 275px
  }
}

.section-save .cnet {
  width: 26px;
  height: auto;
  margin-top: -4px;
  margin-bottom: -2px
}

.section-save .forbes {
  width: 56.61px;
  height: auto;
  margin-top: -2px
}

.section-save .cnn,
.section-save .ny-times {
  width: 35px;
  height: auto
}

.section-save .ny-times {
  width: 154px;
  margin-bottom: -2px
}

.section-save .techcrunch {
  width: 114.74px;
  height: auto
}

.section-save .bloomberg,
.section-save .mashable {
  width: 80.99px;
  height: auto;
  margin-top: 2px
}

.section-save .bloomberg {
  width: 102px;
  margin-bottom: -2px
}

.section-save .fast-company {
  width: 94.36px;
  height: auto
}

.section-save .featured-in {
  background-color: #f7f8f9
}

.section-save .featured-in section {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: 60px;
  margin-top: 5px
}

.section-save .featured-in .copy {
  font-size: 1.8rem;
  vertical-align: middle
}

@media screen and (max-width:320px) {
  .section-save .featured-in .cnn {
    display: none
  }
}

@media screen and (max-width:480px) {
  .section-save .featured-in .ny-times {
    display: none
  }
}

@media screen and (max-width:768px) {
  .section-save .featured-in .techcrunch {
    display: none
  }
}

@media screen and (max-width:1024px) {

  .section-save .featured-in .bloomberg,
  .section-save .featured-in .fast-company,
  .section-save .featured-in .mashable {
    display: none
  }
}

.section-save .featured-companies,
.section-save .features .five-col,
.section-save .features .four-col,
.section-save .features .six-col,
.section-save .features .three-col,
.section-save .features .two-col {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.section-save .featured-companies {
  margin-bottom: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.section-save .featured-companies img {
  margin: 20px 15px
}

.section-save .features h2 {
  text-align: center;
  margin-bottom: 0
}

.section-save .features h3 {
  margin-top: 10px
}

.section-save .features img {
  width: 48px;
  height: auto
}

.section-save .features .two-col .col {
  width: 50%
}

.section-save .features .four-col .col {
  width: 25%
}

.section-save .features .five-col .col,
.section-save .features .six-col .col,
.section-save .features .three-col .col {
  width: 30%
}

@media screen and (max-width:1024px) {

  .section-save .features .five-col .col,
  .section-save .features .four-col .col,
  .section-save .features .six-col .col {
    width: 50%
  }
}

.section-save .features .five-col,
.section-save .features .four-col,
.section-save .features .six-col,
.section-save .features .three-col,
.section-save .features .two-col {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
  padding: 4% 0
}

.section-save .features .five-col .col,
.section-save .features .four-col .col,
.section-save .features .six-col .col,
.section-save .features .three-col .col,
.section-save .features .two-col .col {
  margin-top: 30px
}

@media screen and (max-width:768px) {

  .section-save .features .five-col .col,
  .section-save .features .four-col .col,
  .section-save .features .six-col .col,
  .section-save .features .three-col .col,
  .section-save .features .two-col .col {
    width: 100%
  }

  .section-save .features .five-col .col:last-child,
  .section-save .features .four-col .col:last-child,
  .section-save .features .six-col .col:last-child,
  .section-save .features .three-col .col:last-child,
  .section-save .features .two-col .col:last-child {
    margin-bottom: 20px
  }
}

.section-save .features .five-col .col p,
.section-save .features .four-col .col p,
.section-save .features .six-col .col p,
.section-save .features .three-col .col p,
.section-save .features .two-col .col p {
  padding: 0 5%
}

@media screen and (max-width:768px) {

  .section-save .features .five-col .col p,
  .section-save .features .four-col .col p,
  .section-save .features .six-col .col p,
  .section-save .features .three-col .col p,
  .section-save .features .two-col .col p {
    padding: 0
  }
}

.section-save .features .five-col .col:nth-child(4) {
  margin-left: 100px
}

.section-save .features .five-col .col:last-child {
  margin-right: 100px
}

@media screen and (max-width:1024px) {
  .section-save .features .five-col .col:nth-child(4) {
    margin-left: 0
  }

  .section-save .features .five-col .col:last-child {
    margin-right: 0
  }
}

.section-save blockquote {
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #062942;
  text-align: left;
  margin: 0;
  vertical-align: middle;
  text-indent: -.7rem;
  width: 55%
}

.section-save .pull-quote {
  font-size: 2.8rem;
  line-height: 1.53571429;
  text-indent: -1.05rem;
  border-top: 1px solid #c5c7ce;
  border-bottom: 1px solid #c5c7ce;
  padding: 20px 11px 20px 21.5px;
  margin: 35px 0
}

@media screen and (max-width:1024px) {
  .section-save .pull-quote {
    margin: 0
  }
}

@media screen and (max-width:768px) {
  .section-save .pull-quote {
    margin: 35px 0
  }
}

@media screen and (max-width:480px) {
  .section-save .pull-quote {
    margin: 0
  }
}

.section-save .pull-quote.long {
  width: 44%
}

@media screen and (max-width:1024px) {
  .section-save .pull-quote.long {
    width: 100%
  }
}

@media screen and (max-width:768px) {
  .section-save .pull-quote.long {
    width: 44%
  }
}

@media screen and (max-width:480px) {
  .section-save .pull-quote.long {
    width: 100%
  }
}

.section-save .pull-quote.short {
  width: 32%
}

@media screen and (max-width:1024px) {
  .section-save .pull-quote.short {
    width: 100%
  }
}

@media screen and (max-width:768px) {
  .section-save .pull-quote.short {
    width: 32%
  }
}

@media screen and (max-width:480px) {
  .section-save .pull-quote.short {
    width: 100%
  }
}

.section-save .quote-left {
  float: left;
  margin-right: 12%
}

@media screen and (max-width:1024px) {
  .section-save .quote-left {
    margin-right: 0;
    float: none
  }
}

@media screen and (max-width:768px) {
  .section-save .quote-left {
    margin-right: 12%;
    float: left
  }
}

@media screen and (max-width:480px) {
  .section-save .quote-left {
    margin-right: 0;
    float: none
  }
}

.section-save .quote-right {
  margin-left: 12%;
  float: right
}

@media screen and (max-width:1024px) {
  .section-save .quote-right {
    margin-left: 0;
    float: none
  }
}

@media screen and (max-width:768px) {
  .section-save .quote-right {
    margin-left: 12%;
    float: right
  }
}

@media screen and (max-width:480px) {
  .section-save .quote-right {
    margin-left: 0;
    float: none
  }
}

.section-save .testimonial-1-col,
.section-save .testimonials {
  padding-bottom: 40px
}

.section-save .testimonials h2 {
  margin-top: 0
}

.section-save .testimonial-2-col blockquote {
  width: 100%
}

@media screen and (max-width:1024px) {
  .section-save .testimonial-2-col blockquote {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    text-indent: 0
  }
}

@media screen and (max-width:768px) {
  .section-save .testimonial-2-col blockquote {
    width: 75%
  }
}

@media screen and (max-width:480px) {
  .section-save .testimonial-2-col blockquote {
    width: 100%
  }
}

.section-save .testimonial-2-col .two-col {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4% auto;
  width: 90%
}

@media screen and (max-width:1200px) {
  .section-save .testimonial-2-col .two-col {
    width: 100%
  }
}

.section-save .testimonial-2-col .two-col .col {
  width: 45%
}

@media screen and (max-width:1024px) {
  .section-save .testimonial-2-col .two-col .col {
    width: 100%;
    margin-bottom: 40px
  }

  .section-save .testimonial-2-col .two-col .col:last-child {
    margin-bottom: 0
  }
}

.section-save .testimonial-1-col {
  padding-top: 40px
}

@media screen and (max-width:1024px) {
  .section-save .testimonial-1-col {
    background-color: #e5f4fe
  }
}

.section-save .testimonial-1-col .col {
  width: 85%;
  margin: 0 auto;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:1024px) {
  .section-save .testimonial-1-col .col {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}

.section-save .testimonial-1-col .photo-details {
  margin-top: 0
}

@media screen and (max-width:1024px) {
  .section-save .testimonial-1-col .photo-details {
    margin-top: 25px;
    width: inherit
  }

  .section-save blockquote {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    text-indent: 0
  }
}

@media screen and (max-width:768px) {
  .section-save blockquote {
    width: 75%
  }
}

@media screen and (max-width:480px) {
  .section-save blockquote {
    width: 100%
  }
}

.section-save .photo-details {
  vertical-align: middle;
  text-align: left;
  -ms-flex-order: -1;
  order: -1;
  margin: 25px 0 0
}

@media screen and (max-width:1024px) {
  .section-save .photo-details {
    margin-top: 10px;
    width: 100%;
    -ms-flex-order: 0;
    order: 0;
    text-align: center
  }
}

.section-save .photo-details img {
  width: 120px;
  height: auto;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px
}

@media screen and (max-width:1024px) {
  .section-save .photo-details img {
    margin-right: 0
  }
}

.section-save .photo-details .details {
  vertical-align: middle;
  display: inline-block;
  text-align: left
}

@media screen and (max-width:1024px) {
  .section-save .photo-details .details {
    text-align: center;
    display: block
  }
}

.section-save .photo-details .name {
  font-size: 24px;
  line-height: 1.16666667;
  color: #0d83dd;
  display: block;
  margin: 5px 0
}

.section-save .photo-details .institution {
  display: block;
  font-size: 14px;
  line-height: 1.28571429;
  color: #8495a2
}

.section-save .smux-testimonials,
.section-save .smux-testimonials .testimonial-block {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex
}

.section-save .smux-testimonials {
  text-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px
}

.section-save .smux-testimonials .testimonial-block {
  width: 26%;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width:768px) {
  .section-save .smux-testimonials .testimonial-block {
    width: 45%
  }

  .section-save .smux-testimonials .testimonial-block:last-child {
    display: none
  }
}

@media screen and (max-width:480px) {
  .section-save .smux-testimonials .testimonial-block {
    width: 100%
  }

  .section-save .smux-testimonials .testimonial-block:last-child {
    display: block
  }
}

.section-save .smux-testimonials .img-text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 20px
}

@media screen and (max-width:480px) {
  .section-save .smux-testimonials .img-text {
    margin-top: 20px;
    padding-bottom: 5px
  }
}

.section-save .smux-testimonials .img-text img {
  border-radius: 50%;
  max-height: 135px
}

.section-save .smux-testimonials hr {
  width: 72px;
  border-color: #359ce4
}

.section-save .smux-testimonials .bio {
  text-transform: uppercase
}

.section-save .smux-testimonials .bio p {
  margin-bottom: 0
}

.section-save .smux-testimonials .bio .subtext {
  margin-top: 0;
  letter-spacing: .2px
}

@media screen and (max-width:480px) {
  .section-save .smux-testimonials {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.section-save .pillars h2,
.section-save .testimonials h2 {
  text-align: center
}

.section-save .pillars .three-col {
  float: left
}

.section-save .pillars .three-col .col {
  float: left;
  text-align: center;
  width: 30%;
  margin-right: 5%
}

.section-save .pillars .three-col .col p {
  padding: 0 5%
}

.section-save .pillars .three-col .col:last-child {
  margin-right: 0
}

@media screen and (max-width:768px) {
  .section-save .pillars .three-col .col {
    width: 100%;
    margin-right: 0
  }

  .section-save .pillars .three-col .col p {
    max-width: 376px;
    padding: 0;
    margin-left: auto;
    margin-right: auto
  }
}

.submission-form {
  background-color: #0d83dd;
  text-align: center
}

.submission-form section {
  padding-bottom: 50px
}

.submission-form h2,
.submission-form p {
  color: #fff
}

.submission-form .form-wrapper {
  width: 51%;
  display: inline-block
}

@media screen and (max-width:1024px) {
  .submission-form .form-wrapper {
    width: 70%
  }
}

@media screen and (max-width:768px) {
  .submission-form .form-wrapper {
    width: 100%
  }
}

.submission-form form {
  margin-top: 20px;
  float: left;
  font-size: 1.8rem
}

.submission-form .row {
  float: left;
  width: 100%
}

.submission-form .fieldset {
  float: left;
  width: calc(50% - 5px);
  display: inline-block;
  margin-bottom: 10px
}

.submission-form .fieldset:first-child {
  margin-right: 10px
}

@media screen and (max-width:480px) {
  .submission-form .fieldset {
    width: 100%
  }

  .submission-form .fieldset:first-child {
    margin-right: 0
  }
}

.submission-form .fieldset input[type=text] {
  float: left;
  width: 100%;
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 18px 14px 14px
}

.submission-form .fieldset input[type=text].has-error {
  border: solid 2px #fa405c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.submission-form .fieldset .error {
  display: none;
  float: left;
  width: 100%;
  background-color: #fa405c;
  color: #fff;
  padding: 5px 10px 7px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.submission-form textarea {
  float: left;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 20px 16px 16px;
  margin-bottom: 40px;
  height: 120px
}

.submission-form .default-state {
  float: left;
  width: 100%
}

.submission-form .success-state {
  display: none;
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 37px 63px
}

.submission-form .success-state img {
  width: 146px;
  height: auto
}

.submission-form .success-state p {
  color: #062942
}

@media screen and (max-width:480px) {
  .submission-form .success-state {
    padding: 37px
  }
}

.submission-submit {
  cursor: pointer
}

section.section-get-started {
  margin: 0;
  padding: 40px 0;
  background-color: #f7f7f7;
  font-size: 1.2em
}

.cpanel .header {
  background-color: #3d82bc;
  color: #fff;
  text-align: center
}

.cpanel .header img {
  margin: 20px auto;
  display: block
}

.cpanel .easiest-way {
  padding: 50px 0 40px;
  background: #f36c32 url(../images/cpanel/header-bg-foot.png) repeat-x top
}

.cpanel .easiest-way h1 {
  color: #fff;
  font-size: 2em
}

.cpanel .easiest-way h1 img {
  margin-top: -12px;
  margin-left: 3px
}

.cpanel .screens {
  padding: 30px 0;
  background: #424242 url(../images/cpanel/screens-bg.png) repeat-x top
}

.cpanel .unified-platform .icons .row {
  margin-bottom: 25px
}

.cpanel .unified-platform .icons .row h3 {
  margin: 0;
  font-family: Raleway-SemiBold;
  color: #444
}

.cpanel .unified-platform .icons .row p {
  font-family: OpenSans-Light
}

.cpanel .who-choose {
  padding-top: 0
}

.cpanel .who-choose .wrapper {
  border-top: 1px solid #eee;
  padding-top: 50px;
  text-align: center
}

.cpanel .who-choose .wrapper h2,
.cpanel .who-choose .wrapper h3 {
  color: #333
}

.cpanel .who-choose .wrapper h2 {
  font-family: Raleway-Light
}

.cpanel .who-choose .wrapper h3 {
  font-size: 1.2em
}

.cpanel .who-choose .wrapper .divider {
  margin: 20px auto;
  width: 130px;
  height: 2px;
  background-color: #f67138
}

.cpanel .features {
  padding: 60px 0 0;
  background-color: #fcfcfc;
  border-top: 1px dotted #ddd
}

.cpanel .features img.right {
  float: right
}

.cpanel .features img.screen {
  margin-top: -118px;
  max-width: 50%
}

.cpanel .features ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0
}

.cpanel .features ul li {
  padding: 5px 0;
  font-size: 1.15em
}

.cpanel .features ul img {
  margin-right: 15px
}

.cpanel .features ul.two {
  margin: 72px 20px 0
}

.cpanel .features ul.two li {
  padding: 1px 0;
  font-size: .9em
}

.cpanel .features ul.two img {
  margin-right: 8px
}

.cpanel .features .highlight {
  position: absolute;
  width: 600px;
  background: transparent url(../images/cpanel/highlight-bar.png) no-repeat;
  padding-left: 60px;
  padding-top: 11px;
  height: 53px;
  z-index: 10000;
  font-size: 1.2em;
  color: #fff
}

.cpanel .routine-tasks {
  padding: 40px 0 45px;
  background-color: #7ac142;
  border-top: 15px solid #75b93f;
  border-bottom: 15px solid #f2f2f2;
  text-align: center
}

.cpanel .routine-tasks h3 {
  font-family: Raleway-Light;
  color: #fff;
  font-size: 1.6em
}

.cpanel .routine-tasks h3 strong {
  font-family: Raleway-Regular
}

.cpanel .experience img {
  display: block;
  margin: 0 auto
}

.cpanel .experience .icons {
  margin: 60px 0 0
}

.cpanel .experience .icons .col-sm-6 {
  margin-bottom: 60px
}

.cpanel .experience .icons h4 {
  font-family: Raleway-SemiBold;
  font-size: 1.6em;
  color: #444
}

.cpanel .experience .icons p {
  font-family: OpenSans-Light
}

.release-preview .heading .jumbotron {
  background: transparent url(images/hero72.html) no-repeat center;
  height: 600px
}

.release-preview h1,
.release-preview h2,
.release-preview h3,
.release-preview h4,
.release-preview h5 {
  color: #444
}

.release-preview .content-section {
  margin: 0;
  padding: 80px 0
}

.release-preview .background-light-grey {
  background-color: #f6f6f6
}

.release-preview .background-light-blue {
  background-color: #eff7ff
}

.release-preview .background-dark-grey {
  background-color: #dadada
}

.release-preview .background-cyan {
  background-color: #71dfe4
}

.release-preview .img-padded {
  margin: 50px 30px
}

.release-preview .img-padded img {
  max-width: 100%
}

.release-preview .white-bg-img {
  margin: 50px 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px
}

.release-preview .margin-top-50 {
  margin-top: 50px
}

.release-preview .margin-top-100 {
  margin-top: 100px
}

.release-preview .content-section p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: lighter
}

.release-preview .top-margin {
  margin: 30px
}

.release-preview h1 {
  font-size: 5.2em
}

.release-preview h2 {
  font-size: 4.6em
}

.release-preview h2 {
  font-size: 3.33em;
  font-weight: 600
}

.release-preview h3 {
  font-size: 32px
}

.release-preview h4 {
  font-size: 23px
}

.release-preview .ssl-logos {
  text-align: center
}

.release-preview .ssl-logos img {
  margin: 0 auto;
  max-width: 80%
}

.release-preview a.btn.btn-success.btn-cta {
  border-radius: 4px;
  padding: 14px 40px
}

.release-preview a.btn.btn-success.btn-cta:hover {
  background: #43a200;
  border: 1px solid #43a200;
  border-radius: 4px;
  padding: 14px 40px
}

.release-preview .fa-5x {
  font-size: 5em !important;
  padding-bottom: 25px
}

.release-preview .container-max-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}

.release-preview .jumbotron {
  padding: 110px 0;
  margin-bottom: 0
}

.release-preview .btn-default {
  border-radius: 2px;
  border: solid 2px #0c1f24;
  background-color: transparent
}

.release-preview .block-features {
  padding-top: 30px
}

.release-preview .block-features span.line {
  display: block
}

@media screen and (max-width:1200px) {
  .release-preview h1 {
    font-size: 3.8em
  }

  .release-preview h2 {
    font-size: 2.8em
  }

  .release-preview h2 {
    font-size: 3.33em;
    font-weight: 600
  }

  .release-preview h3 {
    font-size: 32px
  }

  .release-preview h4 {
    font-size: 23px
  }
}

@media screen and (max-width:700px) {
  .release-preview .heading .jumbotron {
    height: 245px;
    background-size: cover
  }

  .release-preview .content-section {
    margin: 0;
    padding: 40px 0
  }

  .release-preview h1 {
    font-size: 36px
  }

  .release-preview h2 {
    font-size: 32px
  }

  .release-preview h3 {
    font-size: 22px
  }

  .release-preview h4 {
    font-size: 18px
  }

  .release-preview h2.big-marker {
    font-size: 32px
  }

  .release-preview h2 {
    font-size: 2em
  }

  .release-preview .block-features span.line {
    display: inline
  }
}

.section-mobile-features img {
  max-width: 100%
}

.section-mobile-features .features-box {
  padding: 20px;
  font-size: 1.1em;
  text-align: center
}

.section-mobile-features .features-box .features-box-icon {
  color: #369;
  font-size: 3em
}

.section-mobile-features .features-center {
  text-align: center
}

.section-mobile-pricing .lead {
  margin: 30px 0
}

.section-mobile-pricing .price {
  font-size: 2.5em;
  margin-bottom: 40px
}

.section-mobile-pricing .price small {
  display: block;
  color: #ccc;
  line-height: 1em;
  font-size: .7em
}

.section-mobile-pricing .price em {
  font-size: .4em;
  color: #67ad27;
  line-height: 1em
}

.section-mobile-pricing .btn {
  margin-bottom: 10px;
  padding: 22px 70px;
  font-size: 1.2em
}

.ssl-automation h1,
.ssl-automation h2,
.ssl-automation h3,
.ssl-automation h4,
.ssl-automation h5 {
  color: #424242
}

.ssl-automation .ssl-everywhere {
  margin: 80px 0;
  padding: 20px 0 200px;
  font-size: 1.3em;
  text-align: center;
  background-image: url(../images/ssl-automation/browser-icons.png);
  background-repeat: no-repeat;
  background-position: center bottom
}

.ssl-automation .ssl-everywhere h2 {
  margin-bottom: 30px
}

.ssl-automation .ssl-everywhere .content-padded {
  padding-left: 30px
}

.ssl-automation .ssl-everywhere img {
  max-width: 100%
}

@media(max-width:767px) {
  .ssl-automation .ssl-everywhere img {
    max-width: 60%;
    margin: 0 auto 30px;
    display: block
  }
}

.ssl-automation .opportunity {
  background-color: #f6f6f6;
  text-align: center
}

.ssl-automation .symantec {
  text-align: center;
  font-size: 1.3em
}

.ssl-automation .symantec img {
  max-width: 100%;
  padding-bottom: 50px
}

.ssl-automation .symantec ul {
  margin: 80px 0 0;
  list-style: none;
  text-align: left
}

.ssl-automation .symantec ul li:after {
  content: "";
  display: table;
  clear: both
}

.ssl-automation .symantec ul li img {
  float: left;
  margin-right: 20px
}

@media(max-width:550px) {
  .ssl-automation .symantec ul {
    margin-top: 40px;
    padding-left: 10px
  }

  .ssl-automation .symantec ul li {
    padding-left: 0;
    font-size: .85em
  }

  .ssl-automation .symantec ul li img {
    width: 20px
  }
}

@media(max-width:991px) {
  .ssl-automation .symantec .col-md-6:last-child ul {
    margin-top: 0
  }
}

.ssl-automation .automation {
  margin: 0;
  padding: 0;
  background-color: #018ab4;
  text-align: center;
  color: #fff;
  font-size: 1.2em
}

.ssl-automation .automation .inner {
  background-image: url(../images/ssl-automation/blue-bg-corner.png);
  background-repeat: no-repeat;
  min-height: 200px;
  padding: 50px 0
}

@media(max-width:767px) {
  .ssl-automation .automation .inner {
    background-image: none
  }
}

.ssl-automation .automation .inner img {
  padding-top: 15px;
  max-width: 100%
}

.ssl-automation .landing-pages {
  background-color: #424242;
  text-align: center
}

.ssl-automation .landing-pages h2,
.ssl-automation .landing-pages h4 {
  color: #fff
}

.ssl-automation .landing-pages a {
  color: #fc0;
  text-decoration: underline
}

.ssl-automation .landing-pages a:hover {
  text-decoration: none
}

.ssl-automation .get-started {
  background-color: #f8f8f8;
  text-align: center
}

.ssl-automation .get-started .row-steps {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.3em
}

.ssl-automation .get-started .row-steps .col-md-4 {
  height: 100px
}

.ssl-automation .get-started .row-steps em {
  display: block;
  font-weight: 700;
  font-size: 1.2em
}

.ssl-automation .get-started .row-steps .step {
  float: left;
  font-size: 3em;
  background-color: #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  line-height: 78px;
  color: #ccc
}

.ssl-automation .get-started .intro-offer {
  margin: 0 0 50px;
  padding: 40px 30px 45px;
  background-color: #fdb511;
  background-image: url(../images/ssl-automation/orange-bottom.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.3em;
  text-transform: uppercase
}

.ssl-automation .get-started .intro-offer small {
  display: block;
  padding-top: 20px;
  font-size: .6em;
  line-height: 1.1em;
  text-transform: initial
}

.ssl-automation .get-started .intro-offer span {
  color: #424242
}

.ssl-automation .get-started .btn {
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 1.3em;
  white-space: normal
}

.domain-reseller .partnership {
  padding: 40px 0;
  background-color: #f6f6f6
}

.domain-reseller .feature-icons {
  margin-top: 0
}

.domain-reseller .feature-icons h5 {
  color: #424242
}

.domain-reseller .row-sell-features {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.3em
}

.domain-reseller .row-sell-features .col-md-12 {
  margin-bottom: 10px
}

.domain-reseller .row-sell-features img {
  width: 50px;
  margin-right: 20px
}

.domain-reseller .companion {
  background-color: #424242;
  color: #fff;
  font-size: 1.3em
}

.domain-reseller .companion h2 {
  color: #fff
}

.domain-reseller .pricing .table {
  margin: 30px 0
}

.domain-reseller .pricing .table thead th {
  padding: 15px;
  background-color: #369;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: 700
}

.domain-reseller .get-started {
  background-color: #f8f8f8;
  text-align: center
}

.domain-reseller .get-started h1 {
  margin-bottom: 40px
}

.domain-reseller .get-started .btn {
  font-size: 1.3em;
  white-space: normal
}

.section-hosted-hero {
  margin: 0;
  padding: 110px 0;
  position: relative;
  height: 500px;
  background: #033b66 url(../svg/hero-map.svg);
  background-size: cover;
  text-align: center
}

.section-hosted-hero h1 {
  padding: 10px 0;
  color: #fff;
  font-size: 4.5em
}

.section-hosted-hero h2 {
  padding: 20px 150px;
  color: #fff;
  font-size: 2em
}

.section-hosted-hero .rocket-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 700px
}

.section-hosted-features {
  padding: 110px 0;
  text-align: center;
  font-size: 1.1em
}

.section-hosted-features img {
  padding-bottom: 20px
}

.section-hosted-cta {
  background-color: #033b66;
  text-align: center
}

.section-hosted-cta h2 {
  color: #fff
}

.section-hosted-register {
  font-size: 1.2em;
  background-color: #f6f6f6;
  text-align: center
}

.section-hosted-register .col-sm-3 {
  text-align: right
}

.section-hosted-register .form-control {
  margin-bottom: 20px
}

.section-hosted-register .btn {
  margin-top: 15px;
  padding: 14px 75px;
  font-size: 1.6em
}

section.order-form {
  background-color: #f5f8fa
}

section.order-form .section-container {
  margin: 0 0 20px;
  background-color: #fff;
  padding: 30px;
  min-height: 200px
}

section.order-form .section-container .pricing {
  margin: 20px 0
}

section.order-form .section-container .pricing .row {
  margin-left: 0;
  margin-right: 0
}

section.order-form .section-container .pricing .col-sm-6 {
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-left: 0
}

section.order-form .section-container .pricing .col-sm-6:first-child {
  border-left: 1px solid #ddd
}

section.order-form .section-container .pricing .col-sm-6.active {
  background-color: #f6f6f6
}

section.order-form .section-container .pricing .col-sm-6.active .radio-inline {
  font-weight: 700
}

section.order-form .section-container .alert {
  margin-bottom: 0
}

section.order-form .addons {
  margin-top: 10px;
  font-size: .9em
}

section.order-form .addons .col-md-6 {
  border-right: 1px solid #ddd
}

@media(max-width:991px) {
  section.order-form .addons .col-md-6 {
    border-right: 0;
    border-bottom: 1px solid #ddd
  }
}

section.order-form .addons .col-md-6:last-child {
  border: 0
}

section.order-form .addons .box {
  margin: 10px 0;
  padding: 10px;
  background-color: #fff
}

section.order-form .addons h3 {
  margin: 0 0 5px;
  font-size: 22px
}

section.order-form .addons h3.pm {
  color: #dea71c
}

section.order-form .addons h3.licensing {
  color: #4f3e37
}

section.order-form .addons .info a {
  font-size: 12px;
  color: #444;
  text-decoration: underline
}

section.order-form .addons img {
  width: 100px;
  height: 100px
}

@media(max-width:767px) {
  section.order-form .addons img {
    width: 50px;
    height: 50px
  }
}

section.order-form .addons .icon {
  float: left
}

@media(max-width:767px) {
  section.order-form .addons .icon {
    margin-right: 10px
  }
}

@media(min-width:767px) {
  section.order-form .addons .info {
    margin-left: 100px;
    padding: 10px 15px
  }
}

section.order-form .addons .actions {
  margin: 5px 0 0;
  padding: 5px 10px;
  text-align: center
}

section.order-form .addons .actions strong {
  font-size: 1.1em
}

section.order-form .addons .actions a {
  margin-left: 10px
}

@media(min-width:767px) {
  section.order-form .addons .actions {
    text-align: left
  }

  section.order-form .addons .actions a {
    float: right
  }
}

section.order-form .services {
  margin: 20px 0
}

section.order-form .services .row {
  margin-left: -10px;
  margin-right: -10px
}

section.order-form .services .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  text-align: center
}

@media(max-width:991px) {
  section.order-form .services .col-md-4 {
    border-right: 0;
    border-bottom: 1px solid #ddd
  }
}

section.order-form .services .col-md-4:last-child {
  border: 0
}

section.order-form .services .box {
  padding: 15px 10px 20px
}

section.order-form .services .box a {
  margin-left: 10px
}

section.order-form .services .btn {
  display: inline
}

@media(max-width:767px) {
  section.order-form .alert span {
    display: block;
    margin-bottom: 5px
  }
}

section.order-form .alert .btn {
  margin-top: -3px;
  margin-bottom: -3px
}

@media(min-width:991px) {
  section.order-form .alert .btn {
    float: right
  }
}

section.order-form .alert::after {
  content: "";
  clear: both;
  display: table
}

section.order-form .order-total {
  margin: 30px 0;
  text-align: right;
  font-size: 1.6em;
  line-height: 1.4em
}

section.order-form .order-total span {
  margin-right: 10px
}

section.order-form .order-total em {
  display: block;
  font-size: .9em
}

section.order-form .order-total small {
  display: block;
  font-size: .55em
}

section.order-form .btn-checkout {
  padding: 0;
  font-size: 1.4em;
  border: 0;
  background-color: #2b6086;
  color: #fff;
  border-radius: 4px
}

section.order-form .btn-checkout span {
  float: left;
  padding: 10px 40px
}

section.order-form .btn-checkout i {
  float: right;
  background-color: #4179a0;
  padding: 14px 12px;
  border-radius: 0 4px 4px 0
}

.software-licensing .section-header {
  margin: 0;
  padding: 0;
  background: url(../images/software-licensing/headerbg.png);
  height: 297px;
  border-top: 9px solid #fee137;
  overflow: hidden
}

.software-licensing .section-header .header-wrapper {
  margin: 0 auto;
  width: 800px
}

@media(max-width:991px) {
  .software-licensing .section-header .header-wrapper {
    width: auto
  }
}

.software-licensing .section-header .icon {
  float: left;
  width: 330px
}

@media(max-width:991px) {
  .software-licensing .section-header .icon {
    display: none
  }
}

.software-licensing .section-header .text {
  float: left;
  width: 470px;
  height: 288px;
  background: url(../images/software-licensing/header-text-bg.png);
  text-align: center
}

@media(max-width:991px) {
  .software-licensing .section-header .text {
    width: auto
  }
}

.software-licensing .section-header h3 {
  margin: 38px 0 10px;
  color: #fff;
  font-style: italic
}

.software-licensing .section-header h2 {
  margin: 0 0 22px;
  color: #fff
}

.software-licensing .section-header .btn {
  padding: 10px 20px;
  background-color: #fdb311
}

.software-licensing .feature-licensing {
  margin: 25px 0
}

.software-licensing .feature-licensing img {
  padding-bottom: 20px
}

.software-licensing .box-shadow-wide-licensing img {
  box-shadow: 0 23px 40px rgba(0, 0, 0, .2);
  border-radius: 17px
}

.software-licensing .section-licensing-addon-cta {
  background-color: #333
}

.software-licensing .section-licensing-addon-cta h2 {
  color: #fff
}

.software-licensing .section-licensing-addon-cta h3 {
  font-size: 1.4em;
  color: #ddd
}

.section-addon-purchase {
  margin-top: 40px;
  padding: 60px 0 40px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 1.3em
}

.section-addon-purchase h1 {
  font-size: 1.8em;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd
}

@media(max-width:767px) {
  .section-addon-purchase h1 {
    font-size: 1.4em
  }
}

.section-addon-purchase h1 {
  margin-bottom: 40px
}

.section-addon-purchase em {
  display: block;
  font-size: 1.3em;
  margin-bottom: 5px
}

.section-addon-purchase small {
  display: block;
  margin-bottom: 30px;
  font-size: .7em;
  color: #888
}

.section-addon-purchase .btn {
  margin-bottom: 30px;
  font-size: 1.15em
}

.price-table-li {
  float: right;
  width: 100%;
}

.serbox {
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.serbox:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.serbox img {
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  margin-top: 15px;
}

.serbox h2 {
  width: 100%;
  text-align: center;
  color: #000;
}

.domains {
  position: relative;
}

.domain {
  background: #f5f7fc !important;
  text-align: center;
  width: 100%;
  border-radius: 30px;
  height: 50px;
  color: #61646c;
  border: 2px solid #fff;
  transition: all .3s;
}

.domain:focus,
.domain:active {
  background: #fff !important;
  text-align: center;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #52c855;
  height: 50px;
  color: #61646c
}

.highlightTextarea .highlightTextarea-container {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: 0 0 !important
}

.highlightTextarea .highlightTextarea-highlighter {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  color: transparent;
  cursor: text;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word
}

.highlightTextarea.debug .highlightTextarea-highlighter {
  color: red;
  border: 1px solid red;
  margin: -1px
}

.highlightTextarea mark {
  line-height: inherit;
  color: #434650;
  margin: 0;
  padding: 2px;
  font-weight: bold;
  background: 0 0 !important;
  position: relative;
  top: 8px;
  font-size: 18px;
  right: 2px;
  z-index: 2;
}

.highlightTextarea textarea,
.highlightTextarea input {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word
}

.highlightTextarea .ui-wrapper {
  margin: 0 !important
}

.highlightTextarea .ui-resizable-se {
  bottom: 15px;
  right: 0
}

.searchBtn {

  border: none;
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: -45px;
  margin-right: 6px;
  position: relative;
  background: #45b772;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.headtop {
  margin-top: 100px;
  font-size: 40px;
}

@media (max-width: 991px) {
  .headtop {
    margin-top: 0px
  }
}

.rotationAnimation {
  -webkit-animation: rotationAnimation 1s linear infinite;
  -o-animation: rotationAnimation 1s linear infinite;
  animation: rotationAnimation 1s linear infinite;
}

@keyframes rotationAnimation {
  100% {
    transform: rotate(360deg);
  }
}

.requestedDomain {
  padding-bottom: 10px;
}

.requestedDomain.notAvailable {
  color: red;
}

.requestedDomain.Available {
  color: forestgreen;
}

#domainSearchResult {
  color: #000;
}

.white {
  color: #fff;
}

.w3-red-rightbar {
  border-right: 6px solid #f44336 !important;
  border-right-color: rgb(244, 67, 54);
  min-height: 40px;
  padding: 10px;
  background-color: #ffdddd;
  border-color: #f44336 !important;
  color: #000 !important;
  margin: 10px 0;
  font-size: 14px;
}

.w3-green-rightbar {
  border-right: 6px solid #468847 !important;
  border-right-color: rgb(70, 136, 71);
  min-height: 40px;
  padding: 10px;
  background-color: #c6e9e6;
  border-color: #468847 !important;
  color: #000 !important;
  margin: 10px 0;
  font-size: 14px;
}

.section-TAD-padding-top80 {
  padding-top: 40px;
}

@media(min-width:991px) {
  .section-TAD-padding-top80 {
    padding-top: 80px;
  }
}


@media(min-width:991px) {
  .TAD-titlefont2rem {
    font-size: 2.25rem;
  }
}




.TAD-padding2040 {
  padding: 30px 0 40px 0;
}

@media (max-width: 991px) {
  .TAD-padding2040 {
    padding: 20px 0 20px 0;
  }
}