/*////====== BOOTSTRAP STYLES =====////*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
html {
  font-family: sans-serif;
  -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: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #7c8a98;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7f64b5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5a428a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
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: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
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;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #7f64b5;
}
a.text-primary:hover {
  color: #654a9c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #7f64b5;
}
a.bg-primary:hover {
  background-color: #654a9c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 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: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid,
#home-slider .slider-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  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="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #7c8a98;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7c8a98;
}
.form-control::-webkit-input-placeholder {
  color: #7c8a98;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 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: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c3cad0;
}
@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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #7f64b5;
  border-color: #7153ad;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #654a9c;
  border-color: #563f84;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7f64b5;
  border-color: #7153ad;
}
.btn-primary .badge {
  color: #7f64b5;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #0db4e3;
  border-color: #0ca1cb;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0a8eb3;
  border-color: #087391;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0db4e3;
  border-color: #0ca1cb;
}
.btn-success .badge {
  color: #0db4e3;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #7f64b5;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #5a428a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #7f64b5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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: 14px;
  line-height: 1.42857143;
  color: #777777;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #7f64b5;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #7f64b5;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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: 34px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 90px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .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: 28px;
  margin-bottom: 28px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 17px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 27px;
  margin-bottom: 27px;
}
@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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    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: 27px;
  margin-bottom: 27px;
}
.navbar-btn.btn-sm {
  margin-top: 28.5px;
  margin-bottom: 28.5px;
}
.navbar-btn.btn-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}
.navbar-text {
  margin-top: 34px;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .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:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  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: 1040;
  -webkit-overflow-scrolling: touch;
  background: rgba(39, 49, 57, 0.4);
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  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, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.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: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  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-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  white-space: normal;
}
.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: 16px;
  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: #999999;
  border-top-color: rgba(0, 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: #999999;
  border-right-color: rgba(0, 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: #999999;
  border-bottom-color: rgba(0, 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: #999999;
  border-left-color: rgba(0, 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;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(48, 63, 73, 0.7)), to(rgba(48, 63, 73, 0.02)));
  background-image: linear-gradient(to right, rgba(48, 63, 73, 0.7) 0%, rgba(48, 63, 73, 0.02) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3303f49', endColorstr='#05303f49', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(48, 63, 73, 0.02)), to(rgba(48, 63, 73, 0.7)));
  background-image: linear-gradient(to right, rgba(48, 63, 73, 0.02) 0%, rgba(48, 63, 73, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05303f49', endColorstr='#b3303f49', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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: 40px;
  height: 3px;
  text-indent: -999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 2px;
  margin-right: 2px;
}
.carousel-indicators .active {
  margin: 0;
  width: 40px;
  height: 3px;
  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, 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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
#home-slider .slider-wrap:before,
#home-slider .slider-wrap:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
#home-slider .slider-wrap:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
#home-slider .slider-wrap:before,
#home-slider .slider-wrap:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
#home-slider .slider-wrap:after {
  clear: both;
}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.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;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.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;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.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;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}
/*////====== GLOBAL STYLES =====////*/
html,
body {
  height: 100%;
}
body {
  background: #dce3e5;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #7c8a98;
  line-height: 1.8;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.7;
  }
}
/* Typo */
strong {
  font-weight: 600;
}
a {
  color: #0db4e3;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: #0a8eb3;
  text-decoration: underline;
  outline: none;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none!important;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #38454f;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.heading-border {
  font-size: 32px;
  color: #38454f;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.heading-border:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #7f64b5;
  margin: auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .heading-border {
    font-size: 28px;
  }
}
.heading-border.right {
  text-align: left;
}
.heading-border.right:after {
  right: auto;
}
.question {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #bbcbd1;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.question:hover,
.question:focus,
.question:active {
  text-decoration: none;
  color: #fff;
  background: #9db4bc;
}
.info-tooltip {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #7c8a98;
  border-radius: 50%;
  color: #fff!important;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.info-tooltip:hover,
.info-tooltip:focus,
.info-tooltip:active {
  cursor: pointer;
  text-decoration: none;
  color: #fff!important;
  background: #63707e;
}
.heading-border-pricing {
  font-size: 32px;
  color: #38454f;
  text-align: center;
  padding-bottom: 0px;
  position: relative;
}
.heading-dark {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.text-centered {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.list-check li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.list-check li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('../img/icon-check-blue.png') no-repeat center center;
  background-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .list-check li {
    font-size: 14px;
  }
  .list-check li:before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
}
.list-check.check-white li:before {
  background: url('../img/icon-check-white.png') no-repeat center center;
  background-size: 100%;
}
.list-check.--lg li {
  padding-left: 45px;
}
.list-check.--lg li:before {
  width: 33px;
  height: 33px;
  background: url('../img/icon-check-blue-lg.png') no-repeat center center;
  background-size: 33px;
  top: -5px;
}
.list-question li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.list-question li:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url('../img/icon-question.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .list-question li {
    font-size: 14px;
  }
  .list-question li:before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
}
.list-question li a {
  color: #7c8a98;
}
.list-question li a:hover {
  color: #0db4e3;
  text-decoration: none;
}
hr {
  border-color: #dfe3e9;
}
.well {
  background: #f4f8f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  line-height: 1.5;
}
.well img {
  margin-right: 10px;
}
.well h4 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 5px;
}
.well p {
  font-size: 14px;
  margin-bottom: 0;
}
.thetooltip {
  font-size: 14px;
  padding: 2px 6px;
  background: #0db4e3;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
}
.thetooltip:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(13, 180, 227, 0.9);
}
blockquote {
  border: none;
}
.img-center {
  display: block;
  margin: 0 auto;
}
/* Buttons */
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
.btn-purple {
  background: #7f64b5;
  color: #fff!important;
  border: 1px solid #7f64b5;
}
.btn-purple:hover {
  background: #6c4fa6;
  border: 1px solid #6c4fa6;
}
.btn-purple:focus {
  background: #654a9c;
  border: 1px solid #654a9c;
  outline: none;
}
.btn-purple:active {
  background: #654a9c;
  border: 1px solid #654a9c;
  outline: none;
}
.btn-purple.btn-bg {
  padding: 12px 30px;
  min-width: 160px;
}
.btn-purple2 {
  background: #665091;
  color: #fff!important;
  border: 1px solid #665091;
}
.btn-purple2:hover {
  background: #56437a;
  border: 1px solid #56437a;
}
.btn-purple2:focus {
  background: #4f3e70;
  border: 1px solid #4f3e70;
  outline: none;
}
.btn-purple2:active {
  background: #4f3e70;
  border: 1px solid #4f3e70;
  outline: none;
}
.btn-purple2.btn-bg {
  padding: 12px 30px;
  min-width: 160px;
}
.btn-blue {
  background: #0db4e3;
  color: #fff!important;
  border: 1px solid #0db4e3;
}
.btn-blue:hover {
  background: #0b99c1;
  border: 1px solid #0b99c1;
}
.btn-blue:focus {
  background: #0a8eb3;
  border: 1px solid #0a8eb3;
  outline: none;
}
.btn-blue:active {
  background: #0a8eb3;
  border: 1px solid #0a8eb3;
  outline: none;
}
.btn-blue.btn-bg {
  padding: 12px 30px;
  min-width: 160px;
}
.btn-green {
  background: #6ab564;
  color: #fff!important;
  border: 1px solid #6ab564;
}
.btn-green:hover {
  background: #56a64f;
  border: 1px solid #56a64f;
}
.btn-green:focus {
  background: #509c4a;
  border: 1px solid #509c4a;
  outline: none;
}
.btn-green:active {
  background: #509c4a;
  border: 1px solid #509c4a;
  outline: none;
}
.btn-green.btn-bg {
  padding: 12px 30px;
  min-width: 160px;
}
.btn-trans {
  background: rgba(0, 0, 0, 0.2);
  color: #fff!important;
  border: none!important;
}
.btn-trans:hover {
  background: rgba(0, 0, 0, 0.5);
}
.btn-trans:focus {
  background: rgba(0, 0, 0, 0.5);
  outline: none;
}
.btn-trans:active {
  background: rgba(0, 0, 0, 0.5);
  outline: none;
}
.btn-trans.btn-bg {
  padding: 12px 30px;
  min-width: 160px;
}
.btn-trans2 {
  background: rgba(0, 0, 0, 0.2);
  color: #fff!important;
  border: none!important;
  padding: 10px 30px;
}
.btn-trans2:hover {
  background: rgba(0, 0, 0, 0.5);
}
.btn-trans2:focus {
  background: rgba(0, 0, 0, 0.5);
  outline: none;
}
.btn-trans2:active {
  background: rgba(0, 0, 0, 0.5);
  outline: none;
}
.btn-trans3 {
  background: rgba(0, 0, 0, 0.2);
  color: #fff!important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: none!important;
  padding: 10px 30px;
}
.btn-trans3:hover {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-trans3:focus {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}
.btn-trans3:active {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
}
/* Tables */
.table-responsive {
  border-color: #F4F8F9;
  border-radius: 4px;
}
.table {
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
}
.table thead tr th {
  font-weight: 600;
  color: #38454f;
  padding: 12px 15px;
  border-bottom: none;
}
.table tbody tr td {
  padding: 8px 15px;
  border-top: 2px solid #F4F8F9;
}
/* Forms */
.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-weight: normal;
  color: #7c8a98;
}
input.form-control,
select.form-control {
  height: 40px;
}
.form-control {
  background: #fff;
  border-color: #dfe3e9;
  font-size: 14px;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
@media (max-width: 480px) {
  .form-control {
    -webkit-appearance: none;
  }
}
.form-control.form-error {
  border-color: #dc6450!important;
  background: #fbf4f4;
}
.error-msg {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #dc6450;
  text-align: left!important;
}
/* Layout */
.wrap {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.wrap.space {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .wrap.space {
    padding-top: 50px;
  }
}
.container-fluid,
#home-slider .slider-wrap {
  max-width: 1200px;
}
/* Hero */
.hero {
  height: 640px;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .hero {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .hero {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 350px;
  }
}
.hero .hero-text {
  position: absolute!important;
  margin: auto;
  max-width: 1170px;
  top: 50%!important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media (max-width: 480px) {
  .hero .hero-text {
    width: 100%;
  }
}
.hero h1,
.hero h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .hero h1,
  .hero h2 {
    font-size: 28px;
  }
}
.hero p {
  margin-bottom: 20px;
}
.hero .video-link {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  font-style: italic;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}
.hero .video-link:hover,
.hero .video-link:focus,
.hero .video-link:active,
.hero .video-link:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.hero .video-link:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url('../img/icon-play.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 480px) {
  .hero .video-link {
    font-size: 16px;
    padding-left: 40px;
  }
  .hero .video-link:before {
    width: 30px;
    height: 30px;
    top: -5px;
  }
}
/* Bottom Contact */
.bottom-contact {
  margin-top: 60px;
}
.bottom-contact h3 {
  font-size: 24px;
  color: #53535B;
  line-height: 1.5;
}
.email-16 {
  max-height: 16px;
  width: auto;
}
.email-14 {
  max-height: 14px;
  width: auto;
}
.modal .modal-header .modal-title {
  color: #7c8a98;
}
.modal .modal-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal .modal-body .embed-responsive {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.audio-media {
  background: #666;
  text-align: center;
  padding-top: 63px;
}
@media (min-width: 768px) {
  .audio-media {
    padding-top: 90px;
  }
}
.audio-media .container-fluid {
  height: 400px;
}
@media (min-width: 768px) {
  .audio-media .container-fluid {
    height: 600px;
  }
}
.audio-media .audio-media-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.audio-media .audio-media-inner h2 {
  margin-bottom: 30px;
  color: #fff;
}
/*////====== NAV STYLES =====////*/
.navbar {
  border: none;
  color: #fff;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background: #fff;
}
.navbar.navbar-default {
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
}
.navbar.navbar-default .navbar-nav > .open > a,
.navbar.navbar-default .navbar-nav > .open > a:hover,
.navbar.navbar-default .navbar-nav > .open > a:focus {
  background: none!important;
  color: #fff!important;
}
.navbar.nav-signup {
  width: 100%!important;
  max-width: 100%!important;
}
.navbar.nav-signup .navbar-brand {
  background: url('../img/ConferenceCalling-logo.png') no-repeat bottom center;
  background-size: 100%;
}
.navbar.nav-signup .navbar-toggle .icon-bar {
  background: rgba(83, 83, 91, 0.7);
}
.navbar.nav-signup .navbar-toggle:hover,
.navbar.nav-signup .navbar-toggle:active,
.navbar.nav-signup .navbar-toggle:focus {
  background: transparent;
}
.navbar.nav-signup .navbar-toggle:hover .icon-bar,
.navbar.nav-signup .navbar-toggle:active .icon-bar,
.navbar.nav-signup .navbar-toggle:focus .icon-bar {
  background: #53535b;
}
.navbar.nav-signup .navbar-toggle.active .icon-bar {
  background: #fff;
}
.navbar.nav-signup .navbar-toggle.active .icon-bar:nth-child(3) {
  background-color: transparent;
}
.navbar.nav-signup .phone-number {
  color: #0db4e3;
}
.navbar.nav-signup .phone-number:before {
  background: url('../img/icon-phone.png') no-repeat bottom center;
  background-size: 100%;
}
.navbar.nav-signup .phone-number:after {
  background: rgba(83, 83, 91, 0.6);
}
.navbar.nav-signup .navbar-nav li a {
  color: rgba(83, 83, 91, 0.7);
}
.navbar.nav-signup .navbar-nav li a:hover,
.navbar.nav-signup .navbar-nav li a:focus,
.navbar.nav-signup .navbar-nav li a:active {
  color: #53535b;
}
.navbar.nav-signup .navbar-nav li.divider {
  background: rgba(83, 83, 91, 0.6);
}
.navbar.nav-signup .navbar-nav li.login a {
  color: #53535b;
}
.navbar.nav-signup .navbar-nav li.login a:hover {
  color: #53535b;
}
.navbar .container-fluid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1200px) {
  .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 1170px;
  }
}
.navbar .navbar-brand {
  color: #fff;
  width: 187px;
  height: 36px;
  background: url('../img/ConferenceCalling-logo.png') no-repeat top center;
  background-size: 100%;
  text-indent: -9999px;
  padding: 0;
  margin-top: 24px;
  margin-left: 0!important;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    margin-left: 15px!important;
  }
}
.navbar .phone-number {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  display: block;
  float: left;
  margin-top: 32px;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.navbar .phone-number:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/icon-phone.png') no-repeat top center;
  background-size: 100%;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.navbar .phone-number:after {
  content: "";
  display: block;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  height: 26px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media (max-width: 1069px) {
  .navbar .phone-number {
    display: none;
  }
}
.navbar .dropdown .dropdown-toggle {
  text-decoration: none;
}
.navbar .dropdown .dropdown-toggle:hover,
.navbar .dropdown .dropdown-toggle:focus,
.navbar .dropdown .dropdown-toggle:active {
  background: none;
  text-decoration: none;
}
.navbar .dropdown .thecaret {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url('../img/arrowdown.png') no-repeat center;
  background-size: 100%;
  margin-left: 2px;
  position: relative;
  top: -2px;
}
.navbar .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.navbar .dropdown .dropdown-menu li a {
  color: rgba(83, 83, 91, 0.7);
}
.navbar .dropdown .dropdown-menu li a:hover {
  color: #fff;
  background-color: #7f64b5;
}
.navbar .dropdown.open .dropdown-toggle {
  color: #fff!important;
}
.navbar .dropdown.open .dropdown-toggle:hover,
.navbar .dropdown.open .dropdown-toggle:focus,
.navbar .dropdown.open .dropdown-toggle:active {
  color: #fff!important;
  background: none!important;
}
.navbar .navbar-nav li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:active {
  color: rgba(255, 255, 255, 0.6);
}
.navbar .navbar-nav li a.btn {
  margin-top: 25px;
  margin-right: 15px;
  margin-left: 5px;
  padding: 5px 20px;
}
.navbar .navbar-nav li a.btn:hover,
.navbar .navbar-nav li a.btn:focus,
.navbar .navbar-nav li a.btn:active {
  background: #0b99c1 !important;
  border: 1px solid #0b99c1 !important;
}
.navbar .navbar-nav li a.btn-trans {
  position: relative;
  top: 4px;
  background: rgba(0, 0, 0, 0.2) !important;
}
.navbar .navbar-nav li a.btn-trans:hover,
.navbar .navbar-nav li a.btn-trans:focus,
.navbar .navbar-nav li a.btn-trans:active {
  background: rgba(0, 0, 0, 0.3) !important;
  border: none!important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li a:not(.btn) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar .navbar-nav li a:not(.btn) {
  position: relative;
  top: -2px;
}
.navbar .navbar-nav li.divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  height: 26px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: 30px;
}
.navbar .navbar-toggle {
  border: none;
  margin-right: 0;
}
.navbar .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 0.7);
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle:focus {
  background: transparent;
}
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:active .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
  background: #fff;
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar {
    min-height: 50px;
  }
  .navbar .navbar-brand {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .navbar .navbar-toggle {
    margin: 0;
    margin-top: 17px;
    z-index: 99999;
  }
  .navbar .navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .navbar .navbar-toggle.active .icon-bar:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar .navbar-toggle.active .icon-bar:nth-child(3) {
    background-color: transparent;
  }
  .navbar .navbar-toggle.active .icon-bar:nth-child(4) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navbar .collapse.nav-open {
    display: block;
    visibility: visible;
    min-height: 100%;
    max-height: 100%;
    border: none;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar .collapse.nav-open .navbar-nav {
    background: rgba(127, 100, 181, 0.93);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    min-height: 1000px;
  }
  .navbar .collapse.nav-open .navbar-nav li {
    text-align: center;
  }
  .navbar .collapse.nav-open .navbar-nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .navbar .collapse.nav-open .navbar-nav li a.btn {
    display: inline-block;
    margin: 0 auto;
    font-size: 13px;
  }
  .navbar .collapse.nav-open .navbar-nav li.divider {
    display: none;
  }
  .navbar .collapse.nav-open .navbar-nav li.login a {
    color: #fff;
  }
  .navbar .dropdown .dropdown-toggle {
    text-decoration: none;
  }
  .navbar .dropdown .dropdown-toggle:hover,
  .navbar .dropdown .dropdown-toggle:focus,
  .navbar .dropdown .dropdown-toggle:active {
    background: none;
    text-decoration: none;
  }
  .navbar .dropdown .thecaret {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url('../img/arrowdown.png');
    background-size: 100%;
    margin-left: 2px;
    position: relative;
    top: -2px;
  }
  .navbar .dropdown .dropdown-menu {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
  }
  .navbar .dropdown .dropdown-menu li a {
    font-size: 14px!important;
    color: rgba(83, 83, 91, 0.7);
    margin-bottom: 5px!important;
  }
  .navbar .dropdown .dropdown-menu li a:hover {
    color: #fff;
    background-color: #7f64b5;
  }
  .navbar .dropdown.open .dropdown-toggle {
    color: #fff!important;
  }
  .navbar .dropdown.open .dropdown-toggle:hover,
  .navbar .dropdown.open .dropdown-toggle:focus,
  .navbar .dropdown.open .dropdown-toggle:active {
    color: #fff!important;
    background: none!important;
  }
}
.navbar.white {
  background: #fff;
  border-bottom: none;
}
.navbar.white .navbar-brand {
  background: url('../img/ConferenceCalling-logo.png') no-repeat bottom center;
  background-size: 100%;
}
.navbar.white .phone-number {
  color: #0db4e3;
}
.navbar.white .phone-number:before {
  background: url('../img/icon-phone.png') no-repeat bottom center;
  background-size: 100%;
}
.navbar.white .phone-number:after {
  background: rgba(83, 83, 91, 0.6);
}
.navbar.white .navbar-toggle .icon-bar {
  background: rgba(83, 83, 91, 0.7);
}
.navbar.white .navbar-toggle:hover,
.navbar.white .navbar-toggle:active,
.navbar.white .navbar-toggle:focus {
  background: transparent;
}
.navbar.white .navbar-toggle:hover .icon-bar,
.navbar.white .navbar-toggle:active .icon-bar,
.navbar.white .navbar-toggle:focus .icon-bar {
  background: #53535b;
}
.navbar.white .navbar-toggle.active .icon-bar {
  background: #fff;
}
.navbar.white .navbar-toggle.active .icon-bar:nth-child(3) {
  background-color: transparent;
}
.navbar.white .navbar-nav li a {
  color: rgba(83, 83, 91, 0.7);
}
.navbar.white .navbar-nav li a:hover {
  color: #53535b;
}
.navbar.white .navbar-nav li.divider {
  background: rgba(83, 83, 91, 0.6);
}
.navbar.white .navbar-nav li.login a {
  color: #53535b;
}
.navbar.white .navbar-nav li.login a:hover {
  color: #53535b;
}
.navbar.white .dropdown .dropdown-toggle {
  color: rgba(83, 83, 91, 0.7) !important;
}
.navbar.white .dropdown .dropdown-menu {
  background: #fff;
}
.navbar.white .dropdown .dropdown-menu li a {
  color: rgba(83, 83, 91, 0.7);
}
.navbar.white .dropdown .dropdown-menu li a:hover {
  color: #fff;
  background-color: #7f64b5;
}
.navbar.white .dropdown.open .dropdown-toggle {
  color: rgba(83, 83, 91, 0.7) !important;
}
.navbar.white .dropdown.open .dropdown-toggle:hover,
.navbar.white .dropdown.open .dropdown-toggle:focus,
.navbar.white .dropdown.open .dropdown-toggle:active {
  color: rgba(83, 83, 91, 0.7) !important;
  background: none!important;
}
@media (max-width: 767px) {
  .navbar.white .dropdown .dropdown-toggle {
    color: #fff!important;
    text-decoration: none;
  }
  .navbar.white .dropdown .dropdown-menu {
    background: rgba(255, 255, 255, 0.1);
  }
  .navbar.white .dropdown .dropdown-menu li a {
    font-size: 14px!important;
    color: #fff;
    margin-bottom: 5px!important;
  }
  .navbar.white .dropdown .dropdown-menu li a:hover {
    color: rgba(83, 83, 91, 0.7) !important;
    background: none!important;
  }
  .navbar.white .dropdown.open .dropdown-toggle {
    color: #fff!important;
  }
  .navbar.white .dropdown.open .dropdown-toggle:hover,
  .navbar.white .dropdown.open .dropdown-toggle:focus,
  .navbar.white .dropdown.open .dropdown-toggle:active {
    color: #fff!important;
    background: none!important;
  }
}
@media (min-width: 768px) {
  .navbar.transparent {
    background-color: transparent!important;
  }
}
.navbar.nav-white {
  background: #fff;
  border-bottom: none;
}
.navbar.nav-white .navbar-brand {
  background: url('../img/ConferenceCalling-logo.png') no-repeat bottom center;
  background-size: 100%;
}
.navbar.nav-white .phone-number {
  color: #0db4e3;
}
.navbar.nav-white .phone-number:before {
  background: url('../img/icon-phone.png') no-repeat bottom center;
  background-size: 100%;
}
.navbar.nav-white .phone-number:after {
  background: rgba(83, 83, 91, 0.6);
}
.navbar.nav-white .navbar-toggle .icon-bar {
  background: rgba(83, 83, 91, 0.7);
}
.navbar.nav-white .navbar-toggle:hover,
.navbar.nav-white .navbar-toggle:active,
.navbar.nav-white .navbar-toggle:focus {
  background: transparent;
}
.navbar.nav-white .navbar-toggle:hover .icon-bar,
.navbar.nav-white .navbar-toggle:active .icon-bar,
.navbar.nav-white .navbar-toggle:focus .icon-bar {
  background: #53535b;
}
.navbar.nav-white .navbar-toggle.active .icon-bar {
  background: #fff;
}
.navbar.nav-white .navbar-toggle.active .icon-bar:nth-child(3) {
  background-color: transparent;
}
.navbar.nav-white .navbar-nav li a {
  color: rgba(83, 83, 91, 0.7);
}
.navbar.nav-white .navbar-nav li a:hover {
  color: #53535b;
}
.navbar.nav-white .navbar-nav li.divider {
  background: rgba(83, 83, 91, 0.6);
}
.navbar.nav-white .navbar-nav li.login a {
  color: #53535b;
}
.navbar.nav-white .navbar-nav li.login a:hover {
  color: #53535b;
}
.navbar.nav-white .dropdown .dropdown-toggle {
  color: rgba(83, 83, 91, 0.7) !important;
}
.navbar.nav-white .dropdown .dropdown-menu {
  background: #fff;
}
.navbar.nav-white .dropdown .dropdown-menu li a {
  color: rgba(83, 83, 91, 0.7);
}
.navbar.nav-white .dropdown .dropdown-menu li a:hover {
  color: #fff;
  background-color: #7f64b5;
}
.navbar.nav-white .dropdown.open .dropdown-toggle {
  color: rgba(83, 83, 91, 0.7) !important;
}
.navbar.nav-white .dropdown.open .dropdown-toggle:hover,
.navbar.nav-white .dropdown.open .dropdown-toggle:focus,
.navbar.nav-white .dropdown.open .dropdown-toggle:active {
  color: rgba(83, 83, 91, 0.7) !important;
  background: none!important;
}
@media (max-width: 767px) {
  .navbar.nav-white .dropdown .dropdown-toggle {
    color: #fff!important;
    text-decoration: none;
  }
  .navbar.nav-white .dropdown .dropdown-menu {
    background: rgba(255, 255, 255, 0.1);
  }
  .navbar.nav-white .dropdown .dropdown-menu li a {
    font-size: 14px!important;
    color: #fff;
    margin-bottom: 5px!important;
  }
  .navbar.nav-white .dropdown .dropdown-menu li a:hover {
    color: rgba(83, 83, 91, 0.7) !important;
    background: none!important;
  }
  .navbar.nav-white .dropdown.open .dropdown-toggle {
    color: #fff!important;
  }
  .navbar.nav-white .dropdown.open .dropdown-toggle:hover,
  .navbar.nav-white .dropdown.open .dropdown-toggle:focus,
  .navbar.nav-white .dropdown.open .dropdown-toggle:active {
    color: #fff!important;
    background: none!important;
  }
}
.section-nav {
  height: 70px;
  background: #7f64b5;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 90px;
}
@media (max-width: 767px) {
  .section-nav {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section-nav#sticky-nav {
  position: static;
}
.section-nav ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-nav ul li a:hover,
.section-nav ul li a:active,
.section-nav ul li a:focus {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .section-nav ul li a {
    font-size: 11px;
    line-height: 35px;
  }
}
.section-nav ul li.active a {
  color: #fff;
}
.section-nav ul li.active a:hover,
.section-nav ul li.active a:active,
.section-nav ul li.active a:focus {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .section-nav ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*////====== SLIDER STYLES =====////*/
#home-slider {
  background: #36454F;
  color: #fff;
}
#home-slider .item {
  height: 730px;
}
@media (max-width: 1280px) {
  #home-slider .item {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  #home-slider .item {
    height: 600px;
  }
}
@media (max-width: 991px) {
  #home-slider .item {
    height: 550px;
  }
}
@media (max-width: 767px) {
  #home-slider .item {
    height: 500px;
  }
}
@media (max-width: 480px) {
  #home-slider .item {
    height: 450px;
  }
  #home-slider .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(56, 69, 79, 0.7);
  }
}
#home-slider .slide1 {
  background: url('../img/slider2.jpg') no-repeat center center;
  background-size: cover;
}
@media (min-width: 1200px) {
  #home-slider .slide1 .slider-wrap {
    padding-top: 180px;
  }
}
#home-slider .slide2 {
  background: url('../img/slider3.jpg') no-repeat center center;
  background-size: cover;
}
#home-slider .slide3 {
  background: url('../img/slider1.jpg') no-repeat center center;
  background-size: cover;
}
#home-slider .slide4 {
  background: url('../img/slider4.jpg') no-repeat center center;
  background-size: cover;
}
#home-slider .slider-wrap {
  padding-top: 200px;
}
@media (min-width: 1200px) {
  #home-slider .slider-wrap {
    padding-top: 260px;
  }
}
#home-slider .slider-wrap h2,
#home-slider .slider-wrap h1 {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 15px;
}
#home-slider .slider-wrap p {
  line-height: 1.3;
  margin-bottom: 20px;
}
#home-slider .slider-wrap .btn {
  padding: 13px 15px;
  font-weight: 600;
  text-align: left;
  width: 170px;
  position: relative;
}
#home-slider .slider-wrap .btn:after {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  background: url('../img/btn-arrow.png') no-repeat center center;
  position: absolute;
  top: 16px;
  right: 15px;
}
@media (max-width: 1300px) {
  #home-slider .slider-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  #home-slider .slider-wrap {
    padding-top: 150px;
  }
  #home-slider .slider-wrap h1,
  #home-slider .slider-wrap h2 {
    font-size: 30px;
  }
  #home-slider .slider-wrap p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #home-slider .slider-wrap {
    padding-top: 110px;
  }
  #home-slider .slider-wrap > div {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
#home-slider .carousel-control:before {
  content: "";
  display: block;
  width: 24px;
  height: 42px;
  position: absolute;
  top: 45%;
}
@media (max-width: 480px) {
  #home-slider .carousel-control:before {
    width: 11px;
    height: 20px;
  }
}
#home-slider .carousel-control.left:before {
  left: 20px;
  background: url('../img/arrow-left.png') no-repeat center center;
  background-size: 100%;
}
#home-slider .carousel-control.right:before {
  right: 20px;
  background: url('../img/arrow-right.png') no-repeat center center;
  background-size: 100%;
}
/*////====== FOOTER STYLES =====////*/
footer {
  padding: 80px 0;
  font-size: 14px;
}
footer .footer-info > div {
  margin-bottom: 40px;
}
footer h3 {
  font-size: 14px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 20px;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  font-size: 14px;
  color: #7c8a95;
}
footer ul li a.mail {
  color: #0db4e3;
}
footer ul li a:hover {
  color: #0db4e3;
  text-decoration: none;
}
footer .footer-email {
  max-height: 13px;
  display: inline-block;
}
footer hr {
  border-color: #dfe2e3;
}
footer .input-icon {
  max-width: 270px;
  position: relative;
}
footer .input-icon:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/icon-newsletter.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 12px;
  right: 15px;
}
footer .input-icon .newsletter {
  max-width: 270px;
  padding-right: 35px;
}
footer .social-links {
  margin-top: 20px;
}
footer .social-links li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
footer .social-links li a.fb {
  background: url('../img/icon-social-fb.png') no-repeat center center;
  background-size: 100%;
}
footer .social-links li a.fl {
  background: url('../img/icon-social-flickr.png') no-repeat center center;
  background-size: 100%;
}
footer .social-links li a.tw {
  background: url('../img/icon-social-twitter.png') no-repeat center center;
  background-size: 100%;
}
footer .social-links li a.sk {
  background: url('../img/icon-social-skype.png') no-repeat center center;
  background-size: 100%;
}
footer .social-links li a.in {
  background: url('../img/icon-social-linkedin.png') no-repeat center center;
  background-size: 100%;
}
footer .social-links li a.bl {
  background: url('../img/icon-social-rss.png') no-repeat center center;
  background-size: 100%;
}
footer .social-links li a:hover {
  opacity: .8;
}
footer .footer-bottom ul {
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer .footer-bottom ul {
    text-align: right;
    margin-top: 0;
  }
}
footer .footer-bottom ul li a {
  font-size: 12px;
  color: #7c8a95;
}
footer .footer-bottom ul li a:hover {
  color: #0db4e3;
}
footer .footer-logo {
  display: block;
  width: 187px;
  height: 36px;
  background: url('../img/CC-logo-purple.png') no-repeat bottom center;
  background-size: 100%;
  text-indent: -9999px;
  margin-bottom: 5px;
}
footer .copyright {
  font-size: 12px;
  margin: 0;
  margin-top: 20px;
}
/*////====== HOME STYLES =====////*/
.home-hero {
  background: #0d1013 url('../img/bg-home-hero.jpg') no-repeat center;
  background-size: cover;
}
.home-hero .container-fluid {
  height: 600px;
}
@media (min-width: 480px) {
  .home-hero .container-fluid {
    height: 650px;
  }
}
@media (min-width: 768px) {
  .home-hero .container-fluid {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .home-hero .container-fluid {
    height: 740px;
  }
}
.home-hero .home-hero-text {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.home-hero .home-hero-text .home-hero-play {
  width: 64px;
  height: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url('../img/icon-play-hero.png') no-repeat center;
  background-size: 64px;
  font-size: 0;
  text-indent: -999999px;
  margin-bottom: 40px;
}
.home-hero .home-hero-text h1 {
  color: #fff;
}
.home-hero .home-hero-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
@media (min-width: 480px) {
  .home-hero .home-hero-text p {
    font-size: 18px;
  }
}
.home-hero .home-hero-text .home-hero-btns {
  margin-top: 30px;
}
.home-hero .home-hero-text .btn {
  min-width: 180px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.home-hero .home-hero-text .btn.btn-trans {
  background: rgba(255, 255, 255, 0.15);
}
.home-hero .home-hero-text .btn.btn-trans:hover,
.home-hero .home-hero-text .btn.btn-trans:focus,
.home-hero .home-hero-text .btn.btn-trans:active {
  background: rgba(255, 255, 255, 0.2);
}
.instant-conference {
  position: relative;
}
@media (max-width: 480px) {
  .instant-conference h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.instant-conference .row div:first-child {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .instant-conference .row div:first-child {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .instant-conference .row div:first-child {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.instant-conference h1,
.instant-conference h2 {
  color: #53535b;
}
.instant-conference ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.instant-conference p {
  line-height: 1.6;
}
.instant-conference .btn {
  margin-right: 10px;
}
.instant-conference .link {
  margin-left: 10px;
}
.instant-conference .sec-img {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media (max-width: 991px) {
  .instant-conference .sec-img img {
    max-width: 800px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .instant-conference .sec-img {
    display: none;
    visibility: hidden;
  }
}
.instant-conference .video-link {
  display: block;
  font-size: 18px;
  color: #7c8a98;
  font-weight: 300;
  font-style: italic;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}
.instant-conference .video-link:hover,
.instant-conference .video-link:focus,
.instant-conference .video-link:active,
.instant-conference .video-link:visited {
  color: #7c8a98;
  text-decoration: none;
}
.instant-conference .video-link:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url('../img/icon-play2.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 480px) {
  .instant-conference .video-link {
    font-size: 16px;
    padding-left: 40px;
  }
  .instant-conference .video-link:before {
    width: 30px;
    height: 30px;
    top: -5px;
  }
}
.operator-assisted {
  padding: 100px 0;
  position: relative;
  background: #f4f8f9;
}
@media (min-width: 992px) {
  .operator-assisted {
    padding: 150px 0;
  }
}
.operator-assisted:before {
  content: "";
  display: block;
  background: red;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 45%;
  bottom: 0;
  background: #f4f8f9 url('../img/bg-call2.jpg') no-repeat right center;
  background-size: cover;
}
@media (max-width: 767px) {
  .operator-assisted:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .operator-assisted {
    padding: 80px 0;
    background-image: none;
  }
}
@media (max-width: 480px) {
  .operator-assisted h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.operator-assisted h2 {
  color: #53535b;
}
.operator-assisted ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.operator-assisted p {
  line-height: 1.6;
}
.operator-assisted .btn {
  margin-right: 10px;
}
.operator-assisted .link {
  margin-left: 10px;
}
.screen-sharing {
  color: #fff;
  text-align: center;
  padding-top: 80px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#86c2cf), to(#97cbd6));
  background-image: linear-gradient(to bottom, #86c2cf 0%, #97cbd6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86c2cf', endColorstr='#ff97cbd6', GradientType=0);
}
@media (max-width: 767px) {
  .screen-sharing {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .screen-sharing {
    background-size: 180%;
  }
  .screen-sharing h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.screen-sharing h2 {
  color: #fff;
  font-size: 32px;
}
.screen-sharing .text-centered {
  max-width: 640px;
}
.screen-sharing img {
  margin-top: 40px;
  position: relative;
  left: -50%;
  min-width: 200%;
}
@media (min-width: 480px) {
  .screen-sharing img {
    min-width: 150%;
    left: -25%;
  }
}
@media (min-width: 992px) {
  .screen-sharing img {
    min-width: 120%;
    left: -10%;
  }
}
@media (min-width: 1200px) {
  .screen-sharing img {
    min-width: auto;
    max-width: 100%;
    left: auto;
    right: -20px;
  }
}
.con-features {
  padding: 80px 0;
  text-align: center;
}
.con-features h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 50px;
  position: relative;
}
.con-features h3:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: #7f64b5;
  margin: auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.con-features p {
  line-height: 1.5;
}
.con-features .features > div {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .con-features .features > div {
    min-height: 165px;
  }
}
@media (max-width: 400px) {
  .con-features .features > div {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    float: none;
  }
}
.con-features .features > div:nth-child(1) h3:before {
  background: url('../img/icon-con1.png') no-repeat center center;
  background-size: 100%;
}
.con-features .features > div:nth-child(2) h3:before {
  background: url('../img/icon-con2.png') no-repeat center center;
  background-size: 100%;
}
.con-features .features > div:nth-child(3) h3:before {
  background: url('../img/icon-con3.png') no-repeat center center;
  background-size: 100%;
}
.con-features .features > div:nth-child(4) h3:before {
  background: url('../img/icon-con4.png') no-repeat center center;
  background-size: 100%;
}
.con-features .features > div:nth-child(5) h3:before {
  background: url('../img/icon-con5.png') no-repeat center center;
  background-size: 100%;
}
.con-features .features > div:nth-child(6) h3:before {
  background: url('../img/icon-con6.png') no-repeat center center;
  background-size: 100%;
}
.con-features hr {
  margin-top: 20px;
  margin-bottom: 70px;
}
.con-features .btn-spacing {
  background: #fff;
  width: 220px;
  margin: 0 auto;
  position: relative;
  top: 45px;
}
.con-features .well {
  border-radius: 3px;
  text-align: left;
  font-size: 14px;
  min-height: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .con-features .well {
    min-height: 180px;
  }
}
@media (max-width: 430px) {
  .con-features .well .media-left {
    display: block;
  }
  .con-features .well .media-left img {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .con-features .well .media-body {
    display: block;
    width: 100%;
  }
}
.con-features .well img {
  float: left;
  margin-right: 15px;
  display: block;
}
.con-features .well h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
}
.cta {
  color: #fff;
  background: #676e76 url('../img/bg-cta2.jpg') no-repeat center;
  background-size: cover;
}
.cta h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cta h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .cta h2 {
    font-size: 46px;
  }
}
.cta p {
  margin-bottom: 30px;
}
.cta .row > div {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .cta .row > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cta .row > div {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .cta .row > div {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .cta .row > div {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.testimonials {
  padding: 80px 0;
  text-align: center;
  background: #f4f8f9;
}
.testimonials .row > div {
  margin-top: 80px;
}
.testimonials .well {
  background: #fff;
  text-align: left;
  min-height: 270px;
  padding-top: 50px;
  position: relative;
}
.testimonials .well img {
  position: absolute;
  top: -35px;
  left: 15px;
}
.testimonials h3 {
  color: #38454f;
  font-size: 18px;
  font-weight: normal;
}
.testimonials q {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
}
.testimonials cite {
  color: #0db4e3;
  margin-top: 30px;
  display: block;
  font-size: 14px;
  font-style: normal;
}
.testimonials .img-brands {
  margin-top: 40px;
  display: block;
  margin: 0 auto;
}
.testimonials .testimonials-logos {
  margin: 0 auto;
  max-width: 620px;
}
.testimonials .testimonials-logos:before,
.testimonials .testimonials-logos:after {
  content: " ";
  display: table;
}
.testimonials .testimonials-logos:after {
  clear: both;
}
.testimonials .testimonials-logos:before,
.testimonials .testimonials-logos:after {
  content: " ";
  display: table;
}
.testimonials .testimonials-logos:after {
  clear: both;
}
.testimonials .testimonials-logos:before,
.testimonials .testimonials-logos:after {
  content: " ";
  display: table;
}
.testimonials .testimonials-logos:after {
  clear: both;
}
.testimonials .testimonials-logos:before,
.testimonials .testimonials-logos:after {
  content: " ";
  display: table;
}
.testimonials .testimonials-logos:after {
  clear: both;
}
.testimonials .testimonials-logos > div {
  margin-top: 0;
}
.testimonials .testimonials-logos .img-wrap {
  height: 50px;
  min-width: 70px;
  max-width: 300px;
  margin-bottom: 10px;
  position: relative;
}
.testimonials .testimonials-logos .img-wrap img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.simple-pricing {
  padding: 80px 0;
  text-align: center;
}
.simple-pricing .row > div {
  margin-top: 50px;
}
.simple-pricing .well {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #f4f8f9;
}
.simple-pricing h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #53535b;
  margin-bottom: 25px;
}
.simple-pricing h4 {
  font-size: 70px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 25px;
  color: #0db4e3;
}
.simple-pricing h4 span {
  display: block;
  font-size: 16px;
}
.simple-pricing p {
  margin-bottom: 0;
}
.simple-pricing .pricing-help {
  margin-top: 70px;
}
.simple-pricing .pricing-help h3 {
  color: #7f64b5;
  font-size: 32px;
  text-transform: none;
  margin-bottom: 10px;
  position: relative;
  padding-top: 30px;
}
.simple-pricing .pricing-help h3:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url('../img/icon-help.png') no-repeat center center;
  background-size: 100%;
  margin: auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.simple-pricing .pricing-help h4 {
  font-size: 18px;
  color: #7c8a98;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 5px;
}
.cta-bottom {
  position: relative;
  background-color: #6d60b0;
  overflow: hidden;
  color: #fff;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .cta-bottom {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .cta-bottom {
    padding: 125px 0;
  }
}
.cta-bottom:before {
  content: "";
  display: none;
  visibility: hidden;
  width: 448px;
  height: 440px;
  background: url('../img/img-cc-icon.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 83%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .cta-bottom:before {
    display: block;
    visibility: visible;
  }
}
.cta-bottom:after {
  content: "";
  display: none;
  visibility: hidden;
  width: 502px;
  height: 440px;
  background: url('../img/img-wm-icon.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 83%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .cta-bottom:after {
    display: block;
    visibility: visible;
  }
}
.cta-bottom h2 {
  color: #fff;
  font-weight: 100;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 768px) {
  .cta-bottom h2 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .cta-bottom h2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .cta-bottom {
    background-size: 200%;
  }
  .cta-bottom p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.cta-bottom .container-fluid {
  position: relative;
  z-index: 2;
}
.cta-bottom .cta-text {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cta-bottom .cta-text {
    margin-bottom: 30px;
  }
}
.cta-bottom .cta-button {
  text-align: center;
}
@media (max-width: 767px) {
}
.cta-bottom .btn-trans {
  width: 290px;
  height: 45px;
  padding-top: 12px;
  background: #7c70b8;
}
.cta-bottom .btn-trans:hover,
.cta-bottom .btn-trans:focus,
.cta-bottom .btn-trans:active {
  background: #5f51a4;
}
.cta-bottom .row > div {
  width: 100%!important;
  text-align: center;
}
/*////====== RESERVATIONLESS CONFERENCE CALLS STYLES =====////*/
.rcc {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .rcc {
    padding-top: 50px;
  }
}
/* RCC How it works */
.hero-rcc {
  background: #293138 url('../img/bg-rcc1.jpg') no-repeat center center;
  background-size: cover;
  height: 730px;
}
@media (max-width: 1280px) {
  .hero-rcc {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  .hero-rcc {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .hero-rcc {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .hero-rcc {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .hero-rcc {
    height: 350px;
  }
}
.hero-rcc .hero-text {
  position: absolute;
  margin: auto;
  top: 40%;
}
@media (max-width: 991px) {
  .hero-rcc .hero-text {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .hero-rcc .hero-text {
    top: 30%;
  }
}
@media (max-width: 480px) {
  .hero-rcc .hero-text {
    top: 25%;
    width: 100%;
    margin-top: 20px;
  }
}
.rcc-howitworks {
  padding-top: 0;
}
.rcc-howitworks-section {
  text-align: center;
  padding: 95px 0;
}
.rcc-howitworks-section h2 {
  font-size: 24px;
}
.howitworks-item {
  margin-top: 40px;
  line-height: 1.5;
}
.howitworks-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-top: 120px;
  position: relative;
}
.howitworks-item h3:before {
  content: "";
  display: block;
  width: 113px;
  height: 113px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .howitworks-item h3:before {
    width: 90px;
    height: 90px;
  }
}
.howitworks-item:nth-child(1) h3:before {
  background: url('../img/img-rcc-howitworks1.png') no-repeat center center;
  background-size: 100%;
}
@media (min-width: 768px) {
  .howitworks-item:nth-child(2) {
    position: relative;
  }
  .howitworks-item:nth-child(2):before {
    content: "";
    display: block;
    width: 55%;
    height: 2px;
    background: #f0f5f6;
    position: absolute;
    top: 60px;
    left: -30%;
  }
  .howitworks-item:nth-child(2):after {
    content: "";
    display: block;
    width: 55%;
    height: 2px;
    background: #f0f5f6;
    position: absolute;
    top: 60px;
    right: -30%;
  }
}
.howitworks-item:nth-child(2) h3:before {
  background: url('../img/img-rcc-howitworks2.png') no-repeat center center;
  background-size: 100%;
}
.howitworks-item:nth-child(3) h3:before {
  background: url('../img/img-rcc-howitworks3.png') no-repeat center center;
  background-size: 100%;
}
.howitworks-features3 {
  padding-bottom: 120px;
  position: relative;
}
.howitworks-features3:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  background: url('../img/bottom-div.png') no-repeat center center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .howitworks-features3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .howitworks-features3 > div {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .howitworks-features3 p {
    text-align: left;
  }
}
.howitworks-features3 p:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../img/icon-check.png') no-repeat center center;
  background-size: 100%;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.howitworks-features3 p strong {
  font-weight: 600;
}
.howitworks-features {
  text-align: left;
  margin-top: 60px;
}
.howitworks-features > div {
  margin-top: 20px;
}
@media (max-width: 400px) {
  .howitworks-features > div {
    margin-left: 0;
    width: 100%;
  }
}
.howitworks-features > div:nth-child(1) h3:before {
  background: url('../img/icon-rcc-howitworks1.png') no-repeat center center;
  background-size: 100%;
}
.howitworks-features > div:nth-child(2) h3:before {
  background: url('../img/icon-rcc-howitworks2.png') no-repeat center center;
  background-size: 100%;
}
.howitworks-features > div:nth-child(3) h3:before {
  background: url('../img/icon-rcc-howitworks3.png') no-repeat center center;
  background-size: 100%;
}
.howitworks-features > div:nth-child(4) h3:before {
  background: url('../img/icon-rcc-howitworks4.png') no-repeat center center;
  background-size: 100%;
}
.howitworks-features h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.howitworks-features h3:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  position: relative;
  top: 10px;
}
/* RCC Features */
.rcc-features h3 {
  font-size: 24px;
  color: #38454f;
}
.rcc-features-hero {
  padding-top: 80px;
  background: #f4f8f9;
  position: relative;
  overflow: hidden;
}
.rcc-features-hero .text-centered {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .rcc-features-hero .text-centered {
    margin-bottom: 20px;
  }
}
.rcc-features-hero img {
  position: absolute;
  bottom: -40px;
  left: 55%;
}
@media (max-width: 767px) {
  .rcc-features-hero img {
    position: static;
    margin-left: 15px;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.rcc-features-hero-text {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .rcc-features-hero-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.rcc-features-section2 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.rcc-features-section2 .row > div {
  margin-bottom: 20px;
}
.rcc-features-section2 .rcc-features2-img {
  min-height: 140px;
}
@media (max-width: 767px) {
  .rcc-features-section2 .rcc-features2-img {
    min-height: 120px;
  }
}
.rcc-features-section2 img {
  display: block;
  margin: 0 auto;
}
.rcc-features-section2 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
@media (max-width: 767px) {
  .rcc-features-section2 .features2-img1 {
    max-width: 150px;
  }
  .rcc-features-section2 .features2-img2 {
    max-width: 100px;
  }
}
.rcc-features-section3 {
  padding-top: 160px;
  padding-bottom: 160px;
  background: #F3F7F9 url('../img/bg-rcc-map.png') no-repeat;
  background-position: center right -20%;
}
@media (max-width: 1360px) {
  .rcc-features-section3 {
    background-position: center right -40%;
  }
}
@media (max-width: 1199px) {
  .rcc-features-section3 {
    background-position: center right -300px;
  }
}
@media (max-width: 991px) {
  .rcc-features-section3 {
    background-position: center right -500px;
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .rcc-features-section3 {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.rcc-features-section4 {
  padding-top: 80px;
  color: #fff;
  text-align: center;
  background-color: #95CBD7;
  position: relative;
}
.rcc-features-section4:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1894px;
  height: 284px;
  background: url('../img/bg-table2.png') no-repeat center;
  background-size: cover;
  position: absolute;
  margin: auto!important;
  bottom: -30px;
  left: 0;
  right: 0;
}
.rcc-features-section4 h3 {
  color: #fff;
}
.rcc-features-section4 p {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .rcc-features-section4 p {
    margin-bottom: 80px;
  }
}
.rcc-features-section4 .rcc-features-section4-img {
  margin-bottom: -4%;
  position: relative;
  z-index: 2;
}
.rcc-features-section5 {
  background: #F3F7F9;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .rcc-features-section5 {
    padding-top: 100px;
  }
}
.rcc-features-section5 .row > div {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  .rcc-features-section5 .row > div {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.rcc-features-section5 img {
  position: absolute;
  right: 55%;
  bottom: -20px;
}
@media (max-width: 767px) {
  .rcc-features-section5 {
    padding-top: 60px;
  }
  .rcc-features-section5 .row > div {
    padding-top: 0;
    padding-bottom: 0;
  }
  .rcc-features-section5 img {
    position: relative;
    right: auto;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.rcc-features-section6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.rcc-features-section6 .row > div {
  min-height: 120px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .rcc-features-section6 .row > div {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  .rcc-features-section6 .row > div {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .rcc-features-section6 .row > div {
    width: 100%;
    min-height: 80px;
    margin-bottom: 15px;
  }
}
.rcc-features-section6 .row > div:nth-child(1) h3:before {
  background: url('../img/icon-rcc-features7.png') no-repeat center center;
  background-size: 100%;
}
.rcc-features-section6 .row > div:nth-child(2) h3:before {
  background: url('../img/icon-rcc-features8.png') no-repeat center center;
  background-size: 100%;
}
.rcc-features-section6 .row > div:nth-child(3) h3:before {
  background: url('../img/icon-rcc-features9.png') no-repeat center center;
  background-size: 100%;
}
.rcc-features-section6 .row > div:nth-child(4) h3:before {
  background: url('../img/icon-rcc-features10.png') no-repeat center center;
  background-size: 100%;
}
.rcc-features-section6 .row > div:nth-child(5) h3:before {
  background: url('../img/icon-rcc-features11.png') no-repeat center center;
  background-size: 100%;
}
.rcc-features-section6 .row > div:nth-child(6) h3:before {
  background: url('../img/icon-rcc-features12.png') no-repeat center center;
  background-size: 100%;
}
.rcc-features-section6 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.rcc-features-section6 h3:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  position: relative;
  top: 10px;
}
/* RCC Pricing */
.audio-conferencing {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #edf3f5;
}
.plans {
  margin-top: 40px;
}
.plans .img-flag {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.plan-item {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.plan-item h3 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 25px;
}
.plan-item:nth-child(2) {
  background: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.plan-item:nth-child(3) {
  background: #f7fafb;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.plan-item h4 {
  font-size: 69px;
  color: #0db4e3;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .plan-item h4 {
    font-size: 50px;
  }
}
.plan-item h4 span {
  display: block;
  font-size: 16px;
}
@media (max-width: 480px) {
  .plan-item h4 span {
    font-size: 14px;
  }
}
.plan-item ul {
  margin-bottom: 30px;
}
.plan-item ul li:first-child {
  font-weight: 600;
  color: #38454f;
}
.plan-item .btn {
  padding: 10px 40px;
}
@media (max-width: 991px) {
  .plan-item .btn {
    padding: 8px 20px;
    width: 100%;
    max-width: 200px;
    font-size: 14px;
  }
}
.plan-text {
  text-align: center;
}
.plan-text h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  position: relative;
  padding-top: 60px;
}
.plan-text h3:before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url('../img/icon-rcc-pricing3.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.plan-features {
  margin-top: 40px;
}
.plan-features h2 {
  font-size: 24px;
}
.plan-features .row > div {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .plan-features .row > div {
    margin-left: 0;
    width: 100%;
  }
}
.plan-features ul {
  margin-bottom: 20px;
}
.plan-features ul li {
  margin-bottom: 10px;
}
.plan-features h3 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 5px;
  font-weight: normal;
}
.plan-features .well {
  margin-bottom: 0;
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-features .well {
    min-height: 115px;
  }
}
.plan-features .well p {
  line-height: 1.4;
  font-size: 14px;
}
.plan-features .well img {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .plan-features .well img {
    max-width: 30px;
  }
}
.plan-features .well h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 5px;
}
.plan-features .well a {
  font-size: 18px;
}
/* RCC Addons */
.addons-available {
  padding-top: 80px;
  padding-bottom: 80px;
}
.addons-available .text-centered {
  margin-bottom: 40px;
}
.addons-item {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .addons-item {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .addons-item {
    min-height: 200px;
  }
}
.addons-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
}
.addons-item h3:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  position: absolute;
  top: -15px;
  left: 0;
}
@media (max-width: 480px) {
  .addons-item h3 {
    padding-left: 50px;
  }
  .addons-item h3:before {
    width: 38px;
    height: 38px;
    top: -10px;
  }
}
.addons-item:nth-child(1) h3:before {
  background: url('../img/icon-rcc-features1.png') no-repeat center center;
  background-size: 100%;
}
.addons-item:nth-child(2) h3:before {
  background: url('../img/icon-rcc-features2.png') no-repeat center center;
  background-size: 100%;
}
.addons-item:nth-child(3) h3:before {
  background: url('../img/icon-rcc-features3.png') no-repeat center center;
  background-size: 100%;
}
.addons-item:nth-child(4) h3:before {
  background: url('../img/icon-rcc-features4.png') no-repeat center center;
  background-size: 100%;
}
/*////====== OPERATOR MODERATED CALLS STYLES =====////*/
.omc {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .omc {
    padding-top: 50px;
  }
}
.hero-omc {
  background: #293138 url('../img/bg-omc1.jpg') no-repeat center center;
  background-size: cover;
}
.hero-omc2 {
  background: #293138 url('../img/bg-omc2.jpg') no-repeat center center;
  background-size: cover;
}
.hero-omc2 h1,
.hero-omc2 h2 {
  color: #38454f;
}
.hero-omc2 p {
  color: #7c8a98;
}
.hero-omc2 .contact-link {
  display: block;
  margin-top: 20px;
}
/* OMC How It Works */
.omc-howitworks-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.omc-howitworks-section1 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.omc-howitworks-section1 .thefeatures3 {
  text-align: center;
  margin-bottom: 40px;
}
.omc-howitworks-section1 .thefeatures3 h3 {
  position: relative;
  padding-top: 140px;
}
.omc-howitworks-section1 .thefeatures3 h3:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  margin-bottom: 15px;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media (max-width: 480px) {
  .omc-howitworks-section1 .thefeatures3 h3 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .omc-howitworks-section1 .thefeatures3 > div {
    margin-top: 30px;
  }
}
.omc-howitworks-section1 .thefeatures3 > div:nth-child(1) h3:before {
  width: 182px;
  height: 58px;
  background: url('../img/img-omc-howitworks1.png');
  background-size: 100%;
}
@media (max-width: 480px) {
  .omc-howitworks-section1 .thefeatures3 > div:nth-child(1) h3:before {
    width: 130px;
    height: 41px;
  }
}
.omc-howitworks-section1 .thefeatures3 > div:nth-child(2) h3:before {
  width: 124px;
  height: 99px;
  background: url('../img/img-omc-howitworks2.png');
  background-size: 100%;
}
@media (max-width: 480px) {
  .omc-howitworks-section1 .thefeatures3 > div:nth-child(2) h3:before {
    width: 100px;
    height: 80px;
  }
}
.omc-howitworks-section1 .thefeatures3 > div:nth-child(3) h3:before {
  width: 182px;
  height: 58px;
  background: url('../img/img-omc-howitworks3.png');
  background-size: 100%;
}
@media (max-width: 480px) {
  .omc-howitworks-section1 .thefeatures3 > div:nth-child(3) h3:before {
    width: 130px;
    height: 41px;
  }
}
.omc-howitworks-section1 .well img {
  margin-top: 10px;
  margin-right: 10px;
  max-width: 46px;
}
@media (max-width: 480px) {
  .omc-howitworks-section1 .well img {
    margin-right: 0;
  }
}
.omc-howitworks-section1 .well p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0;
}
.omc-howitworks-section1 .well h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 5px;
}
.omc-howitworks-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F3F7F9;
}
.omc-howitworks-section2 h2 {
  font-size: 24px;
}
.omc-howitworks-section2 .text {
  margin-bottom: 30px;
}
.omc-howitworks-section2 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  position: relative;
  padding-top: 98px;
}
.omc-howitworks-section2 h3:before {
  content: "";
  display: block;
  width: 234px;
  height: 68px;
  position: absolute;
  margin: auto;
  margin-bottom: 15px;
  left: 0;
  right: 0;
  bottom: 30px;
}
@media (max-width: 480px) {
  .omc-howitworks-section2 h3:before {
    width: 180px;
    height: 52px;
  }
}
.omc-howitworks-section2 .text-img {
  margin-top: 30px;
}
.omc-howitworks-section2 .text-img:nth-child(1) h3:before {
  background: url('../img/img-omc-howitworks4.png');
  background-size: 100%;
}
.omc-howitworks-section2 .text-img:nth-child(2) h3:before {
  background: url('../img/img-omc-howitworks5.png');
  background-size: 100%;
}
@media (max-width: 480px) {
  .omc-howitworks-section2 .text,
  .omc-howitworks-section2 .text-img {
    width: 100%;
  }
}
/* OMC Benefits */
.omc-benefits-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.omc-benefits-item {
  margin-bottom: 30px;
}
.omc-benefits-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.omc-benefits-item h3:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  top: -5px;
  left: 0;
}
.omc-benefits-section1 .row1 > div:nth-child(1) h3:before {
  background: url('../img/icon-omc-benefits1.png') no-repeat center center;
  background-size: 100%;
}
.omc-benefits-section1 .row1 > div:nth-child(2) h3:before {
  background: url('../img/icon-omc-benefits2.png') no-repeat center center;
  background-size: 100%;
}
.omc-benefits-section1 .row1 > div:nth-child(3) h3:before {
  background: url('../img/icon-omc-benefits3.png') no-repeat center center;
  background-size: 100%;
}
.omc-benefits-section1 .row2 > div:nth-child(1) h3:before {
  background: url('../img/icon-omc-benefits4.png') no-repeat center center;
  background-size: 100%;
}
.omc-benefits-section1 .row2 > div:nth-child(2) h3:before {
  background: url('../img/icon-omc-benefits5.png') no-repeat center center;
  background-size: 100%;
}
.omc-benefits-section1 .row2 > div:nth-child(3) h3:before {
  background: url('../img/icon-omc-benefits6.png') no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .omc-benefits-contact {
    margin-top: 40px;
  }
}
.omc-benefits-contact h3 {
  font-size: 24px;
  color: #53535B;
  line-height: 1.5;
}
/* OMC Pricing */
.omc-pricing .well {
  margin-top: 30px;
}
.omc-pricing .well img {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .omc-pricing .well img {
    max-width: 30px;
  }
}
.omc-pricing .well a {
  font-size: 18px;
}
.omc-pricing-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #edf3f5;
}
.omc-pricing-section .text-centered {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .omc-pricing-wrap {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.omc-pricing-item {
  text-align: center;
  padding: 30px 25px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 4px;
  min-height: 570px;
  position: relative;
}
@media (max-width: 600px) {
  .omc-pricing-item {
    min-height: 0;
  }
}
.omc-pricing-item h3 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.omc-pricing-item h4 {
  font-size: 69px;
  color: #0db4e3;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .omc-pricing-item h4 {
    font-size: 50px;
  }
}
.omc-pricing-item h4 span {
  display: block;
  font-size: 16px;
}
@media (max-width: 480px) {
  .omc-pricing-item h4 span {
    font-size: 14px;
  }
}
.omc-pricing-item ul {
  text-align: left;
  margin-bottom: 60px;
}
.omc-pricing-item ul li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.omc-pricing-item ul li:before {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background: url('../img/icon-check2.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
.omc-pricing-item .btn {
  padding: 10px 40px;
  position: absolute;
  margin: auto;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 200px;
}
@media (max-width: 991px) {
  .omc-pricing-item .btn {
    padding: 8px 20px;
    width: 100%;
    font-size: 14px;
  }
}
.omc-pricing-item .pricing-popover {
  color: #7c8a98;
}
.omc-pricing-item .pricing-popover:hover,
.omc-pricing-item .pricing-popover:active {
  text-decoration: none;
  color: #38454f;
  font-weight: 600;
  cursor: pointer;
}
.omc-pricing-text {
  margin-top: 40px;
}
.omc-pricing-text h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-left: 60px;
  margin-bottom: 25px;
  position: relative;
}
.omc-pricing-text h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: absolute;
  top: -20px;
  left: 0;
}
.omc-pricing-text:nth-child(1) h3:before {
  background: url('../img/icon-omc-pricing1.png') no-repeat center center;
  background-size: 100%;
}
.omc-pricing-text:nth-child(2) h3:before {
  background: url('../img/icon-omc-pricing2.png') no-repeat center center;
  background-size: 100%;
}
/* OMC Add-ons */
.omc-addons-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.omc-addons-section h3 {
  font-size: 24px;
  color: #38454f;
  margin-bottom: 40px;
  margin-top: 40px;
}
.omc-addons-section ul li {
  margin-bottom: 20px;
}
.omc-addons-section ul li h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.omc-addons-section ul li h4:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url('../img/icon-check.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -4px;
  left: 0;
}
.omc-addons-section .well {
  margin-top: 40px;
}
/*////====== CONFERENCE CALL TRANSCRIPTIONS STYLES =====////*/
.hero-cct {
  background: #7f64b5 url('../img/bg-cct.png') no-repeat;
  background-position: top 50% right 25%;
  height: 730px;
}
@media (max-width: 991px) {
  .hero-cct {
    background-size: 300px;
    background-position: top 50% right 10%;
  }
}
@media (max-width: 767px) {
  .hero-cct {
    height: 560px;
    background-size: 250px;
    background-position: top 50% right 15px;
  }
  .hero-cct ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .hero-cct {
    height: 520px;
    width: 100%;
    background-size: 200px;
    background-position: top 90px center;
  }
}
@media (max-width: 480px) {
  .hero-cct .hero-text {
    margin-top: 80px;
  }
}
.cct-section {
  padding-top: 80px;
  padding-bottom: 50px;
}
.cct-section h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
.cct-section h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  left: 0;
}
.cct-section .row > div {
  margin-bottom: 30px;
}
.cct-section .row > div:nth-child(1) h3:before {
  background: url('../img/icon-cct1.png') no-repeat center center;
  background-size: 100%;
}
.cct-section .row > div:nth-child(2) h3:before {
  background: url('../img/icon-cct2.png') no-repeat center center;
  background-size: 100%;
}
/*////====== SCREEN SHARING STYLES =====////*/
.hero-screensharing {
  background-color: #97cbd6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#86c2cf), to(#97cbd6));
  background-image: linear-gradient(to bottom, #86c2cf 0%, #97cbd6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86c2cf', endColorstr='#ff97cbd6', GradientType=0);
  height: 730px;
  overflow: hidden;
  position: relative;
}
.hero-screensharing:before {
  content: "";
  display: block;
  width: 1894px;
  height: 100px;
  background: url('../img/bg-table.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  margin: auto!important;
  bottom: -45px;
  left: -100px;
  right: -100px;
}
@media (max-width: 480px) {
  .hero-screensharing:before {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 480px) {
  .hero-screensharing {
    height: 560px;
    background-position: left bottom;
  }
}
.hero-screensharing .hero-text {
  top: 25%;
}
@media (max-width: 1199px) {
  .hero-screensharing .hero-text {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .hero-screensharing .hero-text {
    top: 90px;
  }
}
.hero-screensharing .hero-text ul {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .hero-screensharing .hero-text ul li {
    margin-bottom: 5px;
  }
}
.hero-screensharing .hero-text p {
  max-width: 600px;
}
@media (min-width: 992px) {
  .hero-screensharing .screensharing-img {
    position: absolute;
    bottom: 20px;
    left: 52%;
  }
}
@media (max-width: 991px) {
  .hero-screensharing .screensharing-img {
    display: none;
    visibility: hidden;
  }
}
.screensharing-features {
  padding-top: 80px;
  padding-bottom: 80px;
}
.screensharing-features .text-centered {
  margin-bottom: 40px;
}
.screensharing-features-item {
  margin-top: 20px;
  min-height: 105px;
}
@media (max-width: 991px) {
  .screensharing-features-item p {
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .screensharing-features-item {
    min-height: 135px;
  }
}
.screensharing-features-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
.screensharing-features-item h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  left: 0;
}
@media (max-width: 480px) {
  .screensharing-features-item h3 {
    padding-left: 30px;
  }
  .screensharing-features-item h3:before {
    width: 25px;
    height: 25px;
  }
}
.screensharing-features-item:nth-child(1) h3:before {
  background: url('../img/icon-screensharing1.png') no-repeat center center;
  background-size: 100%;
}
.screensharing-features-item:nth-child(2) h3:before {
  background: url('../img/icon-screensharing2.png') no-repeat center center;
  background-size: 100%;
}
.screensharing-features-item:nth-child(3) h3:before {
  background: url('../img/icon-screensharing3.png') no-repeat center center;
  background-size: 100%;
}
.screensharing-features-item:nth-child(4) h3:before {
  background: url('../img/icon-screensharing4.png') no-repeat center center;
  background-size: 100%;
}
.screensharing-features-item:nth-child(5) h3:before {
  background: url('../img/icon-screensharing5.png') no-repeat center center;
  background-size: 100%;
}
.screensharing-features-item:nth-child(6) h3:before {
  background: url('../img/icon-screensharing6.png') no-repeat center center;
  background-size: 100%;
}
.screensharing-pricing {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F3F7F9;
}
@media (min-width: 992px) {
  .screensharing-pricing h2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .screensharing-pricing h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .screensharing-pricing-item {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .screensharing-pricing-item {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.screensharing-pricing-item .well {
  background: #fff;
  text-align: center;
  padding: 30px 20px;
}
.screensharing-pricing-item h3 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 25px;
}
.screensharing-pricing-item h4 {
  font-size: 69px;
  color: #0db4e3;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .screensharing-pricing-item h4 {
    font-size: 50px;
  }
}
.screensharing-pricing-item h4 span {
  display: block;
  font-size: 16px;
}
@media (max-width: 480px) {
  .screensharing-pricing-item h4 span {
    font-size: 14px;
  }
}
.screensharing-features2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.screensharing-features2 h2 {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .screensharing-features2 .row > div {
    width: 100%;
    margin-left: 0;
  }
}
.screensharing-features2-item {
  margin-top: 30px;
  text-align: center;
}
.screensharing-features2-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-top: 90px;
  position: relative;
}
.screensharing-features2-item h3:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .screensharing-features2-item h3 {
    padding-top: 70px;
  }
  .screensharing-features2-item h3:before {
    width: 50px;
    height: 50px;
  }
}
.screensharing-features2-item:nth-child(1) h3:before {
  background: url('../img/icon-screensharing7.png') no-repeat center center;
  background-size: 100%;
}
.screensharing-features2-item:nth-child(2) h3:before {
  background: url('../img/icon-screensharing8.png') no-repeat center center;
  background-size: 100%;
}
.screensharing-features2-item:nth-child(3) h3:before {
  background: url('../img/icon-screensharing9.png') no-repeat center center;
  background-size: 100%;
}
/*////====== OPERATOR ASSISTED CALLS STYLES =====////*/
.oac {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .oac {
    padding-top: 50px;
  }
}
.hero-oac {
  color: #7c8a98;
  background: #f4f8f9;
  height: 700px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-oac:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    background: url('../img/bg-oac.jpg') no-repeat left center;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .hero-oac {
    height: 800px;
  }
}
@media (max-width: 480px) {
  .hero-oac {
    height: 560px;
    background-position: center left;
  }
}
.hero-oac .hero-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-oac .hero-text ul {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .hero-oac .hero-text ul li {
    margin-bottom: 5px;
  }
}
.hero-oac .video-link {
  color: #7c8a98;
}
.hero-oac .video-link:before {
  background: url('../img/icon-play2.png') no-repeat center center;
  background-size: 100%;
}
.hero-oac .video-link:hover,
.hero-oac .video-link:focus,
.hero-oac .video-link:active {
  color: #7c8a98;
}
.hero-oac h1 {
  color: #53535b;
}
.hero-oac .hero-link {
  margin-left: 10px;
}
.hero-oac .btn {
  margin-right: 10px;
}
.oac-features {
  padding-top: 80px;
  padding-bottom: 80px;
}
.oac-features .oac-features-item {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .oac-features .oac-features-item {
    width: 100%;
  }
}
.oac-features .oac-features-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  font-weight: 500;
}
.oac-features .oac-features-item h3:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #7f64b5;
  position: absolute;
  top: -10px;
  left: 0;
}
.oac-features .oac-features-item:nth-child(1) h3:before {
  background: url('../img/icon-oac1.png') no-repeat center center;
  background-size: 100%;
}
.oac-features .oac-features-item:nth-child(2) h3:before {
  background: url('../img/icon-oac2.png') no-repeat center center;
  background-size: 100%;
}
.oac-features .oac-features-item:nth-child(3) h3:before {
  background: url('../img/icon-oac3.png') no-repeat center center;
  background-size: 100%;
}
.oac-features .oac-features-item:nth-child(4) h3:before {
  background: url('../img/icon-oac4.png') no-repeat center center;
  background-size: 100%;
}
.oac-features .oac-features-item:nth-child(5) h3:before {
  background: url('../img/icon-oac5.png') no-repeat center center;
  background-size: 100%;
}
.oac-features .oac-features-item:nth-child(6) h3:before {
  background: url('../img/icon-oac6.png') no-repeat center center;
  background-size: 100%;
}
.oac-pricing {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F3F7F9;
}
.oac-pricing h2 {
  color: #0db4e3;
}
@media (min-width: 992px) {
  .oac-pricing h2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .oac-pricing-item {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .oac-pricing-item {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.oac-pricing-item .well {
  background: #fff;
  text-align: center;
  padding: 30px 20px;
}
.oac-pricing-item h3 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.oac-pricing-item h4 {
  font-size: 69px;
  color: #0db4e3;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .oac-pricing-item h4 {
    font-size: 50px;
  }
}
.oac-pricing-item h4 span {
  display: block;
  font-size: 16px;
}
@media (max-width: 480px) {
  .oac-pricing-item h4 span {
    font-size: 14px;
  }
}
.oac-features2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .oac-features2 .row > div {
    width: 100%;
    margin-left: 0;
  }
}
.oac-features2 h2 {
  font-size: 24px;
}
.oac-features2-item {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .oac-features2-item {
    width: 100%;
    margin-left: 0;
  }
}
.oac-features2-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-top: 70px;
  position: relative;
}
.oac-features2-item h3:before {
  content: "";
  display: block;
  width: 168px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #7f64b5;
}
@media (max-width: 480px) {
  .oac-features2-item h3 {
    padding-top: 50px;
  }
  .oac-features2-item h3:before {
    width: 118px;
    height: 35px;
  }
}
.oac-features2-item:nth-child(1) h3:before {
  background: url('../img/img-oac1.png') no-repeat center center;
  background-size: 100%;
}
.oac-features2-item:nth-child(2) h3:before {
  background: url('../img/img-oac2.png') no-repeat center center;
  background-size: 100%;
}
.oac-features2-item:nth-child(3) h3:before {
  background: url('../img/img-oac3.png') no-repeat center center;
  background-size: 100%;
  width: 127px;
  height: 57px;
}
@media (max-width: 480px) {
  .oac-features2-item:nth-child(3) h3:before {
    width: 78px;
    height: 35px;
  }
}
/*////====== CONFERENCE CALL RECORDING STYLES =====////*/
.hero-ccr {
  background: #7f64b5;
  height: auto!important;
}
.hero-ccr .container-fluid {
  position: relative;
  height: 700px;
}
.hero-ccr .container-fluid:before {
  content: "";
  display: block;
  width: 360px;
  height: 427px;
  background: url('../img/bg-ccr.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero-ccr .container-fluid:before {
    width: 200px;
    height: 237px;
  }
}
@media (max-width: 480px) {
  .hero-ccr .container-fluid:before {
    top: 90px;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    margin: auto;
    width: 143px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .hero-ccr .container-fluid {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .hero-ccr .hero-text {
    margin-top: 100px;
  }
}
.ccr-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ccr-section1 .text-centered {
  margin-bottom: 50px;
}
.ccr-section1 h2 {
  font-size: 24px;
}
.ccr-section1 h3 {
  font-size: 24px;
  color: #38454f;
}
.ccr-section1 .row {
  position: relative;
}
@media (min-width: 768px) {
  .ccr-section1 .row > div {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .ccr-section1 .row > div {
    padding-bottom: 50%;
  }
}
@media (max-width: 480px) {
  .ccr-section1 .row > div {
    padding-bottom: 45%;
  }
}
.ccr-section1 .row img {
  margin-top: 40px;
}
.ccr-section1 .ccr-macbook {
  position: absolute;
  bottom: -100px;
  left: 50%;
}
@media (max-width: 767px) {
  .ccr-section1 .ccr-macbook {
    left: auto;
    right: 0;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.ccr-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
.ccr-section2-item {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .ccr-section2-item {
    width: 100%;
    margin-left: 0;
  }
}
.ccr-section2-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 480px) {
  .ccr-section2-item h3 {
    padding-top: 70px;
  }
}
.ccr-section2-item h3:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #7f64b5;
}
.ccr-section2-item:nth-child(1) h3:before {
  width: 147px;
  height: 70px;
  background: url('../img/img-ccr2.png') no-repeat center center;
  background-size: 100%;
}
@media (max-width: 480px) {
  .ccr-section2-item:nth-child(1) h3:before {
    width: 105px;
    height: 50px;
  }
}
.ccr-section2-item:nth-child(2) h3:before {
  width: 174px;
  height: 72px;
  background: url('../img/img-ccr3.png') no-repeat center center;
  background-size: 100%;
}
@media (max-width: 480px) {
  .ccr-section2-item:nth-child(2) h3:before {
    width: 121px;
    height: 50px;
  }
}
.ccr-section3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ccr-section3 .row:first-child {
  margin-bottom: 50px;
}
.ccr-section3 .row > div {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .ccr-section3 .row > div {
    width: 100%;
    margin-left: 0;
  }
}
.ccr-section3 img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .ccr-section3 img {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .ccr-section3 img {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .ccr-section3 img {
    margin-top: 30px;
  }
}
.ccr-section3 h3 {
  font-size: 24px;
  color: #38454f;
}
.ccr-section3 h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
.ccr-section3 h4:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  left: 0;
}
.ccr-section3-item:nth-child(1) h4:before {
  background: url('../img/icon-ccr1.png') no-repeat center center;
  background-size: 100%;
}
.ccr-section3-item:nth-child(2) h4:before {
  background: url('../img/icon-ccr2.png') no-repeat center center;
  background-size: 100%;
}
.ccr-section3-item:nth-child(3) h4:before {
  background: url('../img/icon-ccr3.png') no-repeat center center;
  background-size: 100%;
}
/*////====== INTERNATION CALLS STYLES =====////*/
.hero-international-calls {
  background: #84c1d3;
  height: 730px;
  position: relative;
  overflow: hidden;
}
.hero-international-calls:before {
  content: "";
  display: block;
  width: 866px;
  height: 411px;
  background: url('../img/bg-int-calls.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero-international-calls:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-international-calls {
    height: 500px;
    background-image: none;
  }
  .hero-international-calls .hero-text {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .hero-international-calls {
    height: 400px;
  }
}
.international-calls-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F3F7F9;
}
.international-calls-section1 h1 {
  margin-bottom: 40px;
}
.international-calls-section1 h2 {
  font-size: 24px;
  margin-bottom: 60px;
  padding-top: 70px;
  position: relative;
}
.international-calls-section1 h2:before {
  content: "";
  display: block;
  width: 64px;
  height: 52px;
  background: url('../img/img-intcalls1.png') no-repeat center center;
  background-size: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .international-calls-section1 h2 {
    padding-top: 45px;
  }
  .international-calls-section1 h2:before {
    width: 49px;
    height: 40px;
  }
}
.international-calls-section1 .int-plan {
  margin-bottom: 20px;
}
.international-calls-section1 .int-plan span {
  color: #0db4e3;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.international-calls-section1 .list-link {
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 50px;
}
.international-calls-section1 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 5px;
}
.country-table {
  margin-bottom: 30px;
}
.country-table .flag {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.country-table .blank {
  display: block;
  width: 25px;
  height: 4px;
  background: #ff6666;
  margin-top: 10px;
}
.country-table .table-space {
  display: block;
  width: 25px;
  height: 4px;
  background: #fff;
  margin-top: 10px;
}
.country-table thead tr th {
  padding: 10px;
}
.country-table thead tr th:first-child {
  padding-left: 35px;
}
.country-table tbody tr.int-plan td:first-child {
  position: relative;
}
.country-table tbody tr.int-plan td:first-child:before {
  content: "*";
  color: #0db4e3;
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 15px;
}
.country-table tbody tr td {
  padding: 10px;
}
.country-table tbody tr td:first-child {
  padding-left: 35px!important;
}
.international-calls-section1-item {
  margin-bottom: 40px;
}
.international-calls-section1-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
}
.international-calls-section1-item h3:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -20px;
  left: 0;
}
.international-calls-section1-item:nth-child(3) h3:before {
  background: url('../img/icon-intcalls1.png') no-repeat center center;
  background-size: 100%;
}
.international-calls-section1-item:nth-child(4) h3:before {
  background: url('../img/icon-intcalls2.png') no-repeat center center;
  background-size: 100%;
}
.international-calls-section1-item:nth-child(5) h3:before {
  background: url('../img/icon-intcalls3.png') no-repeat center center;
  background-size: 100%;
}
/*////====== SUPPORT CENTER STYLES =====////*/
.support-center {
  margin-top: 92px;
  border-top: 1px solid #E8ECEE;
}
@media (max-width: 767px) {
  .support-center {
    margin-top: 52px;
  }
}
.support-center-features1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.support-center-features1 h1 {
  padding-top: 80px;
  position: relative;
}
.support-center-features1 h1:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url('../img/img-help.png') no-repeat center center;
  background-size: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .support-center-features1 h1 {
    padding-top: 60px;
  }
  .support-center-features1 h1:before {
    width: 50px;
    height: 50px;
  }
}
.support-center-features1 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 10px;
}
.support-center-features1 p {
  margin-bottom: 25px;
}
.support-center-features1 .bottom-contact h3 {
  font-size: 24px;
  font-weight: 300;
  color: #53535B;
}
.support-center-contact {
  text-align: center;
  margin-bottom: 60px;
}
.support-center-contact h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
.support-center-contact a {
  font-size: 18px;
}
@media (max-width: 480px) {
  .support-center-list > div {
    width: 100%;
  }
}
.support-center-features2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #edf3f5;
}
.support-center-features2 .well {
  background: #fff;
  padding: 30px;
}
.support-center-features2 .well h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 15px;
}
.support-center-features2 .well p {
  font-size: 16px;
}
.support-center-features2 .outlook,
.support-center-features2 .google-calendar {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 70px;
}
.support-center-features2 h3 {
  color: #38454f;
  font-size: 24px;
}
.support-center-features2 h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.support-center-videos {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .support-center-videos {
    width: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.support-center-videos .video {
  margin-bottom: 20px;
  position: relative;
}
.support-center-videos .video .video-hover {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.support-center-videos .video:hover .video-hover {
  background: rgba(56, 69, 79, 0.4);
}
/*////====== LOGIN/SIGNUP STYLES =====////*/
/* Login */
.login-wrap {
  height: 100%;
  min-height: 450px;
  color: #fff;
  background-image: radial-gradient(circle, #9a7fdc, #7f64b5);
  background-repeat: no-repeat;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .login-wrap {
    padding-top: 50px;
  }
}
.login-wrap .thelogin,
.login-wrap .container-fluid {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.login-wrap .form-group {
  margin-bottom: 20px;
}
.login-wrap.affiliate-login {
  background-image: radial-gradient(circle, #56c1df, #1e92b3);
  background-repeat: no-repeat;
}
.login-box {
  max-width: 540px;
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  color: #7c8a98;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login-box h1 {
  text-align: center;
  font-size: 24px;
  color: #53535b;
  margin-bottom: 20px;
}
.login-box h1.login-heading1 {
  padding-top: 70px;
  position: relative;
}
.login-box h1.login-heading1:before {
  content: "";
  display: block;
  width: 71px;
  height: 50px;
  background: url('../img/icon-login2.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.login-box h1.login-heading2 {
  padding-top: 50px;
  position: relative;
}
.login-box h1.login-heading2:before {
  content: "";
  display: block;
  width: 48px;
  height: 40px;
  background: url('../img/icon-login1.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.login-box .login-password {
  position: relative;
}
.login-box .login-password a {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 480px) {
  .login-box .login-password a {
    position: static;
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
}
.login-box .text-centered {
  text-align: center;
  max-width: 350px;
  margin-bottom: 30px;
}
.login-box .login-bottom-text {
  color: #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: -40px;
  left: 0;
  right: 0;
}
.login-box .login-bottom-text a {
  color: #fff;
  text-decoration: underline;
}
/* Signup */
.signup-wrap {
  min-height: 100%;
  background: #edf3f5;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .signup-wrap {
    padding-top: 50px;
  }
}
.signup-wrap .container-fluid {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.signup {
  min-height: 100%;
  margin-top: 30px;
}
.signup .well {
  position: relative;
  background: #fff;
  color: #7c8a98;
  padding: 20px;
}
@media (min-width: 768px) {
  .signup .well {
    padding: 40px;
  }
}
.signup .well h3 {
  font-size: 16px;
  font-weight: normal;
}
.signup .well h3 span {
  display: inline-block;
  background: #0db4e3;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.signup .well:before,
.signup form:before,
.signup .well:after,
.signup form:after {
  content: " ";
  display: table;
}
.signup .well:after,
.signup form:after {
  clear: both;
}
.signup .well:before,
.signup form:before,
.signup .well:after,
.signup form:after {
  content: " ";
  display: table;
}
.signup .well:after,
.signup form:after {
  clear: both;
}
.signup .well:before,
.signup form:before,
.signup .well:after,
.signup form:after {
  content: " ";
  display: table;
}
.signup .well:after,
.signup form:after {
  clear: both;
}
.signup .well:before,
.signup form:before,
.signup .well:after,
.signup form:after {
  content: " ";
  display: table;
}
.signup .well:after,
.signup form:after {
  clear: both;
}
.signup h1,
.signup h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #53535B;
}
.signup .signup-pricing {
  background: #edf3f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.signup .signup-pricing h4 {
  margin-bottom: 0;
  line-height: 46px;
}
.signup .signup-pricing h4 span {
  font-weight: 300;
  color: #38454f;
}
.signup .signup-pricing h5 {
  margin-bottom: 0;
  font-size: 46px;
  color: #0db4e3;
}
.signup .signup-pricing h5 span {
  font-size: 16px;
}
@media (max-width: 480px) {
  .signup .signup-pricing .pull-left,
  .signup .signup-pricing .pull-right {
    float: none!important;
  }
  .signup .signup-pricing h4 {
    line-height: 1.5;
  }
}
.signup .form-group {
  margin-bottom: 20px;
}
.signup .form-group .margin-top {
  margin-top: 28px;
}
@media (max-width: 480px) {
  .signup .form-group {
    margin-bottom: 0;
  }
  .signup .form-group .row > div {
    width: 100%;
  }
  .signup .form-group .margin-top {
    margin-top: 0;
  }
  .signup .form-group .form-control {
    margin-bottom: 15px;
  }
}
.signup .form-control:before,
.signup .form-control:after {
  content: " ";
  display: table;
}
.signup .form-control:after {
  clear: both;
}
.signup .form-control:before,
.signup .form-control:after {
  content: " ";
  display: table;
}
.signup .form-control:after {
  clear: both;
}
.signup .form-control:before,
.signup .form-control:after {
  content: " ";
  display: table;
}
.signup .form-control:after {
  clear: both;
}
.signup .form-control:before,
.signup .form-control:after {
  content: " ";
  display: table;
}
.signup .form-control:after {
  clear: both;
}
.signup label {
  color: #53535b;
  font-size: 14px;
  font-weight: 600;
}
.signup .checkbox label {
  font-weight: normal;
}
.signup .thetooltip {
  position: relative;
  top: 8px;
}
.signup .img-norton {
  position: absolute;
  bottom: 40px;
  right: 20px;
}
@media (max-width: 767px) {
  .signup .img-norton {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .signup .img-norton {
    position: static;
    margin-top: 20px;
  }
}
.signup-cards {
  margin-top: 35px;
}
.signup-cards img {
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .signup-cards {
    margin-top: 15px;
  }
  .signup-cards img {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .signup-cards {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .signup-cards img {
    margin-left: 5px;
    margin-top: 0;
  }
}
.signup-aside h3 {
  font-size: 16px;
  font-weight: 300;
  color: #38454f;
  margin-bottom: 5px;
}
.signup-aside p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.signup-help {
  text-align: center;
  padding-bottom: 200px!important;
  background: #fff url('../img/bg-signup-help.png') no-repeat center bottom !important;
}
.signup-help h2 {
  color: #7f64b5;
  padding-top: 50px;
  position: relative;
}
.signup-help h2:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-help.png') no-repeat center center;
  background-size: 100%;
}
.signup-help p {
  font-size: 16px;
}
.signup-help .signup-help-phone {
  color: #38454f;
  font-size: 18px;
  margin-bottom: 0;
}
.signup-help .signup-help-email {
  font-size: 18px;
}
.signup-modal .modal-header {
  border: none;
}
.signup-modal .modal-body {
  text-align: center;
}
.signup-modal .modal-body h3 {
  color: #7f64b5;
  font-size: 32px;
  padding-top: 85px;
  position: relative;
}
.signup-modal .modal-body h3:before {
  content: "";
  display: block;
  width: 80px;
  height: 75px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-signup-modal.png') no-repeat center center;
  background-size: 100%;
}
.signup-modal .modal-body .text-centered {
  max-width: 400px;
}
.signup-modal .modal-body p {
  margin-bottom: 0;
}
.signup-modal .modal-body .signup-modal-div {
  display: block;
  width: 70px;
  margin: 20px auto;
  height: 1px;
  background: #7f64b5;
}
.signup-modal .modal-body .btn {
  margin-top: 20px;
  margin-bottom: 40px;
}
.signup-modal .modal-body .modal-foot-signup {
  background: #EDF3F5;
  padding: 40px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.signup-modal .modal-body .modal-foot-signup-text {
  padding-top: 40px;
  position: relative;
}
.signup-modal .modal-body .modal-foot-signup-text:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-rcc-pricing2.png') no-repeat center center;
  background-size: 100%;
}
.signup-modal .modal-body .modal-foot-signup-phone {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.signup-modal .modal-body .modal-foot-signup-email {
  font-size: 18px;
}
.affiliate-signup {
  margin-top: 80px;
}
.affiliate-signup .affiliate-signup-heading {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 60px;
  position: relative;
}
.affiliate-signup .affiliate-signup-heading img {
  position: absolute;
  margin: auto;
  top: -110px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .affiliate-signup .affiliate-signup-heading img {
    max-width: 120px;
    top: -80px;
  }
}
.affiliate-signup .affiliate-signup-heading h2 {
  margin-bottom: 0;
}
.affiliate-signup h3 span {
  background: #6ab564!important;
}
.signup-confirmation-box {
  background: #fff;
  padding: 40px;
  max-width: 720px;
  margin: 40px auto;
  border-radius: 4px;
  text-align: center;
}
.signup-confirmation-box h1 {
  color: #7f64b5;
  font-size: 32px;
  padding-top: 85px;
  position: relative;
}
.signup-confirmation-box h1:before {
  content: "";
  display: block;
  width: 80px;
  height: 75px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-signup-modal.png') no-repeat center center;
  background-size: 100%;
}
.signup-confirmation-box .text-centered {
  max-width: 400px;
}
.signup-confirmation-box p {
  margin-bottom: 0;
}
.signup-confirmation-box .signup-modal-div {
  display: block;
  width: 70px;
  margin: 20px auto;
  height: 1px;
  background: #7f64b5;
}
.signup-confirmation-box .btn {
  margin-top: 20px;
}
.signup-confirmation-box-foot {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.signup-confirmation-box-foot-text {
  padding-top: 40px;
  position: relative;
}
.signup-confirmation-box-foot-text:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-rcc-pricing2.png') no-repeat center center;
  background-size: 100%;
}
.signup-confirmation-box-foot-phone {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.signup-confirmation-box-foot-email {
  font-size: 18px;
}
.signup-confirmation-links {
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .signup-confirmation-links .row > div {
    width: 100%;
  }
}
.signup-confirmation-links .well {
  border: 1px solid #7f64b5;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .signup-confirmation-links .well {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.signup-confirmation-links .well img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 40px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
.signup-confirmation-links .well h3 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}
.access-call-recording h1 {
  color: #7f64b5;
  font-size: 32px;
  padding-top: 85px;
  position: relative;
}
.access-call-recording h1:before {
  content: "";
  display: block;
  width: 33px;
  height: 72px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-access-recording.png') no-repeat center center;
  background-size: 100%;
}
.access-call-recording p {
  max-width: 500px!important;
}
.access-call-recording form {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}
/*////====== TELEPHONE FUNCTIONS STYLES =====////*/
.telephone-functions-title {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.telephone-functions-title h1 {
  color: #7f64b5;
  font-size: 32px;
  margin-bottom: 20px;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 480px) {
  .telephone-functions-title h1 {
    font-size: 28px;
  }
}
.telephone-functions-title h1:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/img-telephone-functions.png') no-repeat center center;
  background-size: 100%;
}
.telephone-functions-title p {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.telephone-functions-text {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
@media (max-width: 440px) {
  .telephone-functions-text .row > div {
    width: 100%;
  }
}
.telephone-functions-text h3 {
  font-size: 24px;
  color: #38454f;
  margin-bottom: 30px;
}
.telephone-functions-text h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 10px;
}
.telephone-functions-text p {
  margin-bottom: 30px;
}
.telephone-functions-text .press {
  font-weight: 600;
  color: #38454f;
  margin-bottom: 0;
  line-height: 1.4;
}
/*////====== INSTANT CONFERENCE CALLS STYLES =====////*/
.hero-icc {
  background: #7f64b5 url('../img/bg-icc.jpg') no-repeat center;
  background-size: cover;
  height: 730px;
}
.hero-icc .hero-text {
  text-align: center;
}
.hero-icc .hero-text .video-link {
  display: inline-block;
  margin-bottom: 50px;
}
.hero-icc .hero-text h1 {
  font-size: 46px;
}
@media (max-width: 767px) {
  .hero-icc .hero-text h1 {
    font-size: 28px;
  }
}
.hero-icc .hero-text .text-centered {
  max-width: 650px;
  color: #d3cbe4;
}
.hero-icc .hero-text .icc-buttons a {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.hero-icc .hero-text .icc-buttons .horizontal-div {
  display: inline-block;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  height: 26px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: 10px;
}
@media (max-width: 1280px) {
  .hero-icc {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  .hero-icc {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-icc {
    height: 450px;
  }
}
.icc2 .instant-conference .row div:first-child {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .icc2 .instant-conference .row div:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .icc2 .instant-conference .row div:first-child {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .icc2 .instant-conference .sec-img {
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 50%;
    -webkit-transform: none;
            transform: none;
  }
}
.icc2 .instant-conference .sec-img .icc-hero-img {
  max-width: 800px!important;
}
@media (min-width: 992px) {
  .icc2 .instant-conference .sec-img .icc-hero-img {
    max-width: 991px!important;
  }
}
.icc-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.icc-section1 .icc-features h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.icc-section1 .icc-features h3:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
.icc-section1 .icc-features > div {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .icc-section1 .icc-features > div {
    width: 100%;
  }
}
.icc-section1 .icc-features > div:nth-child(1) h3:before {
  background: url('../img/icon-con1.png') no-repeat center center;
  background-size: 100%;
}
.icc-section1 .icc-features > div:nth-child(2) h3:before {
  background: url('../img/icon-oac4.png') no-repeat center center;
  background-size: 100%;
}
.icc-section1 .icc-features > div:nth-child(3) h3:before {
  background: url('../img/icon-pricing2.png') no-repeat center center;
  background-size: 100%;
}
.icc-section1 .icc-features > div:nth-child(4) h3:before {
  background: url('../img/icon-pricing1.png') no-repeat center center;
  background-size: 100%;
}
.icc-section1 .icc-features > div:nth-child(5) h3:before {
  background: url('../img/img-telephone-functions.png') no-repeat center center;
  background-size: 100%;
}
.icc-section1 .icc-features > div:nth-child(6) h3:before {
  background: url('../img/icon-con2.png') no-repeat center center;
  background-size: 100%;
}
.icc-section1 .bottom-contact {
  margin-top: 30px;
}
.icc-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F3F7F9;
}
@media (min-width: 768px) {
  .icc-section2 h2 {
    margin-top: 30px;
  }
}
.icc-section3 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.icc-section3 h2 {
  font-size: 24px;
}
.icc-section3 .text-centered {
  max-width: 550px;
  margin-bottom: 20px;
}
.icc-section3 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-top: 75px;
  position: relative;
  margin-top: 30px;
}
.icc-section3 h3:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background: #7f64b5;
}
@media (max-width: 480px) {
  .icc-section3 h3 {
    padding-top: 65px;
  }
  .icc-section3 h3:before {
    width: 45px;
    height: 45px;
  }
}
.icc-section3 .row > div:nth-child(1) h3:before {
  background: url('../img/img-icc1.png') no-repeat center;
  background-size: 100%;
}
.icc-section3 .row > div:nth-child(2) h3:before {
  background: url('../img/img-icc2.png') no-repeat center;
  background-size: 100%;
}
.icc-section3 .row > div:nth-child(3) h3:before {
  background: url('../img/img-icc3.png') no-repeat center;
  background-size: 100%;
}
.icc2 .instant-conference h1 {
  font-size: 30px;
}
.icc2 .icc-section1 {
  background: #f4f8f9;
}
.icc2 .icc-section2 {
  background: #ecf1f2;
}
/*////====== FAQ STYLES =====////*/
.faq-title {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.faq-title h1 {
  color: #7f64b5;
  font-size: 32px;
  margin-bottom: 20px;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 480px) {
  .faq-title h1 {
    font-size: 28px;
  }
}
.faq-title h1:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/img-faq.png') no-repeat center center;
  background-size: 100%;
}
.faq-title p {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.faq-text {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
@media (max-width: 440px) {
  .faq-text .row > div {
    width: 100%;
  }
}
.faq-text .faq-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e6e7;
}
.faq-text .faq-item h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.faq-categories > h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.faq-categories ul {
  margin-top: 20px;
}
.faq-categories ul li {
  margin-bottom: 10px;
}
.faq-categories ul li a {
  color: #7c8a98;
}
.faq-categories ul li a:hover {
  color: #0db4e3;
  text-decoration: none;
}
.faq-categories ul li.active a {
  color: #0db4e3;
}
.video-tour-item h1 {
  margin-bottom: 10px;
  font-size: 32px;
  position: relative;
}
@media (max-width: 480px) {
  .video-tour-item h1 {
    font-size: 28px;
  }
}
.video-tour-item .lead {
  font-size: 18px;
}
@media (max-width: 480px) {
  .video-tour-item .lead {
    font-size: 18px;
  }
}
.video-tour-item .embed-responsive {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*////====== CONTACT US STYLES =====////*/
.contact-us-form {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-us-form h1 {
  font-size: 46px;
  color: #53535b;
}
@media (max-width: 767px) {
  .contact-us-form h1 {
    font-size: 30px;
  }
}
.contact-us-form p {
  max-width: 600px;
}
.contact-us-form form p {
  font-size: 14px;
}
.contact-us-form .form-control {
  background: #fff;
  border-color: #dfe3e9;
}
.contact-us-form .form-control:before,
.contact-us-form .form-control:after {
  content: " ";
  display: table;
}
.contact-us-form .form-control:after {
  clear: both;
}
.contact-us-form .form-control:before,
.contact-us-form .form-control:after {
  content: " ";
  display: table;
}
.contact-us-form .form-control:after {
  clear: both;
}
.contact-us-form .form-control:before,
.contact-us-form .form-control:after {
  content: " ";
  display: table;
}
.contact-us-form .form-control:after {
  clear: both;
}
.contact-us-form .form-control:before,
.contact-us-form .form-control:after {
  content: " ";
  display: table;
}
.contact-us-form .form-control:after {
  clear: both;
}
.contact-us-form label {
  color: #53535b;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact-us-form .form-group .row > div {
    margin-top: 20px;
  }
}
.contact-us-form .text-lg {
  font-size: 24px;
  line-height: 1;
  color: #38454f;
}
@media (max-width: 767px) {
  .contact-us-form .text-lg {
    font-size: 16px;
  }
  .contact-us-form .text-lg img {
    max-height: 16px;
  }
}
.contact-infos {
  margin-top: 40px;
  margin-bottom: 20px;
}
.contact-info {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.contact-info:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 5px;
  position: absolute;
  top: 0px;
  left: 0;
}
.contact-info:nth-child(1):before {
  background: url('../img/icon-contact1.png') no-repeat center center;
  background-size: 100%;
}
.contact-info:nth-child(2):before {
  background: url('../img/icon-contact2.png') no-repeat center center;
  background-size: 100%;
}
.contact-info:nth-child(3):before {
  background: url('../img/icon-contact3.png') no-repeat center center;
  background-size: 100%;
}
.contact-selection {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact-selection {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.contact-select {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-select {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.contact-select input[type="radio"] {
  display: none;
}
.contact-select input[type="radio"] + label {
  width: 100%;
  font-weight: normal;
}
.contact-select input[type="radio"] + label span {
  display: block;
  min-height: 100px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #dfe3e9;
  posistion: relative;
  z-index: 9;
}
.contact-select input[type="radio"]:checked + label span {
  border: 1px solid #7f64b5;
}
.contact-select input[type="radio"] + label span,
.contact-select input[type="radio"]:checked + label span {
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.contact-select:nth-child(1) .contact-select-text:before {
  background: url('../img/icon-contact4.png') no-repeat center center;
  background-size: 100%;
}
.contact-select:nth-child(2) .contact-select-text:before {
  background: url('../img/icon-contact5.png') no-repeat center center;
  background-size: 100%;
}
.contact-select-text {
  position: absolute;
  top: 32px;
  left: 75px;
  right: auto;
  bottom: 40px;
  z-index: 2;
}
@media (max-width: 480px) {
  .contact-select-text {
    max-width: 220px;
  }
}
.contact-select-text:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -45px;
}
.contact-select-text h3 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 5px;
}
.contact-select-text p {
  line-height: 1;
}
.contact-modal .modal-header {
  border: none;
}
.contact-modal .modal-body {
  text-align: center;
}
.contact-modal .modal-body h3 {
  color: #7f64b5;
  font-size: 32px;
  padding-top: 70px;
  position: relative;
}
.contact-modal .modal-body h3:before {
  content: "";
  display: block;
  width: 85px;
  height: 59px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-contact-modal.png') no-repeat center center;
  background-size: 100%;
}
.contact-modal .modal-body .btn {
  margin-top: 10px;
  margin-bottom: 40px;
}
.contact-modal .modal-body .modal-foot-contact {
  background: #EDF3F5;
  padding: 40px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contact-modal .modal-body .modal-foot-contact-text {
  padding-top: 40px;
  position: relative;
}
.contact-modal .modal-body .modal-foot-contact-text:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-rcc-pricing2.png') no-repeat center center;
  background-size: 100%;
}
.contact-modal .modal-body .modal-foot-contact-phone {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.contact-modal .modal-body .modal-foot-contact-email {
  font-size: 18px;
}
.contact-us-map {
  height: 430px;
  background: #3d3d45 url('../img/bg-contactus.jpg') no-repeat center;
  background-size: cover;
}
/*////====== AFFILIATE PROGRAM STYLES =====////*/
.hero-affiliate-program {
  background: #7f64b5 url('../img/bg-affiliate-program.jpg') no-repeat center center;
  background-size: cover;
  height: 650px;
}
@media (max-width: 767px) {
  .hero-affiliate-program {
    height: 500px;
  }
}
.hero-affiliate-program .hero-text {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  left: 0;
  right: 0;
  top: 180px;
}
@media (max-width: 767px) {
  .hero-affiliate-program .hero-text {
    top: 100px;
  }
  .hero-affiliate-program .hero-text img {
    max-width: 110px;
  }
}
.hero-affiliate-program .hero-text img {
  margin-bottom: 20px;
}
.hero-affiliate-program .hero-text .affiliatte-login-signup a {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.hero-affiliate-program .hero-text .affiliatte-login-signup .horizontal-div {
  display: inline-block;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  height: 26px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: 10px;
}
.affiliate-program-section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.affiliate-program-section h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-top: 90px;
  position: relative;
}
.affiliate-program-section h3:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .affiliate-program-section h3 {
    padding-top: 70px;
  }
  .affiliate-program-section h3:before {
    max-width: 45px;
  }
}
.affiliate-program-section .row > div {
  margin-bottom: 20px;
}
.affiliate-program-section .row > div:nth-child(1) h3:before {
  width: 76px;
  height: 59px;
  background: url('../img/icon-affiliate-program1.png') no-repeat center center;
  background-size: 100%;
}
.affiliate-program-section .row > div:nth-child(2) h3:before {
  width: 76px;
  height: 76px;
  background: url('../img/icon-affiliate-program2.png') no-repeat center center;
  background-size: 100%;
}
.affiliate-program-section .row > div:nth-child(3) h3:before {
  width: 61px;
  height: 71px;
  background: url('../img/icon-affiliate-program3.png') no-repeat center center;
  background-size: 100%;
}
.affiliate-program-section .affiliate-program-testimony {
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.affiliate-program-section .affiliate-program-testimony blockquote {
  padding-top: 23px;
  position: relative;
}
.affiliate-program-section .affiliate-program-testimony blockquote:before {
  content: "";
  display: block;
  width: 23px;
  height: 18px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/bg-quote.png') no-repeat center center;
}
.affiliate-program-section .affiliate-program-testimony q {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}
.affiliate-program-section .affiliate-program-testimony p {
  margin-top: 10px;
  color: #38454f;
  font-size: 18px;
}
/*////====== AFFILIATE PROGRAM STYLES =====////*/
.hero-personalized-greetings {
  background: #7f64b5 url('../img/bg-personalized-greetings.png') no-repeat;
  background-position: top 50% right 25%;
  height: 730px;
}
@media (max-width: 991px) {
  .hero-personalized-greetings {
    background-size: 300px;
    background-position: top 50% right 10%;
  }
}
@media (max-width: 767px) {
  .hero-personalized-greetings {
    height: 560px;
    background-size: 250px;
    background-position: top 50% right 20px;
  }
  .hero-personalized-greetings ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .hero-personalized-greetings {
    height: 520px;
    width: 100%;
    background-size: 170px;
    background-position: top 90px center;
  }
}
@media (max-width: 480px) {
  .hero-personalized-greetings .hero-text {
    margin-top: 100px;
  }
}
.personalized-greetings-section {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .personalized-greetings-section {
    padding-top: 80px;
    padding-bottom: 300px;
  }
}
.personalized-greetings-section-bg {
  width: 800px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 50%;
  bottom: 0;
  background: url('../img/bg-personalized-greetings-section.jpg') no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .personalized-greetings-section-bg {
    top: auto;
    right: auto;
    bottom: 0;
    height: 300px;
    width: 100%;
  }
}
.personalized-greetings-section-text {
  background: #fff;
  padding-top: 160px;
  padding-bottom: 120px;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .personalized-greetings-section-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .personalized-greetings-section-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
.personalized-greetings-section-text h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
}
.personalized-greetings-section-text h3:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
.personalized-greetings-section-text h3:nth-child(1):before {
  background: url('../img/icon-personalized-greetings1.png') no-repeat center center;
  background-size: 100%;
}
.personalized-greetings-section-text h3:nth-child(3):before {
  background: url('../img/icon-personalized-greetings2.png') no-repeat center center;
  background-size: 100%;
}
.personalized-greetings-section-text p {
  margin-bottom: 40px;
}
.personalized-greetings-section2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F3F7F9;
}
@media (max-width: 767px) {
  .personalized-greetings-section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .personalized-greetings-section2 .row > div {
    width: 100%;
  }
}
.personalized-greetings-section2 h3 {
  font-size: 24px;
  color: #38454f;
}
.personalized-greetings-section2 img {
  margin-top: 30px;
  margin-left: 20%;
}
/*////====== PRICING STYLES =====////*/
@media (min-width: 768px) {
  .the-plans .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .the-plans .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .the-plans .row > div .well {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.the-pricing-section1 {
  background: #97cbd6 url('../img/bg-pricing.jpg') no-repeat bottom center;
  background-size: cover;
  color: #fff;
  height: 800px;
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .the-pricing-section1 {
    height: auto;
    padding-bottom: 40px;
    background-size: 200%;
  }
}
@media (max-width: 767px) {
  .the-pricing-section1 {
    padding-top: 50px;
  }
}
.the-pricing-section1 h1 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #fff;
}
.the-pricing-section1 .pricing-toggle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.the-pricing-section1 .pricing-toggle .tgl-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px!important;
}
@media (min-width: 480px) {
  .the-pricing-section1 .pricing-toggle .tgl-btn {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 15px;
  }
}
.the-pricing-section1 .well {
  background: #fff;
  color: #7c8a98;
  padding: 35px;
}
.the-pricing-section1 .well h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #53535b;
  margin-bottom: 25px;
}
.the-pricing-section1 .well h4 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 25px;
  color: #0db4e3;
}
.the-pricing-section1 .well h4 span {
  display: block;
  font-size: 16px;
}
.the-pricing-section1 .well h4.purple {
  color: #7f64b5;
}
.the-pricing-section1 .well p {
  font-size: 16px;
}
.the-pricing-section1 .well p span {
  color: #38454f;
}
.the-pricing-section1 .well p.unlimited {
  margin-bottom: 10px;
  line-height: 1.2!important;
}
.the-pricing-section1 .well p.unlimited a {
  line-height: 1.2;
}
.the-pricing-section1 .well .btn {
  padding: 10px 40px;
  max-width: 200px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .the-pricing-section1 .well .btn {
    padding: 8px 20px;
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .the-pricing-section1 .the-plans .row > div {
    width: 100%;
    margin-left: 0;
  }
}
.the-pricing-new .the-pricing-section1 {
  background: #f8fafb;
  position: relative;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  height: auto;
  z-index: 2;
  color: #7c8a98;
  overflow: hidden;
}
.the-pricing-new .the-pricing-section1:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1894px;
  height: 284px;
  background: url('../img/bg-table3.png') no-repeat center;
  background-size: cover;
  position: absolute;
  margin: auto!important;
  bottom: -30px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .the-pricing-new .the-pricing-section1 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .the-pricing-new .the-pricing-section1 {
    padding-top: 50px;
  }
}
.the-pricing-new .the-pricing-section1 h1 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #38454f;
}
.the-pricing-new .the-pricing-section1 .pricing-toggle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.the-pricing-new .the-pricing-section1 .pricing-toggle .cc-label {
  color: #0db4e3;
}
.the-pricing-new .the-pricing-section1 .pricing-toggle.wm-active .cc-label {
  color: #7c8a98;
}
.the-pricing-new .the-pricing-section1 .pricing-toggle.wm-active .wm-label {
  color: #7f64b5;
}
.the-pricing-new .the-pricing-section1 .well {
  background: #fff;
  color: #7c8a98;
  padding: 35px;
  padding-top: 50px;
  -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .the-pricing-new .the-pricing-section1 .well {
    padding: 25px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .the-pricing-new .the-pricing-section1 .well {
    padding-bottom: 90px;
  }
  .the-pricing-new .the-pricing-section1 .well .btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .the-pricing-new .the-pricing-section1 .well {
    padding-bottom: 100px;
  }
  .the-pricing-new .the-pricing-section1 .well .btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 35px;
  }
}
.the-pricing-new .the-pricing-section1 .well h3 {
  font-size: 18px;
  font-weight: 400;
  color: #38454f;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .the-pricing-new .the-pricing-section1 .well h3 {
    font-size: 16px;
  }
}
.the-pricing-new .the-pricing-section1 .well h4 {
  font-size: 54px;
  line-height: 1;
  margin-bottom: 30px;
  color: #0db4e3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .the-pricing-new .the-pricing-section1 .well h4 {
    font-size: 44px;
  }
}
.the-pricing-new .the-pricing-section1 .well h4 span {
  display: inline-block;
  font-size: 16px;
  color: #7c8a95;
  margin-top: 10px;
}
.the-pricing-new .the-pricing-section1 .well h4.purple {
  color: #7f64b5;
}
.the-pricing-new .the-pricing-section1 .well p {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .the-pricing-new .the-pricing-section1 .well p {
    font-size: 14px;
  }
}
.the-pricing-new .the-pricing-section1 .well p span {
  color: #38454f;
}
.the-pricing-new .the-pricing-section1 .well p.unlimited {
  margin-bottom: 20px;
  color: #38454f;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .the-pricing-new .the-pricing-section1 .well p.unlimited {
    height: 50px;
    line-height: 50px;
  }
}
.the-pricing-new .the-pricing-section1 .well p.price-info a {
  display: inline-block;
  border-bottom: 1px solid #0db4e3;
  line-height: 1;
}
.the-pricing-new .the-pricing-section1 .well p.price-info a:hover,
.the-pricing-new .the-pricing-section1 .well p.price-info a:focus,
.the-pricing-new .the-pricing-section1 .well p.price-info a:active {
  text-decoration: none;
}
.the-pricing-new .the-pricing-section1 .well .select-control {
  margin-bottom: 20px;
}
.the-pricing-new .the-pricing-section1 .well .select-control select {
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .the-pricing-new .the-pricing-section1 .well .select-control select {
    font-size: 14px;
  }
}
.the-pricing-new .the-pricing-section1 .well .btn {
  padding: 10px 40px;
  max-width: 200px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .the-pricing-new .the-pricing-section1 .well .btn {
    padding: 8px 20px;
    width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .the-pricing-new .the-pricing-section1 .well .btn {
    min-width: 200px;
  }
}
.the-pricing-new .the-pricing-section1 .well.popular,
.the-pricing-new .the-pricing-section1 .well.wm-popular {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}
.the-pricing-new .the-pricing-section1 .well.popular:before,
.the-pricing-new .the-pricing-section1 .well.wm-popular:before {
  content: "Most Popular";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.the-pricing-new .the-pricing-section1 .well.popular {
  border-top: 2px solid #7f64b5;
}
.the-pricing-new .the-pricing-section1 .well.popular:before {
  color: #7f64b5;
}
.the-pricing-new .the-pricing-section1 .well.wm-popular {
  border-top: 2px solid #0db4e3;
}
.the-pricing-new .the-pricing-section1 .well.wm-popular:before {
  color: #0db4e3;
}
.the-pricing-new .the-pricing-section1 .the-plans {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .the-pricing-new .the-pricing-section1 .the-plans .row > div {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.the-pricing-new .the-pricing-section1 .container-fluid > p {
  position: relative;
  z-index: 3;
}
.the-pricing-new .tgl-light + .tgl-btn {
  background: #e1f2f7;
  border-radius: 28px;
}
.the-pricing-new .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #0db4e3;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(128, 128, 131, 0.3);
          box-shadow: 0px 1px 3px 0px rgba(128, 128, 131, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.the-pricing-new .tgl-light:checked + .tgl-btn {
  background: #e7e7f2;
}
.the-pricing-new .tgl-light:checked + .tgl-btn:after {
  background: #7f64b5;
}
.the-pricing-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.the-pricing-section2 .row > div {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .the-pricing-section2 .row > div {
    margin-left: 0;
    width: 100%;
  }
}
.the-pricing-section2 ul {
  margin-bottom: 20px;
}
.the-pricing-section2 ul li {
  margin-bottom: 10px;
}
.the-pricing-section2 h3 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 5px;
  font-weight: normal;
}
.the-pricing-section2 .well {
  margin-bottom: 0;
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .the-pricing-section2 .well {
    min-height: 115px;
  }
}
.the-pricing-section2 .well p {
  line-height: 1.4;
  font-size: 14px;
}
.the-pricing-section2 .well img {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .the-pricing-section2 .well img {
    max-width: 30px;
  }
}
.the-pricing-section2 .well h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 5px;
}
.the-pricing-section2 .well a {
  font-size: 18px;
}
.the-pricing-section4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.the-pricing-section4 .row > div {
  min-height: 120px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .the-pricing-section4 .row > div {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  .the-pricing-section4 .row > div {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .the-pricing-section4 .row > div {
    width: 100%;
    min-height: 80px;
    margin-bottom: 15px;
  }
}
.the-pricing-section4 .row > div:nth-child(1) h3:before {
  background: url('../img/icon-oac4.png') no-repeat center center;
  background-size: 100%;
}
.the-pricing-section4 .row > div:nth-child(2) h3:before {
  background: url('../img/icon-pricing1.png') no-repeat center center;
  background-size: 100%;
}
.the-pricing-section4 .row > div:nth-child(3) h3:before {
  background: url('../img/icon-pricing2.png') no-repeat center center;
  background-size: 100%;
}
.the-pricing-section4 .row > div:nth-child(4) h3:before {
  background: url('../img/icon-personalized-greetings2.png') no-repeat center center;
  background-size: 100%;
}
.the-pricing-section4 .row > div:nth-child(5) h3:before {
  background: url('../img/icon-pricing3.png') no-repeat center center;
  background-size: 100%;
}
.the-pricing-section4 .row > div:nth-child(6) h3:before {
  background: url('../img/icon-pricing4.png') no-repeat center center;
  background-size: 100%;
}
.the-pricing-section4 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.the-pricing-section4 h3:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.rates-countries-modal .modal-body {
  padding: 0;
  padding-top: 20px;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
  padding-top: 63px;
}
.rates-countries-modal .modal-body .modal-header {
  position: fixed;
  top: 0;
  left: 1px;
  right: 1px;
  background: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: none;
  z-index: 999;
  padding: 0;
  padding-top: 25px;
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
.rates-countries-modal .modal-body .modal-header .close {
  position: absolute;
  top: 8px;
  right: 12px;
  float: none;
}
.rates-countries-modal .modal-body .modal-header .table {
  margin-bottom: 0;
}
.rates-countries-modal .modal-body .modal-header .table thead tr th {
  line-height: 1.2;
}
@media (max-width: 480px) {
  .rates-countries-modal .modal-body .modal-header .table thead tr th {
    font-size: 10px;
  }
  .rates-countries-modal .modal-body .modal-header .table thead tr th .flag {
    max-width: 5px;
  }
}
@media (max-width: 480px) {
  .rates-countries-modal .modal-body .modal-header .table thead tr th:nth-child(1) {
    padding-left: 15px!important;
  }
}
.rates-countries-modal .modal-body .modal-header .table thead tr th:nth-child(2),
.rates-countries-modal .modal-body .modal-header .table thead tr th:nth-child(3) {
  width: 130px;
}
@media (max-width: 480px) {
  .rates-countries-modal .modal-body .modal-header .table thead tr th:nth-child(2),
  .rates-countries-modal .modal-body .modal-header .table thead tr th:nth-child(3) {
    width: 100px;
  }
}
.rates-countries-modal .modal-body .table {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .rates-countries-modal .modal-body .table tbody tr td {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .rates-countries-modal .modal-body .table tbody tr td:nth-child(1) {
    padding-left: 15px!important;
  }
}
.rates-countries-modal .modal-body .table tbody tr td:nth-child(2),
.rates-countries-modal .modal-body .table tbody tr td:nth-child(3) {
  width: 125px;
}
@media (max-width: 480px) {
  .rates-countries-modal .modal-body .table tbody tr td:nth-child(2),
  .rates-countries-modal .modal-body .table tbody tr td:nth-child(3) {
    width: 90px;
  }
}
.pricing-countries-modal .modal-content {
  border-radius: 0;
}
.pricing-countries-modal .modal-body {
  padding: 0;
  border-radius: 0;
}
.pricing-countries-modal .modal-body h2 {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  height: 48px;
  background: #f4f8f9;
  line-height: 48px;
}
.pricing-countries-modal .modal-body .table {
  margin-bottom: 0;
  border-color: #e3ecee!important;
}
.pricing-countries-modal .modal-body .table tbody tr td {
  padding: 15px 20px;
  border-color: #e3ecee!important;
  border-top: 1px solid #e3ecee;
  color: #38454f;
}
.pricing-countries-modal .modal-body .table .flag {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.pricing-countries-modal .modal-close {
  padding: 20px 30px;
  text-align: right;
}
.pricing-countries-modal .modal-close .btn {
  padding: 10px 30px;
}
.tgl {
  display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 60px;
  height: 28px;
  margin-bottom: 0 !important;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-light + .tgl-btn {
  background: #0db4e3;
  border-radius: 28px;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(128, 128, 131, 0.3);
          box-shadow: 0px 1px 3px 0px rgba(128, 128, 131, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #7f64b5;
}
.select-control select {
  height: 42px;
}
@media (min-width: 768px) {
  .select-control select {
    height: 50px;
  }
}
.select-control {
  border-color: #dfe3e9;
  border-radius: 4px;
}
.select-caret {
  position: relative;
  display: block;
  width: 14px;
  height: 7px;
}
.select-caret:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 7px solid #9ba5ad;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-radius: 5px;
}
.select-control {
  padding: 0;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
}
.select-control .select-caret {
  position: absolute;
  top: 45%;
  right: 15px;
  z-index: -1;
}
.select-control select {
  font-size: 16px;
  padding: 0 15px;
  padding-right: 35px;
  width: 100%;
  color: #38454f;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-control select:hover {
  cursor: pointer !important;
}
.select-control select:focus,
.select-control select:active {
  outline: none !important;
}
.pricing_new {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f2fcff));
  background-image: linear-gradient(to top, #fff, #f2fcff);
  padding-top: 100px;
}
.pricing_new--header {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pricing_new--header {
    padding-top: 10px;
  }
}
.pricing_new--header h1 {
  font-size: 32px;
  line-height: 1.31;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.pricing_new .pricing-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.pricing_new .pricing-toggle p {
  margin-bottom: 0;
  color: #38454f;
  font-size: 14px;
}
.pricing_new .pricing-toggle p span {
  color: #7c8a98;
}
.pricing_new .pricing-toggle .tgl-btn {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .pricing_new .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .pricing_new .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.pricing_new .price-card {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 50px 0 rgba(8, 42, 62, 0.05);
          box-shadow: 0 20px 50px 0 rgba(8, 42, 62, 0.05);
  padding: 30px 20px;
  padding-bottom: 100px!important;
  margin-bottom: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing_new .price-card:hover {
  -webkit-box-shadow: 0 20px 50px 10px rgba(8, 42, 62, 0.1);
          box-shadow: 0 20px 50px 10px rgba(8, 42, 62, 0.1);
}
@media (min-width: 1200px) {
  .pricing_new .price-card {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing_new .price-card {
    padding: 30px 20px;
  }
}
.pricing_new .price-card > h3 {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing_new .price-card > h3 {
    font-size: 16px;
  }
}
.pricing_new .price-card > p {
  line-height: 1.3;
  min-height: 54px;
}
.pricing_new .price-card.--anual .the-pricing {
  color: #7f64b5;
}
.pricing_new .price-card.--anual .btn-blue {
  background-color: #7f64b5;
}
.pricing_new .price-card.--anual .btn-blue:hover,
.pricing_new .price-card.--anual .btn-blue:focus,
.pricing_new .price-card.--anual .btn-blue:active {
  background-color: #654a9c;
}
.pricing_new .price-card .the-pricing {
  color: #0db4e3;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing_new .price-card .the-pricing .the-price {
  display: inline-block;
}
.pricing_new .price-card .the-pricing .the-price em {
  font-size: 24px;
  font-style: normal;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .pricing_new .price-card .the-pricing {
    min-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing_new .price-card .the-pricing {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .pricing_new .price-card .the-pricing > span {
    font-size: 14px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing_new .price-card .the-pricing {
    font-size: 30px;
    letter-spacing: -2px;
  }
  .pricing_new .price-card .the-pricing > span {
    font-size: 12px!important;
  }
}
.pricing_new .price-card .the-pricing.--enterprise > img {
  max-width: 45px;
  height: auto;
  margin-right: 10px;
}
.pricing_new .price-card .the-pricing.--enterprise > span {
  display: inline-block;
  max-width: 60px;
  line-height: 1;
}
.pricing_new .price-card .the-pricing > span {
  color: #38454f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
}
.pricing_new .price-card .pricing-participants {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.pricing_new .price-card .pricing-participants p {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 0;
}
.pricing_new .price-card .pricing-participants .form-control {
  height: 46px;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 50px 0 rgba(8, 42, 62, 0.05);
          box-shadow: 0 20px 50px 0 rgba(8, 42, 62, 0.05);
  border: solid 1px #e6ebf0;
}
.pricing_new .price-card hr {
  margin-left: -30px;
  margin-right: -30px;
  border-color: #eff3f7;
  margin-top: 25px;
  margin-bottom: 25px;
}
.pricing_new .price-card ul {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pricing_new .price-card ul {
    min-height: 135px;
  }
  .pricing_new .price-card ul.--no-af {
    margin-bottom: 48px;
  }
}
.pricing_new .price-card ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pricing_new .price-card ul li span {
  margin-right: 10px;
}
.pricing_new .price-card ul li a {
  color: #0db4e3;
}
.pricing_new .price-card ul li a:hover,
.pricing_new .price-card ul li a:focus,
.pricing_new .price-card ul li a:active {
  color: #0db4e3;
  text-decoration: none;
}
.pricing_new .price-card .advance-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0db4e3;
  font-size: 16px;
}
.pricing_new .price-card .advance-features:hover,
.pricing_new .price-card .advance-features:focus,
.pricing_new .price-card .advance-features:active {
  color: #0db4e3;
  text-decoration: none;
}
.pricing_new .price-card .advance-features:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url('../img/icon-plus.svg') no-repeat center;
  background-size: 14px;
  margin-right: 10px;
}
.pricing_new .price-card > .btn {
  border-radius: 3px!important;
  border: none;
  font-weight: normal;
  padding: 14px 20px!important;
  width: auto;
  position: absolute;
  margin: auto;
  left: 20px;
  right: 20px;
  bottom: 30px;
}
@media (min-width: 1200px) {
  .pricing_new .price-card > .btn {
    left: 30px;
    right: 30px;
  }
}
.pricing_new .price-card > .btn.btn-dark {
  background-color: #38454f;
}
.pricing_new .price-card > .btn.btn-dark:hover,
.pricing_new .price-card > .btn.btn-dark:focus,
.pricing_new .price-card > .btn.btn-dark:active {
  background-color: #232b31;
}
.the-pricing-section2.--pricing_new .the-heading {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
}
.the-pricing-section2.--pricing_new .the-heading:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #7f64b5;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.the-pricing-section2.--pricing_new .the-heading h2 {
  margin-bottom: 10px;
}
.the-pricing-section2.--pricing_new .row .list-check {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .the-pricing-section2.--pricing_new .row .list-check {
    margin-bottom: 80px;
  }
}
.the-pricing-section2.--pricing_new .row .list-check li {
  color: #38454f;
  margin-bottom: 25px;
}
.the-pricing-section2.--pricing_new .row h3 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .the-pricing-section2.--pricing_new .row-wells {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.the-pricing-section2.--pricing_new .row-wells .well {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%!important;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 20px 50px 10px rgba(8, 42, 62, 0.05);
          box-shadow: 0 20px 50px 10px rgba(8, 42, 62, 0.05);
}
.the-pricing-section2.--pricing_new .row-wells .well h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.the-pricing-section2.--pricing_new .row-wells .well h4 + p {
  margin-top: 10px;
}
.the-pricing-section2.--pricing_new .row-wells .well p {
  font-size: 16px;
}
.price-card .popover {
  background-color: #0db4e3;
}
.price-card .popover.top > .arrow {
  border-top-color: #0db4e3;
}
.price-card .popover.top > .arrow:after {
  border-top-color: #0db4e3;
}
.advance-features-popup {
  padding: 15px 10px 0 10px;
  color: #fff;
}
.advance-features-popup h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.advance-features-popup ul {
  margin-bottom: 0;
}
.advance-features-popup ul li {
  margin-bottom: 0;
  line-height: 1.2;
}
.advance-features-popup ul li:last-child {
  margin-bottom: 0;
}
.pricing_new-toggle-wrap {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 560px) {
  .pricing_new-toggle-wrap {
    margin-top: 60px;
  }
}
.pricing_new-toggle-wrap .discount-img {
  width: auto;
  max-height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(160px) translateY(-50%);
          transform: translateX(160px) translateY(-50%);
}
@media (max-width: 560px) {
  .pricing_new-toggle-wrap .discount-img {
    top: -35px;
    -webkit-transform: rotate(-15deg) translateX(50px);
            transform: rotate(-15deg) translateX(50px);
    max-height: 30px;
  }
}
.pricing_new-toggle {
  text-align: center;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ececec;
  padding: 4px;
}
.pricing_new-toggle .pricing_new-toggle-option input {
  display: none;
  opacity: 0;
}
.pricing_new-toggle .pricing_new-toggle-option input:checked + label {
  color: #0db4e3;
  background: #fff;
}
.pricing_new-toggle .pricing_new-toggle-option input:checked#pricing-toggle-annual + label {
  color: #7f64b5;
}
.pricing_new-toggle .pricing_new-toggle-option label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 32px;
  border-radius: 17.5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #7c8a98;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .pricing_new-toggle .pricing_new-toggle-option label {
    width: 145px;
  }
}
.pricing_new2 {
  padding-top: 100px;
}
.pricing_new2--header {
  text-align: left;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .pricing_new2--header {
    padding-top: 40px;
  }
}
@media (min-width: 900px) {
  .pricing_new2--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 899px) {
  .pricing_new2--header-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.pricing_new2--header-text h1 {
  font-size: 32px;
  line-height: 1.31;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.pricing_new2--header-text p {
  margin-bottom: 0;
}
@media (max-width: 899px) {
  .pricing_new2--header .pricing-toggle {
    width: 335px;
    margin: 0 auto;
  }
}
.pricing_new2 .pricing-cards {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pricing_new2 .pricing-cards {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .pricing_new2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }
  .pricing_new2 .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.pricing_new2 .price-card {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 50px 10px rgba(8, 42, 62, 0.05);
          box-shadow: 0 20px 50px 10px rgba(8, 42, 62, 0.05);
  padding: 30px 20px;
  margin-bottom: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing_new2 .price-card:hover {
  -webkit-box-shadow: 0 20px 50px 10px rgba(8, 42, 62, 0.1);
          box-shadow: 0 20px 50px 10px rgba(8, 42, 62, 0.1);
}
@media (min-width: 768px) {
  .pricing_new2 .price-card {
    height: 100%;
    padding-bottom: 80px!important;
  }
}
@media (min-width: 1200px) {
  .pricing_new2 .price-card {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing_new2 .price-card {
    padding: 30px 20px;
  }
}
.pricing_new2 .price-card.--anual .the-pricing {
  color: #7f64b5;
}
.pricing_new2 .price-card.--anual .btn-blue {
  background-color: #7f64b5;
}
.pricing_new2 .price-card.--anual .btn-blue:hover,
.pricing_new2 .price-card.--anual .btn-blue:focus,
.pricing_new2 .price-card.--anual .btn-blue:active {
  background-color: #654a9c;
}
.pricing_new2 .price-card > h3 {
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing_new2 .price-card > h3 {
    font-size: 16px;
  }
}
.pricing_new2 .price-card > p {
  line-height: 1.3;
  min-height: 54px;
}
.pricing_new2 .price-card .the-pricing {
  color: #38454f;
  font-size: 54px;
  font-weight: normal;
  letter-spacing: -2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing_new2 .price-card .the-pricing {
    font-size: 36px;
  }
}
.pricing_new2 .price-card .the-pricing .the-price {
  display: inline-block;
}
.pricing_new2 .price-card .the-pricing > span {
  font-size: 16px;
  display: block;
  color: #7c8a98;
  font-weight: normal;
  letter-spacing: normal;
}
.pricing_new2 .price-card .the-pricing > span.custom-pricing {
  margin-top: 20px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #0db4e3;
  height: 55px;
  border-radius: 8px;
  border: dashed 2px #0db4e3;
}
.pricing_new2 .price-card .pricing-participants {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .pricing_new2 .price-card .pricing-participants {
    margin-bottom: 20px;
    height: auto;
  }
}
.pricing_new2 .price-card .pricing-participants p {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 0;
  line-height: 1.2;
}
.pricing_new2 .price-card .pricing-participants .form-control {
  height: 46px;
  border-radius: 4px;
  -webkit-box-shadow: 0 20px 50px 0 rgba(8, 42, 62, 0.05);
          box-shadow: 0 20px 50px 0 rgba(8, 42, 62, 0.05);
  border: solid 1px #e6ebf0;
}
.pricing_new2 .price-card > .btn {
  border-radius: 3px!important;
  border: none;
  font-weight: normal;
  padding: 14px 20px!important;
  width: auto;
}
@media (max-width: 767px) {
  .pricing_new2 .price-card > .btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .pricing_new2 .price-card > .btn {
    position: absolute;
    margin: auto;
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .pricing_new2 .price-card > .btn {
    left: 30px;
    right: 30px;
  }
}
.pricing_new2 .price-card > .btn.btn-dark {
  background-color: #38454f;
}
.pricing_new2 .price-card > .btn.btn-dark:hover,
.pricing_new2 .price-card > .btn.btn-dark:focus,
.pricing_new2 .price-card > .btn.btn-dark:active {
  background-color: #232b31;
}
.pricing_new2 .pricing-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing_new2 .pricing-toggle p {
  margin-bottom: 0;
  color: #38454f;
  font-size: 14px;
}
.pricing_new2 .pricing-toggle p span {
  color: #7c8a98;
}
.pricing_new2 .pricing-toggle .tgl-btn {
  margin-left: 10px;
  margin-right: 10px;
}
.pricing_new2 .pricing-more-features {
  text-align: left;
}
.pricing_new2 .pricing-more-features > a {
  display: block;
  text-align: center;
}
.pricing_new2 .pricing-more-features > a:hover {
  color: #38454f;
  text-decoration: none;
}
.pricing_new2 .pricing-more-features > a:focus,
.pricing_new2 .pricing-more-features > a:active {
  color: #0db4e3;
  text-decoration: none;
}
.pricing_new2 .pricing-more-features > a:after {
  content: "–";
}
.pricing_new2 .pricing-more-features > a.collapsed:after {
  content: "+";
}
.pricing_new2 .pricing-more-features .pricing-more-features-inner {
  padding-top: 20px;
}
.pricing_new2 .pricing-more-features .pricing-feature-set {
  margin-bottom: 30px;
}
.pricing_new2 .pricing-more-features .pricing-feature-set:last-child {
  margin-bottom: 0;
}
.pricing_new2 .pricing-more-features .pricing-feature-set h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.pricing_new2 .pricing-more-features .pricing-feature-set ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.pricing_new2 .pricing-more-features .pricing-feature-set .pricing-check {
  display: block;
  width: 16px;
  height: 12px;
  background: url('../img/icon-check.svg') no-repeat center;
  background-size: 16px 12px;
  text-indent: -9999999px;
  font-size: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.pricing_new--features {
  margin-bottom: 40px;
}
.pricing_new--features .table {
  table-layout: fixed;
}
.pricing_new--features .table thead tr th {
  padding: 20px 10px;
}
.pricing_new--features .table thead tr th:first-child {
  font-size: 16px;
  font-weight: 500;
  width: 30%;
  padding-left: 30px;
}
.pricing_new--features .table thead tr th:last-child {
  padding-right: 30px;
}
.pricing_new--features .table tbody tr:nth-child(odd) {
  background: #f8fbfd;
}
.pricing_new--features .table tbody tr td {
  border-top: 1px solid #eaeef1;
  color: #38454f;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
.pricing_new--features .table tbody tr td:first-child {
  text-align: left;
  padding-left: 30px;
}
.pricing_new--features .table tbody tr td:last-child {
  padding-right: 30px;
}
.pricing_new--features .table tbody tr td a {
  text-decoration: underline;
  color: #38454f;
}
.pricing_new--features .pricing-table-plans {
  text-align: center;
}
.pricing_new--features .pricing-table-plans h4 {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 16px;
}
.pricing_new--features .pricing-table-plans p {
  font-size: 14px;
  font-weight: normal;
  color: #7c8a98;
  line-height: 1.2;
}
.pricing_new--features .pricing-table-plans a {
  font-size: 12px;
  font-weight: 500;
  color: #0db4e3;
  border-color: #dbe1e7;
}
.pricing_new--features .pricing-table-plans a:hover,
.pricing_new--features .pricing-table-plans a:focus,
.pricing_new--features .pricing-table-plans a:active {
  background-color: #dbe1e7;
}
.pricing_new--features .pricing-table-plans a.request-demo {
  color: #38454f!important;
}
.pricing_new--features .pricing-table-plans.--anual a {
  color: #7f64b5;
}
.pricing_new--features .pricing-table-check {
  display: block;
  width: 16px;
  height: 12px;
  background: url('../img/icon-check.svg') no-repeat center;
  background-size: 16px 12px;
  text-indent: -9999999px;
  font-size: 0;
  margin: 0 auto;
}
.pricing-modal-close {
  position: absolute;
  top: 12px;
  right: 20px;
}
/*////====== SERVICES STYLES =====////*/
.hero-services {
  background: #38454f url('../img/bg-services.jpg') no-repeat center top;
  background-size: cover;
  height: 730px;
}
@media (max-width: 1199px) {
  .hero-services {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-services {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-services {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .hero-services {
    height: 400px;
  }
}
.hero-services .hero-text {
  padding-top: 40px;
}
.services-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
.services-section1 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.services-section1 .btn {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .services-section1 .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
.services-section1 img {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .services-section1 img {
    max-width: 130px;
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .services-section1 .row > div:nth-child(2) {
    margin-top: 40px;
  }
}
.services-section1 .row > div:nth-child(2) img {
  padding-bottom: 10px;
}
.services-section2 {
  padding-top: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .services-section2 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.services-section2 h2 {
  font-size: 24px;
  color: #38454f;
}
.services-section2 img {
  position: absolute;
  bottom: -20px;
  left: 52%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .services-section2 img {
    left: 45%;
  }
}
@media (max-width: 767px) {
  .services-section2 img {
    position: relative;
    left: auto;
    right: -15%;
    bottom: -15px;
    margin-top: 20px;
  }
}
.services-section3 {
  padding-top: 80px;
  background: #f4f8f9;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .services-section3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .services-section3 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.services-section3 h2 {
  font-size: 24px;
  color: #38454f;
}
.services-section3 img {
  position: absolute;
  bottom: -20px;
  right: 55%;
}
@media (max-width: 1199px) {
  .services-section3 img {
    right: 55%;
  }
}
@media (max-width: 991px) {
  .services-section3 img {
    max-width: 70%;
    right: 55%;
  }
}
@media (max-width: 767px) {
  .services-section3 img {
    position: relative;
    right: auto;
    left: -15%;
    bottom: -15px;
    margin-top: 20px;
    max-width: 100%;
  }
}
.services-section4 {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .services-section4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .services-section4 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.services-section4 h2 {
  font-size: 24px;
  color: #38454f;
}
.services-section4 img {
  position: absolute;
  bottom: -40px;
  left: 45%;
}
@media (max-width: 1199px) {
  .services-section4 img {
    left: 35%;
  }
}
@media (max-width: 767px) {
  .services-section4 img {
    position: relative;
    left: auto;
    right: 0;
    bottom: -25px;
    margin-top: 20px;
    min-width: 150%;
  }
}
.services-section5 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
.services-section5 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.services-section5 .img-desktop {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services-section5 .img-desktop {
    max-width: 60%;
  }
}
.services-section5 .integration-icons {
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .services-section5 .integration-icons {
    margin-top: 82px;
  }
}
.services-section5 .integration-icons img {
  margin: 0 20px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  max-height: 110px;
}
@media (max-width: 480px) {
  .services-section5 .integration-icons img {
    max-height: 80px;
  }
}
.services-section6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services-section6 h2 {
  font-size: 24px;
  color: #38454f;
  text-align: center;
  margin-bottom: 30px;
}
.services-section6 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-left: 42px;
  position: relative;
}
.services-section6 h3:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  margin: auto;
  top: -10px;
  left: 0;
  background: #7f64b5;
}
.services-section6 .row > div {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .services-section6 .row > div {
    width: 100%;
  }
}
.services-section6 .row > div:nth-child(1) h3:before {
  background: url('../img/icon-screensharing3.png') no-repeat center center;
  background-size: 100%;
}
.services-section6 .row > div:nth-child(2) h3:before {
  background: url('../img/icon-services1.png') no-repeat center center;
  background-size: 100%;
}
.services-section6 .row > div:nth-child(3) h3:before {
  background: url('../img/icon-rcc-howitworks2.png') no-repeat center center;
  background-size: 100%;
}
.services-section6 .row > div:nth-child(4) h3:before {
  background: url('../img/icon-rcc-features12.png') no-repeat center center;
  background-size: 100%;
}
.services-section6 .row > div:nth-child(5) h3:before {
  background: url('../img/icon-services2.png') no-repeat center center;
  background-size: 100%;
}
.services-section6 .row > div:nth-child(6) h3:before {
  background: url('../img/icon-rcc-howitworks3.png') no-repeat center center;
  background-size: 100%;
}
/*////====== TOOL FREE STYLES =====////*/
.hero-toll-free {
  background: #38454f url('../img/bg-toll-free.jpg') no-repeat center top;
  background-size: cover;
  height: 730px;
}
@media (max-width: 1199px) {
  .hero-toll-free {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-toll-free {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-toll-free {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .hero-toll-free {
    height: 400px;
  }
}
.hero-toll-free .hero-text {
  padding-top: 40px;
}
.toll-free-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.toll-free-section1 .well {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.toll-free-section1 .well h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #53535b;
  margin-bottom: 25px;
}
.toll-free-section1 .well h4 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 25px;
  color: #0db4e3;
}
.toll-free-section1 .well h4 span {
  display: block;
  font-size: 16px;
}
.toll-free-section1 .well p {
  font-size: 16px;
  margin-bottom: 0;
}
.toll-free-section1 .well .btn {
  margin-top: 20px;
}
.toll-free-section1 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.toll-free-section1 .btn {
  margin-top: 10px;
}
.toll-free-section1 img {
  margin-bottom: 20px;
  max-height: 70px;
}
@media (max-width: 480px) {
  .toll-free-section1 img {
    max-height: 50px;
  }
}
.toll-free-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .toll-free-section2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.toll-free-section2:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 55%;
  width: 460px;
  height: 590px;
  background: url('../img/bg-us-can.png') no-repeat center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .toll-free-section2:before {
    display: none;
  }
}
.toll-free-section2 h2 {
  font-size: 24px;
  color: #38454f;
}
.toll-free-section3 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .toll-free-section3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .toll-free-section3 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.toll-free-section3:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 52%;
  width: 866px;
  height: 411px;
  background: url('../img/bg-rcc-map.png') no-repeat center right;
  background-size: 100%;
}
@media (max-width: 767px) {
  .toll-free-section3:before {
    display: none;
  }
}
.toll-free-section3 h2 {
  font-size: 24px;
  color: #38454f;
}
.toll-free-section4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
.toll-free-section4 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
}
.toll-free-section4 img {
  margin-bottom: 20px;
  max-height: 80px;
}
@media (max-width: 480px) {
  .toll-free-section4 img {
    max-height: 60px;
  }
}
/*////====== OUTLOOK PLUGIN STYLES =====////*/
.outlook-plugin-section1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .outlook-plugin-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .outlook-plugin-section1 img {
    margin-bottom: 40px;
    max-width: 130px;
  }
}
.outlook-plugin-section1 h1 {
  font-size: 32px;
  color: #38454f;
}
@media (max-width: 767px) {
  .outlook-plugin-section1 h1 {
    font-size: 28px;
  }
}
.outlook-plugin-section2 {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .outlook-plugin-section2 {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .outlook-plugin-section2 .col-sm-6 {
    padding-bottom: 5%;
  }
}
.outlook-plugin-section2 h2 {
  font-size: 24px;
  color: #38454f;
}
.outlook-plugin-section2 img {
  margin-top: 10px;
  display: inline-block;
}
.outlook-plugin-section2 .img-outlook-screen {
  margin: 0;
  position: absolute;
  left: 55%;
  bottom: -15px;
}
@media (max-width: 991px) {
  .outlook-plugin-section2 .img-outlook-screen {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .outlook-plugin-section2 .img-outlook-screen {
    position: relative;
    left: auto;
    right: auto;
    bottom: -20px;
    max-width: 100%;
  }
}
.outlook-plugin-section3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
.outlook-plugin-section3 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  padding-top: 90px;
  position: relative;
}
.outlook-plugin-section3 h3:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #7f64b5;
}
@media (max-width: 767px) {
  .outlook-plugin-section3 h3 {
    padding-top: 70px;
  }
  .outlook-plugin-section3 h3:before {
    width: 50px;
    height: 50px;
  }
}
.outlook-plugin-section3 .well {
  background: #fff;
}
.outlook-plugin-section3 .outlook-plugin-features {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .outlook-plugin-section3 .outlook-plugin-features > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.outlook-plugin-section3 .outlook-plugin-features > div:nth-child(1) h3:before {
  background: url('../img/icon-outlook-features1.png') no-repeat center center;
  background-size: 100%;
}
.outlook-plugin-section3 .outlook-plugin-features > div:nth-child(2) h3:before {
  background: url('../img/icon-outlook-features2.png') no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .outlook-plugin-section3 .outlook-plugin-links > div {
    max-width: 400px;
    margin: 0 auto;
  }
}
.outlook-plugin-section3 .outlook-plugin-links > div:nth-child(1) h4:before {
  background: url('../img/icon-outlook-links1.png') no-repeat center center;
  background-size: 100%;
}
.outlook-plugin-section3 .outlook-plugin-links > div:nth-child(2) h4:before {
  width: 68px;
  height: 68px;
  background: url('../img/icon-outlook-links2.png') no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .outlook-plugin-section3 .outlook-plugin-links > div:nth-child(2) h4:before {
    width: 50px;
    height: 50px;
  }
}
.outlook-plugin-section3 .outlook-plugin-links > div:nth-child(3) h4:before {
  background: url('../img/icon-outlook-links3.png') no-repeat center center;
  background-size: 100%;
}
.outlook-plugin-section3 .outlook-plugin-links .well {
  padding-top: 35px;
  padding-bottom: 35px;
}
.outlook-plugin-section3 .outlook-plugin-links h4 {
  color: #0db4e3 !important;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 85px;
  position: relative;
}
.outlook-plugin-section3 .outlook-plugin-links h4:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .outlook-plugin-section3 .outlook-plugin-links h4 {
    padding-top: 70px;
  }
  .outlook-plugin-section3 .outlook-plugin-links h4:before {
    width: 50px;
    height: 50px;
  }
}
/*////====== SERVICE REVIEW STYLES =====////*/
.service-review-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.service-review-section1 h1 {
  font-size: 32px;
  color: #7f64b5;
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}
.service-review-section1 h1:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url('../img/icon-service-review.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .service-review-section1 h1 {
    font-size: 28px;
    padding-top: 60px;
  }
  .service-review-section1 h1:before {
    width: 50px;
    height: 50px;
  }
}
.service-review-section1 p {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.service-review-section1 a {
  font-size: 18px;
}
.service-review-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
.service-review-section2 .text-centered {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .service-review-section2 .row > div {
    width: 100%;
  }
}
.service-review-section2 .well {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.service-review-section2 .well h3 {
  font-size: 18px;
  color: #38454f;
}
.service-review-section2 .well blockquote {
  line-height: 1.2;
  padding: 0;
  margin-bottom: 0;
}
.service-review-section2 .well blockquote q {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 767px) {
  .service-review-section2 .well blockquote q {
    font-size: 16px;
  }
}
.service-review-section2 .well blockquote cite {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
}
.service-review-section2 .img-brands {
  margin-top: 40px;
  display: block;
  margin: 0 auto;
}
.service-review-section2 .testimonials-logos {
  margin: 0 auto;
  max-width: 620px;
  margin-top: 20px;
}
.service-review-section2 .testimonials-logos:before,
.service-review-section2 .testimonials-logos:after {
  content: " ";
  display: table;
}
.service-review-section2 .testimonials-logos:after {
  clear: both;
}
.service-review-section2 .testimonials-logos:before,
.service-review-section2 .testimonials-logos:after {
  content: " ";
  display: table;
}
.service-review-section2 .testimonials-logos:after {
  clear: both;
}
.service-review-section2 .testimonials-logos:before,
.service-review-section2 .testimonials-logos:after {
  content: " ";
  display: table;
}
.service-review-section2 .testimonials-logos:after {
  clear: both;
}
.service-review-section2 .testimonials-logos:before,
.service-review-section2 .testimonials-logos:after {
  content: " ";
  display: table;
}
.service-review-section2 .testimonials-logos:after {
  clear: both;
}
.service-review-section2 .testimonials-logos > div {
  margin-top: 0;
}
.service-review-section2 .testimonials-logos .img-wrap {
  height: 50px;
  min-width: 70px;
  max-width: 300px;
  position: relative;
}
.service-review-section2 .testimonials-logos .img-wrap img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-review-section2 p {
  text-align: center;
  margin-top: 20px;
}
/*////====== REQUEST SUPPORT STYLES =====////*/
.request-support-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.request-support-section1 h1 {
  color: #53535b;
  font-size: 32px;
  margin-bottom: 10px;
  padding-top: 70px;
  position: relative;
}
.request-support-section1 h1:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url('../img/img-help.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .request-support-section1 h1 {
    font-size: 28px;
    padding-top: 60px;
  }
  .request-support-section1 h1:before {
    width: 50px;
    height: 50px;
  }
}
.request-support-section1 p {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.request-support-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
}
.request-support-section2 .well {
  background: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .request-support-section2 .well {
    padding: 40px;
  }
}
.request-support-section2 .well h3 {
  font-size: 16px;
  font-weight: normal;
}
.request-support-section2 .well h3 span {
  display: inline-block;
  background: #0db4e3;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.request-support-section2 .form-group {
  margin-bottom: 20px;
}
.request-support-section2 .form-group .margin-top {
  margin-top: 28px;
}
@media (max-width: 480px) {
  .request-support-section2 .form-group {
    margin-bottom: 0;
  }
  .request-support-section2 .form-group .row > div {
    width: 100%;
  }
  .request-support-section2 .form-group .margin-top {
    margin-top: 0;
  }
  .request-support-section2 .form-group .form-control {
    margin-bottom: 15px;
  }
}
.request-support-section2 .form-control:before,
.request-support-section2 .form-control:after {
  content: " ";
  display: table;
}
.request-support-section2 .form-control:after {
  clear: both;
}
.request-support-section2 .form-control:before,
.request-support-section2 .form-control:after {
  content: " ";
  display: table;
}
.request-support-section2 .form-control:after {
  clear: both;
}
.request-support-section2 .form-control:before,
.request-support-section2 .form-control:after {
  content: " ";
  display: table;
}
.request-support-section2 .form-control:after {
  clear: both;
}
.request-support-section2 .form-control:before,
.request-support-section2 .form-control:after {
  content: " ";
  display: table;
}
.request-support-section2 .form-control:after {
  clear: both;
}
.request-support-section2 label {
  color: #53535b;
  font-size: 14px;
  font-weight: 600;
}
.request-support-section2 .time-of-call {
  margin-left: -5px;
  margin-right: -5px;
}
.request-support-section2 .time-of-call > div {
  padding: 0 5px;
}
.request-support-section2 hr {
  border-color: #fff;
}
.request-support-section2 p {
  margin-bottom: 20px;
}
.request-support-section2 .required {
  color: #0db4e3;
}
/*////====== SURVEY STYLES =====////*/
.survey-wrap {
  min-height: 100%;
  background: #edf3f5;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .survey-wrap {
    padding-top: 50px;
  }
}
.survey-wrap .container-fluid {
  height: 100%;
}
.survey {
  margin-top: 50px;
}
.survey h1 {
  font-size: 32px;
  text-align: center;
  color: #53535b;
}
.survey-box {
  background: #fff;
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 60px;
  border-radius: 4px;
}
.survey-box .form-group > label {
  color: #53535b;
}
.survey-box .form-group .radio-inline {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .survey-box .form-group .radio-inline {
    display: block;
    margin: 0;
  }
}
.survey-box .form-group textarea {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .survey-thankyou {
    margin-top: 100px;
  }
}
.survey-thankyou .survey-box {
  padding: 40px 60px;
  max-width: 600px;
  text-align: center;
}
.survey-thankyou .survey-box .survey-success {
  padding-top: 80px;
  position: relative;
}
.survey-thankyou .survey-box .survey-success:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-survey-success.png') no-repeat center;
  background-size: 100%;
}
.survey-thankyou .survey-box .survey-error {
  padding-top: 80px;
  position: relative;
}
.survey-thankyou .survey-box .survey-error:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background: url('../img/icon-survey-error.png') no-repeat center;
  background-size: 100%;
}
.survey-thankyou .survey-box .btn {
  margin-top: 20px;
}
.survey-thankyou .survey-box .signup-confirmation-box-foot {
  margin-top: 40px;
}
/*////====== TERMS OF SERVICE & PRIVACY STYLES =====////*/
.terms,
.privacy {
  font-size: 13px;
}
.terms h1,
.privacy h1,
.terms h2,
.privacy h2,
.terms h3,
.privacy h3 {
  color: #4c575f;
}
.terms h1,
.privacy h1 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .terms h1,
  .privacy h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.terms h3,
.privacy h3 {
  font-size: 18px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .terms h3,
  .privacy h3 {
    font-size: 28px;
    margin-top: 20px;
  }
}
.terms ul li,
.privacy ul li {
  margin-bottom: 10px;
}
.terms ul li a,
.privacy ul li a {
  color: #7c8a98;
}
.terms ul li a:hover,
.privacy ul li a:hover,
.terms ul li a:focus,
.privacy ul li a:focus,
.terms ul li a:active,
.privacy ul li a:active {
  color: #0db4e3;
  text-decoration: none;
}
.terms ul li.active a,
.privacy ul li.active a {
  color: #0db4e3;
}
/*////====== TERMINOLOGY STYLES =====////*/
.terminology-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.terminology-section1 h1 {
  font-size: 32px;
  color: #7f64b5;
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}
.terminology-section1 h1:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url('../img/icon-terminology.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .terminology-section1 h1 {
    font-size: 28px;
    padding-top: 60px;
  }
  .terminology-section1 h1:before {
    width: 50px;
    height: 50px;
  }
}
.terminology-section1 p {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.terminology-section1 a {
  font-size: 18px;
}
.terminology-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f4f8f9;
  text-align: center;
}
.terminology-section2 h3 {
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #fff;
  background: #3db8db;
  line-height: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.terminology-item {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e6e7;
}
.terminology-item h4 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  margin-bottom: 15px;
}
/*////====== SITEMAP STYLES =====////*/
.sitemap-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.sitemap-section1 h1 {
  font-size: 32px;
  color: #7f64b5;
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}
.sitemap-section1 h1:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url('../img/icon-sitemap.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .sitemap-section1 h1 {
    font-size: 28px;
    padding-top: 60px;
  }
  .sitemap-section1 h1:before {
    width: 50px;
    height: 50px;
  }
}
.sitemap-section1 p {
  margin-bottom: 0;
  color: #38454f;
  font-size: 18px;
}
.sitemap-section1 a {
  font-size: 18px;
}
.sitemap-section2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4f8f9;
}
.sitemap-section2 .sitemap-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e6e7;
}
.sitemap-section2 .sitemap-item h3 {
  font-size: 24px;
  color: #38454f;
}
@media (max-width: 480px) {
  .sitemap-section2 .sitemap-item h3 {
    font-size: 20px;
  }
}
.sitemap-section2 .sitemap-item ul li {
  margin-bottom: 10px;
}
/*////====== 404 STYLES =====////*/
._404 {
  height: 100%;
  background: #38454f url('../img/bg-404.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
._404 ._404-section,
._404 .container-fluid {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
._404 ._404-text {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 500px;
  margin: 0 auto;
}
._404 ._404-text h1 {
  font-size: 240px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 991px) {
  ._404 ._404-text h1 {
    font-size: 150px;
  }
}
@media (max-width: 480px) {
  ._404 ._404-text h1 {
    font-size: 100px;
  }
}
._404 ._404-text p {
  margin: 0;
}
._404 ._404-text.promo-expired {
  max-width: none;
}
._404 ._404-text.promo-expired p {
  max-width: 500px;
  margin: 0 auto;
}
._404 ._404-text.promo-expired h1 {
  font-size: 200px;
}
@media (max-width: 991px) {
  ._404 ._404-text.promo-expired h1 {
    font-size: 130px;
  }
}
@media (max-width: 480px) {
  ._404 ._404-text.promo-expired h1 {
    font-size: 100px;
  }
}
/*////====== ONLINE MEETINGS STYLES =====////*/
.hero-online-meetings {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f262b), to(#38454f));
  background-image: linear-gradient(to bottom, #1f262b 0%, #38454f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f262b', endColorstr='#ff38454f', GradientType=0);
  background: url('../img/bg-online-meetings.jpg') no-repeat center;
  background-size: cover;
  height: 730px;
}
@media (max-width: 1199px) {
  .hero-online-meetings {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-online-meetings {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-online-meetings {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .hero-online-meetings {
    height: 400px;
  }
}
.hero-online-meetings .hero-text {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .hero-online-meetings .hero-text h1 {
    font-size: 38px;
  }
}
.hero-online-meetings .hero-text p {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .hero-online-meetings .hero-text p {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.hero-online-meetings .hero-text .afterlink {
  opacity: 0.6;
  margin-left: 10px;
}
.om-features {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .om-features {
    padding-top: 80px;
  }
}
.om-features .row > div {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .om-features .row > div .features-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
}
.om-features .features-item-icon {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.om-features .features-item-icon img {
  max-width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.om-features h3 {
  color: #38454f;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.om-features h3:after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #ebeced;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .om-features h3 {
    height: 60px;
    margin-bottom: 30px;
  }
}
.om-features hr {
  padding-top: 20px;
  border-top: none;
  border-bottom: 1px solid #f5f6f6;
  margin: 0;
}
@media (min-width: 768px) {
  .om-features hr {
    padding-top: 40px;
  }
}
.om-best-in {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .om-best-in {
    padding-bottom: 80px;
  }
}
.om-best-in .container-fluid {
  position: relative;
}
.om-best-in h2 {
  font-size: 24px;
  color: #53535b;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .om-best-in h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .om-best-in .om-best-in-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.om-best-in .om-best-in-text .lead {
  color: #7f64b5;
  font-size: 16px;
}
@media (min-width: 768px) {
  .om-best-in .om-best-in-text .lead {
    margin-bottom: 30px;
  }
}
.om-best-in .om-best-in-text h3 {
  color: #53535b;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .om-best-in .om-best-in-text h3 {
    font-size: 24px;
  }
}
.om-best-in .om-best-in-text h3:before {
  content: "";
  display: block;
  background: url('../img/icon-om-bestin.png') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .om-best-in .om-best-in-text h3:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
.om-best-in .om-bestin-macbook {
  position: relative;
  margin-bottom: -10%;
  margin-top: 40px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .om-best-in .om-bestin-macbook {
    position: absolute;
    bottom: -50%;
    right: 50%;
    margin: 0;
    max-width: 882px;
  }
}
.om-dedicated {
  padding-top: 80px;
  background: #f4f8f9;
}
@media (min-width: 768px) {
  .om-dedicated {
    padding-top: 140px;
  }
}
.om-dedicated .container-fluid {
  position: relative;
}
@media (max-width: 767px) {
  .om-dedicated .omg-dedicated-img {
    width: 90%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .om-dedicated .omg-dedicated-img {
    width: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .om-dedicated .omg-dedicated-img {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}
.om-dedicated .om-dedicated-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .om-dedicated .om-dedicated-text {
    padding-top: 100px;
    padding-bottom: 200px;
    margin-bottom: 0;
  }
}
.om-dedicated h3 {
  color: #53535b;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .om-dedicated h3 {
    font-size: 24px;
  }
}
.om-dedicated h3:before {
  content: "";
  display: block;
  background: url('../img/icon-om-dedicated.png') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .om-dedicated h3:before {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
}
.om-features2 {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .om-features2 {
    padding-top: 100px;
  }
}
.om-features2 .row > div {
  margin-bottom: 40px;
}
.om-features2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 533px;
}
@media (min-width: 768px) {
  .om-features2 img {
    margin-bottom: 40px;
    max-width: auto;
  }
}
.om-features2 h3 {
  font-size: 18px;
  color: #53535b;
  font-weight: 300;
}
@media (min-width: 768px) {
  .om-features2 h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.om-features2 hr {
  padding-top: 30px;
  border-top: none;
  border-bottom: 1px solid #f5f6f6;
  margin: 0;
}
@media (min-width: 768px) {
  .om-features2 hr {
    padding-top: 50px;
  }
}
.om-why {
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.om-why:before {
  content: "";
  display: block;
  height: 330px;
  width: 100%;
  background: url('../img/bg-om-why.png') center top;
  background-size: cover;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .om-why {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.om-why h2 {
  font-size: 24px;
  color: #53535b;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .om-why h2 {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
.om-why img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .om-why img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .om-why img.om-browsers {
    margin-top: 35px;
    margin-bottom: 65px;
  }
}
.om-why h3 {
  color: #38454f;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.om-why h3:after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #ebeced;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .om-why h3 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.om-why .row > div {
  margin-bottom: 50px;
}
.om-real-time {
  padding-top: 60px;
  padding-bottom: 20px;
  background: #f4f8f9;
}
@media (min-width: 768px) {
  .om-real-time {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.om-real-time h2 {
  font-size: 24px;
  color: #53535b;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .om-real-time h2 {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
.om-real-time h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
.om-real-time h3:before {
  content: "";
  display: block;
  background: #7f64b5;
  position: absolute;
  top: -7px;
  left: 0;
}
.om-real-time .row > div {
  margin-bottom: 40px;
}
.om-real-time .row > div:nth-child(1) h3:before {
  background: url('../img/icon-om-realtime1.png') no-repeat center;
  background-size: 30px;
  width: 30px;
  height: 30px;
}
.om-real-time .row > div:nth-child(2) h3:before {
  background: url('../img/icon-om-realtime2.png') no-repeat center;
  width: 28px;
  height: 30px;
  background-size: 28px 30px;
}
.om-real-time .row > div:nth-child(3) h3:before {
  background: url('../img/icon-om-realtime3.png') no-repeat center;
  width: 24px;
  height: 30px;
  background-size: 24px 30px;
}
/*////====== WEB CONFERENCING STYLES =====////*/
.hero-web-conferencing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f262b), to(#38454f));
  background-image: linear-gradient(to bottom, #1f262b 0%, #38454f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f262b', endColorstr='#ff38454f', GradientType=0);
  background: url('../img/bg-web-conferencing.jpg') no-repeat center;
  background-size: cover;
  height: 730px;
}
@media (max-width: 1199px) {
  .hero-web-conferencing {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-web-conferencing {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-web-conferencing {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .hero-web-conferencing {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .hero-web-conferencing .hero-text h1 {
    font-size: 38px;
  }
}
.hero-web-conferencing .hero-text p {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .hero-web-conferencing .hero-text p {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.hero-web-conferencing .hero-text .afterlink {
  opacity: 0.6;
  margin-left: 10px;
}
.wc-features {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .wc-features {
    padding-top: 80px;
  }
}
.wc-features .row > div {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wc-features .row > div .features-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
}
.wc-features .features-item-icon {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.wc-features .features-item-icon img {
  max-height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wc-features h3 {
  color: #38454f;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.wc-features h3:after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #ebeced;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .wc-features h3 {
    height: 60px;
    margin-bottom: 30px;
  }
}
.wc-features hr {
  padding-top: 20px;
  border-top: none;
  border-bottom: 1px solid #f5f6f6;
  margin: 0;
}
@media (min-width: 768px) {
  .wc-features hr {
    padding-top: 40px;
  }
}
.wc-highly-productive {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .wc-highly-productive {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.wc-highly-productive .container-fluid {
  position: relative;
}
.wc-highly-productive h2 {
  font-size: 24px;
  color: #53535b;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .wc-highly-productive h2 {
    font-size: 32px;
  }
}
.wc-highly-productive h3 {
  color: #53535b;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .wc-highly-productive h3 {
    font-size: 24px;
  }
}
.wc-highly-productive h3:before {
  content: "";
  display: block;
  background: url('../img/icon-wc-hp.png') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20%;
  left: 0;
}
@media (min-width: 768px) {
  .wc-highly-productive h3:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
@media (min-width: 768px) {
  .wc-highly-productive .wc-highly-productive-text {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.wc-highly-productive .wc-features-macbook {
  position: relative;
  margin-bottom: -25%;
  margin-top: 10%;
}
@media (min-width: 768px) {
  .wc-highly-productive .wc-features-macbook {
    position: absolute;
    bottom: -40%;
    left: 50%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .wc-highly-productive .wc-features-macbook {
    position: absolute;
    bottom: -48%;
    left: 50%;
    margin: 0;
  }
}
.wc-cross-platform {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f4f8f9;
}
@media (min-width: 768px) {
  .wc-cross-platform {
    padding-top: 120px;
  }
}
.wc-cross-platform h3 {
  color: #53535b;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .wc-cross-platform h3 {
    font-size: 24px;
  }
}
.wc-cross-platform h3:before {
  content: "";
  display: block;
  background: url('../img/icon-wc-crossplarform.png') no-repeat center;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .wc-cross-platform h3:before {
    width: 14px;
    height: 24px;
    background-size: 14px 24px;
  }
}
@media (min-width: 768px) {
  .wc-cross-platform .wc-cross-platform-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wc-cross-platform .wc-cross-platform-img {
    max-width: 250px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .wc-cross-platform .wc-cross-platform-img {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .wc-cross-platform .wc-cross-platform-img {
    display: block;
    margin: 0 auto;
  }
}
.wc-calendar {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .wc-calendar {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.wc-calendar .container-fluid {
  position: relative;
}
.wc-calendar h3 {
  color: #53535b;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .wc-calendar h3 {
    font-size: 24px;
  }
}
.wc-calendar h3:before {
  content: "";
  display: block;
  background: url('../img/icon-wc-calendar.png') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .wc-calendar h3:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
.wc-calendar img {
  margin-right: 20px;
}
.wc-calendar .wc-calendar-img {
  margin-top: 30px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .wc-calendar .wc-calendar-img {
    position: absolute;
    bottom: -197px;
    left: 50%;
  }
}
.wc-features2 {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #f4f8f9;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .wc-features2 {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.wc-features2 h3 {
  color: #53535b;
  font-size: 18px;
}
@media (min-width: 768px) {
  .wc-features2 h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.wc-features2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wc-features2 img {
    max-width: 350px;
  }
}
.wc-features2 .row > div {
  margin-bottom: 50px;
}
.wc-fast-simple {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .wc-fast-simple {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.wc-fast-simple h2 {
  font-size: 24px;
  color: #53535b;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .wc-fast-simple h2 {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
.wc-fast-simple h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
.wc-fast-simple h3:before {
  content: "";
  display: block;
  background: #7f64b5;
  position: absolute;
  top: -7px;
  left: 0;
  width: 28px;
  height: 28px;
}
.wc-fast-simple .row > div {
  margin-bottom: 40px;
}
.wc-fast-simple .row > div:nth-child(1) h3:before {
  background: url('../img/icon-wc-fs1.png') no-repeat center;
  background-size: 28px;
  width: 28px;
  height: 28px;
}
.wc-fast-simple .row > div:nth-child(2) h3:before {
  background: url('../img/icon-wc-fs2.png') no-repeat center;
  width: 32px;
  height: 22px;
  background-size: 32px 22px;
}
.wc-fast-simple .row > div:nth-child(3) h3:before {
  background: url('../img/icon-wc-fs3.png') no-repeat center;
  width: 18px;
  height: 26px;
  background-size: 18px 26px;
}
/*////====== NON PROFIT ORGANIZATION STYLES =====////*/
.hero-non-profit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f262b), to(#38454f));
  background-image: linear-gradient(to bottom, #1f262b 0%, #38454f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f262b', endColorstr='#ff38454f', GradientType=0);
  background: url('../img/bg-non-profit-organization.jpg') no-repeat center;
  background-size: cover;
  height: 730px;
}
@media (max-width: 1199px) {
  .hero-non-profit {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-non-profit {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-non-profit {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .hero-non-profit {
    height: 400px;
  }
}
.hero-non-profit .hero-text {
  padding-top: 40px;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-non-profit .hero-text {
    top: 30%;
  }
}
.hero-non-profit .hero-text h1 {
  color: #fff!important;
}
@media (min-width: 992px) {
  .hero-non-profit .hero-text h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .hero-non-profit .hero-text h1 {
    font-size: 46px;
  }
}
.hero-non-profit .hero-text h1 span {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .hero-non-profit .hero-text h1 span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-non-profit .hero-text h1 span {
    font-size: 24px;
  }
}
.hero-non-profit .hero-text p {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .hero-non-profit .hero-text p {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .hero-non-profit .hero-text .btn {
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .hero-non-profit .hero-text .btn {
    min-width: 260px;
  }
}
.hero-non-profit .hero-text h1,
.hero-non-profit .hero-text p {
  max-width: 520px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.non-profit-testimonials {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .non-profit-testimonials {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.non-profit-testimonials h2 {
  font-size: 24px;
  line-height: 1.4;
  max-width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #53535b;
}
@media (max-width: 480px) {
  .non-profit-testimonials h2 {
    font-size: 20px;
  }
}
.non-profit-testimonials h2.legal-practice {
  max-width: 720px;
}
.non-profit-testimonials .text-centered {
  max-width: 550px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.non-profit-testimonials .text-centered:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #7f64b5;
  margin: auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.non-profit-testimonials .testi-btn {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .non-profit-testimonials .testi-btn {
    position: absolute;
    margin: auto;
    bottom: -25px;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 9;
  }
}
@media (min-width: 1200px) {
  .non-profit-testimonials .testi-btn {
    bottom: -30px;
  }
}
.non-profit-testimonials .testi-btn .btn {
  padding: 12px 20px;
  min-width: 200px;
  font-size: 14px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .non-profit-testimonials .testi-btn .btn {
    font-size: 16px;
    padding: 14px 20px;
    min-width: 210px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .non-profit-testimonials .testi-btn .btn {
    padding: 18px 30px;
    min-width: 285px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.non-profit-testimonials .testi-btn span.btn {
  background: #3db8db;
}
.non-profit-testimonials .testi-btn span.btn:hover,
.non-profit-testimonials .testi-btn span.btn:focus,
.non-profit-testimonials .testi-btn span.btn:active {
  background: #3db8db;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.testi-logos {
  margin-bottom: 60px;
}
.testi-logos.short {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.testi-logos.bottom {
  margin-bottom: 0;
  margin-top: 40px;
}
.testi-logos li {
  min-width: 20%;
  height: 30px;
  margin-left: -4px;
}
.testi-logos li a {
  height: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.testi-logos li a img {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  max-height: 70px;
  max-width: 140px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .testi-logos li a img {
    max-height: 50px;
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .testi-logos li a img {
    max-height: 35px;
    max-width: 70px;
  }
}
.testi-logos li a.selected img {
  opacity: 1;
}
.testi-logos li:nth-child(5n + 1):nth-last-child(2),
.testi-logos li:nth-child(5n + 2):nth-last-child(1) {
  width: 50%;
}
.testi-logos li:nth-child(5n + 1):nth-last-child(3),
.testi-logos li:nth-child(5n + 2):nth-last-child(2),
.testi-logos li:nth-child(5n + 3):nth-last-child(1) {
  width: 33.3333333%;
}
.testi-logos li:nth-child(5n + 1):nth-last-child(4),
.testi-logos li:nth-child(5n + 2):nth-last-child(3),
.testi-logos li:nth-child(5n + 3):nth-last-child(2),
.testi-logos li:nth-child(5n + 4):nth-last-child(1) {
  min-width: 25%;
}
.testi-logos li:nth-child(5n + 1):nth-last-child(1) {
  width: 100%;
}
.child:nth-child(4n + 1):nth-last-child(1) {
  width: 100%;
}
.testi-slider {
  margin-top: 60px;
}
.testi-slider .testi-text {
  text-align: center;
  max-width: 850px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.testi-slider .testi-text .testi-avatar {
  max-width: 68px;
  max-height: 68px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testi-slider .testi-text .testi-quote {
  font-style: italic;
}
.testi-slider .testi-text .testi-quote:before {
  content: "\201C";
}
.testi-slider .testi-text .testi-quote:after {
  content: "\201D";
}
.testi-slider .testi-text .testi-site {
  margin-top: 20px;
}
.testi-slider .testi-text .testi-site span {
  display: block;
  font-weight: bold;
  color: #53535b;
}
.testi-slider .carousel-control {
  width: 16px;
  height: 31px;
  background: url('../img/arrow-purple.png') no-repeat center;
  background-size: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 32%;
  bottom: auto;
}
.testi-slider .carousel-control:hover,
.testi-slider .carousel-control:focus,
.testi-slider .carousel-control:active {
  opacity: 1;
}
@media (max-width: 480px) {
  .testi-slider .carousel-control {
    width: 12px;
    height: 22px;
  }
}
.testi-slider .carousel-control.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.non-profit-help {
  padding-top: 60px;
  background: #f4f8f9;
  position: relative;
}
@media (min-width: 768px) {
  .non-profit-help {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .non-profit-help {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
.non-profit-help h2 {
  color: #53535b;
  font-size: 24px;
}
@media (min-width: 768px) {
  .non-profit-help h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .non-profit-help p + p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .non-profit-help .non-profit-macbook {
    max-width: 120%;
    margin-left: -10%;
    margin-bottom: -13%;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .non-profit-help .non-profit-macbook {
    max-width: 700px;
    position: absolute;
    right: 48%;
    top: 22%;
    margin-top: 0;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .non-profit-help .non-profit-macbook {
    max-width: 882px;
    right: 48%;
    top: auto;
    bottom: -90px;
  }
}
.non-profit-try {
  padding-top: 100px;
  padding-bottom: 40%;
  background: url('../img/bg-non-profit-try2.jpg') no-repeat bottom center;
  background-size: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .non-profit-try {
    padding-top: 140px;
    padding-bottom: 140px;
    background: url('../img/bg-non-profit-try.jpg') no-repeat center;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .non-profit-try {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.non-profit-try h2 {
  color: #53535b;
  font-size: 24px;
}
@media (min-width: 768px) {
  .non-profit-try h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.non-profit-try .btn {
  margin-top: 20px;
}
.non-profit-try .img-quote {
  max-width: 300px;
  position: absolute;
  left: 15px;
  bottom: 8%;
}
@media (min-width: 768px) {
  .non-profit-try .img-quote {
    max-width: 350px;
    position: absolute;
    left: 50%;
    bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .non-profit-try .img-quote {
    max-width: 420px;
    bottom: 10%;
  }
}
.non-profit-features {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .non-profit-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .non-profit-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.non-profit-features hr {
  border-color: #f5f6f6;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .non-profit-features hr {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .non-profit-features hr {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.non-profit-features .features1 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .non-profit-features .features1 {
    margin-top: 80px;
  }
}
.non-profit-features .features1 > div {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .non-profit-features .features1 > div {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .non-profit-features .features1 > div:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .non-profit-features .features1 > div:nth-child(3n+1) {
    clear: left;
  }
}
.non-profit-features .features1 > div:nth-child(1) h3:before {
  width: 29px;
  height: 24px;
  background: url('../img/icon-non-profit1.png') no-repeat center;
  background-size: 29px 24px;
}
.non-profit-features .features1 > div:nth-child(2) h3:before {
  width: 26px;
  height: 32px;
  background: url('../img/icon-non-profit2.png') no-repeat center;
  background-size: 26px 32px;
}
.non-profit-features .features1 > div:nth-child(3) h3:before {
  width: 32px;
  height: 17px;
  background: url('../img/icon-non-profit3.png') no-repeat center;
  background-size: 32px 17px;
  top: -2px !important;
}
.non-profit-features .features1 > div:nth-child(4) h3:before {
  width: 17px;
  height: 36px;
  background: url('../img/icon-non-profit4.png') no-repeat center;
  background-size: 17px 36px;
}
.non-profit-features .features1 > div:nth-child(5) h3:before {
  width: 30px;
  height: 30px;
  background: url('../img/icon-non-profit5.png') no-repeat center;
  background-size: 30px;
}
.non-profit-features .features1 > div:nth-child(6) h3:before {
  width: 30px;
  height: 30px;
  background: url('../img/icon-non-profit6.png') no-repeat center;
  background-size: 30px;
}
.non-profit-features .features1 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 500;
  position: relative;
  padding-left: 45px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .non-profit-features .features1 h3 {
    margin-bottom: 0;
  }
}
.non-profit-features .features1 h3:before {
  content: "";
  display: block;
  margin-right: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
.non-profit-features .features1 h3:after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #ebeced;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .non-profit-features .features2 > div {
    margin-bottom: 40px;
  }
}
.non-profit-features .features2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  max-height: 180px;
}
@media (max-width: 767px) {
  .non-profit-features .features2 img {
    max-height: 150px;
    margin-bottom: 40px;
  }
}
.non-profit-features .features2 h3 {
  color: #38454f;
  font-size: 20px;
}
@media (min-width: 768px) {
  .non-profit-features .features2 h3 {
    font-size: 24px;
  }
}
/*////====== LEGAL PRACTICE STYLES =====////*/
.hero-legal-practice {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f262b), to(#38454f));
  background-image: linear-gradient(to bottom, #1f262b 0%, #38454f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f262b', endColorstr='#ff38454f', GradientType=0);
  background: url('../img/bg-legal-practice.jpg') no-repeat center;
  background-size: cover;
  height: 730px;
}
@media (max-width: 1199px) {
  .hero-legal-practice {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-legal-practice {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-legal-practice {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .hero-legal-practice {
    height: 400px;
  }
}
.hero-legal-practice .hero-text {
  padding-top: 40px;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-legal-practice .hero-text {
    top: 30%;
  }
}
.hero-legal-practice .hero-text h1 {
  color: #fff!important;
}
@media (min-width: 992px) {
  .hero-legal-practice .hero-text h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .hero-legal-practice .hero-text h1 {
    font-size: 46px;
  }
}
.hero-legal-practice .hero-text p {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .hero-legal-practice .hero-text p {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .hero-legal-practice .hero-text .btn {
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .hero-legal-practice .hero-text .btn {
    min-width: 260px;
  }
}
.hero-legal-practice .hero-text h1,
.hero-legal-practice .hero-text p {
  max-width: 520px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.legal-practice-features {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #f4f8f9;
}
@media (min-width: 768px) {
  .legal-practice-features {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .legal-practice-features {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
.legal-practice-features h2 {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .legal-practice-features h2 {
    margin-bottom: 80px;
  }
}
.legal-practice-features .row > div {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .legal-practice-features .row > div {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .legal-practice-features .row > div:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .legal-practice-features .row > div:nth-child(3n+1) {
    clear: left;
  }
}
.legal-practice-features img {
  margin-bottom: 20px;
  max-width: 48px;
  max-height: 48px;
}
.legal-practice-features h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}
.legal-practice-features h3:after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #ebeced;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.legal-practice-features .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
@media (min-width: 768px) {
  .legal-practice-features .btn {
    margin-top: 30px;
  }
}
/*////====== RELIGIOUS STYLES =====////*/
.hero-religious {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f262b), to(#38454f));
  background-image: linear-gradient(to bottom, #1f262b 0%, #38454f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f262b', endColorstr='#ff38454f', GradientType=0);
  background: url('../img/bg-religious.jpg') no-repeat center;
  background-size: cover;
  height: 730px;
}
@media (max-width: 1199px) {
  .hero-religious {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero-religious {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-religious {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .hero-religious {
    height: 400px;
  }
}
.hero-religious .hero-text {
  padding-top: 40px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-religious .hero-text {
    top: 30%;
  }
}
.hero-religious .hero-text h1 {
  color: #fff!important;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .hero-religious .hero-text h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .hero-religious .hero-text h1 {
    font-size: 46px;
  }
}
.hero-religious .hero-text p {
  opacity: 0.8;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero-religious .hero-text p {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .hero-religious .hero-text .btn {
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .hero-religious .hero-text .btn {
    min-width: 260px;
  }
}
.heading-border.religious-heading {
  max-width: 800px;
}
.religious-meaningful {
  padding-top: 60px;
  background: #f4f8f9;
  position: relative;
}
@media (min-width: 768px) {
  .religious-meaningful {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .religious-meaningful {
    padding-top: 220px;
    padding-bottom: 140px;
  }
}
.religious-meaningful h2 {
  color: #53535b;
  font-size: 24px;
}
@media (min-width: 768px) {
  .religious-meaningful h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .religious-meaningful p + p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .religious-meaningful .religious-macbook {
    max-width: 120%;
    margin-left: -10%;
    margin-bottom: -13%;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .religious-meaningful .religious-macbook {
    max-width: 700px;
    position: absolute;
    right: 48%;
    top: 22%;
    margin-top: 0;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .religious-meaningful .religious-macbook {
    max-width: 800px;
    right: 48%;
    top: auto;
    bottom: -90px;
  }
}
.religious-members {
  padding-top: 100px;
  padding-bottom: 40%;
  background: url('../img/bg-non-profit-try2.jpg') no-repeat bottom center;
  background-size: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .religious-members {
    padding-top: 140px;
    padding-bottom: 140px;
    background: url('../img/bg-non-profit-try.jpg') no-repeat center;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .religious-members {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.religious-members h2 {
  color: #53535b;
  font-size: 24px;
}
@media (min-width: 768px) {
  .religious-members h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.religious-members .btn {
  margin-top: 20px;
}
.religious-members .img-quote {
  max-width: 300px;
  position: absolute;
  left: 15px;
  bottom: 8%;
}
@media (min-width: 768px) {
  .religious-members .img-quote {
    max-width: 350px;
    position: absolute;
    left: 50%;
    bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .religious-members .img-quote {
    max-width: 420px;
    bottom: 10%;
  }
}
.religious-features {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .religious-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .religious-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.religious-features hr {
  border-color: #f5f6f6;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .religious-features hr {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .religious-features hr {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.religious-features .features1 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .religious-features .features1 {
    margin-top: 80px;
  }
}
.religious-features .features1 > div {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .religious-features .features1 > div {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .religious-features .features1 > div:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .religious-features .features1 > div:nth-child(3n+1) {
    clear: left;
  }
}
.religious-features .features1 > div .features1-img-wrap {
  margin-bottom: 20px;
  height: 47px;
}
.religious-features .features1 > div .features1-img-wrap img {
  max-height: 47px;
  max-width: 47px;
}
.religious-features .features1 h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .religious-features .features1 h3 {
    margin-bottom: 0;
  }
}
.religious-features .features1 h3:after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #ebeced;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .religious-features .features2 > div {
    margin-bottom: 40px;
  }
}
.religious-features .features2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  max-height: 140px;
}
@media (max-width: 767px) {
  .religious-features .features2 img {
    max-height: 100px;
    margin-bottom: 40px;
  }
}
.religious-features .features2 h3 {
  color: #38454f;
  font-size: 20px;
}
@media (min-width: 768px) {
  .religious-features .features2 h3 {
    font-size: 24px;
  }
}
/*////====== TEMPLATE STYLES =====////*/
.hero-template {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f262b), to(#38454f));
  background-image: linear-gradient(to bottom, #1f262b 0%, #38454f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f262b', endColorstr='#ff38454f', GradientType=0);
  background: url('../img/bg-template.jpg') no-repeat center;
  background-size: cover;
  height: 730px;
}
.hero-template.template2 {
  background: url('../img/bg-template2.jpg') no-repeat center;
  background-size: cover;
}
.hero-template.template3 {
  background: url('../img/bg-template3.jpg') no-repeat center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .hero-template {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .hero-template {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .hero-template {
    height: 700px;
  }
}
@media (max-width: 480px) {
  .hero-template {
    height: 650px;
  }
}
.hero-template .hero-text {
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero-template .hero-text {
    top: 25%;
  }
}
.hero-template .hero-text .video-play {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('../img/icon-play-template.png') no-repeat center;
  background-size: 100%;
  font-size: 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hero-template .hero-text .video-play:hover,
.hero-template .hero-text .video-play:active {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .hero-template .hero-text .video-play {
    width: 64px;
    height: 64px;
  }
}
.hero-template .hero-text h1 {
  color: #fff!important;
}
@media (min-width: 992px) {
  .hero-template .hero-text h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .hero-template .hero-text h1 {
    font-size: 46px;
  }
}
.hero-template .hero-text p {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .hero-template .hero-text p {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.hero-template .hero-text h1,
.hero-template .hero-text p {
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hero-template .hero-text .hero-form {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hero-template .hero-text .hero-form {
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-template .hero-text .hero-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.hero-template .hero-text .hero-form .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.hero-template .hero-text .hero-form .form-group {
  margin-bottom: 10px;
}
.hero-template .hero-text .hero-form .form-control {
  height: 48px;
}
.template-simplified {
  padding-top: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .template-simplified {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .template-simplified {
    padding-top: 100px;
  }
}
.template-simplified h2 {
  max-width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #53535b;
  text-align: center;
}
.template-simplified .text-centered {
  max-width: 550px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .template-simplified .text-centered {
    margin-bottom: 80px;
  }
}
.template-simplified .text-centered:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #7f64b5;
  margin: auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.template-simplified .template-simplified-image {
  position: relative;
  z-index: 2;
  margin-bottom: -13%;
}
@media (min-width: 1200px) {
  .template-simplified .template-simplified-image {
    margin-bottom: -11%;
  }
}
.template-simplified .template-simplified-image .left-info,
.template-simplified .template-simplified-image .right-info {
  position: absolute;
}
@media (max-width: 1199px) {
  .template-simplified .template-simplified-image .left-info,
  .template-simplified .template-simplified-image .right-info {
    display: none;
  }
}
.template-simplified .template-simplified-image .left-info {
  top: 10px;
  left: 0;
}
.template-simplified .template-simplified-image .left-info:before {
  content: "";
  display: block;
  width: 77px;
  height: 139px;
  background: url('../img/img-table-arrow1.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  right: -50px;
  bottom: -140px;
}
.template-simplified .template-simplified-image .right-info {
  top: 10px;
  right: 0;
}
.template-simplified .template-simplified-image .right-info:before {
  content: "";
  display: block;
  width: 153px;
  height: 50px;
  background: url('../img/img-table-arrow2.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -135px;
  bottom: -55px;
}
.template-simplified .template-simplified-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 850px;
}
.template-features {
  background: #f4f8f9;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .template-features {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .template-features {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
.template-features h2 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .template-features h2 {
    margin-bottom: 60px;
  }
}
.template-features .row > div {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .template-features .row > div {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .template-features .row > div:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .template-features .row > div:nth-child(3n+1) {
    clear: left;
  }
}
.template-features .row > div .features-img-wrap {
  margin-bottom: 20px;
  height: 47px;
}
.template-features .row > div .features-img-wrap img {
  max-height: 47px;
  max-width: 47px;
}
.template-features .row h3 {
  font-size: 16px;
  color: #38454f;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .template-features .row h3 {
    margin-bottom: 0;
  }
}
.template-features .row h3:after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: #ebeced;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.template-clients {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .template-clients {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .template-clients {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.template-clients h2 {
  max-width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #53535b;
  text-align: center;
}
.template-clients .text-centered {
  max-width: 550px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.template-clients .text-centered:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #7f64b5;
  margin: auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.template-pricing {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: url('../img/bg-template-pricing.jpg') no-repeat center;
  background-size: cover;
}
.template-pricing:after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#7f64b5), to(transparent));
  background-image: linear-gradient(to right, #7f64b5 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f64b5', endColorstr='#00000000', GradientType=1);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .template-pricing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.template-pricing .container-fluid {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (min-width: 768px) {
  .template-pricing .template-pricing-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.template-pricing .template-pricing-text h2 {
  color: #fff;
}
.template-pricing .template-pricing-text p {
  max-width: 430px;
}
@media (max-width: 767px) {
  .template-pricing .template-pricing-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .template-pricing .pricing-item {
    width: 100%;
  }
}
.template-pricing .pricing-item .well {
  background: #ff;
  color: #7c8a98;
  padding: 35px;
  text-align: center;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.template-pricing .pricing-item h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #53535b;
  margin-bottom: 20px;
}
.template-pricing .pricing-item h4 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 25px;
  color: #0db4e3;
  font-weight: normal;
}
.template-pricing .pricing-item h4 span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.template-pricing .pricing-item p {
  font-size: 14px;
}
.template-pricing .pricing-item p span {
  color: #38454f;
}
.template-pricing .pricing-item p.unlimited {
  margin-bottom: 10px;
}
.signup-template-modal {
  color: #7c8a98 !important;
  text-align: left!important;
}
.signup-template-modal .modal-header {
  border: none;
}
.signup-template-modal .modal-body {
  padding: 40px;
  padding-top: 10px;
  text-align: left!important;
}
.signup-template-modal .modal-body .signup-numbers {
  margin-bottom: 20px;
  overflow: hidden;
}
.signup-template-modal .modal-body .signup-numbers li {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: transparent;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  text-indent: -9999px;
}
.signup-template-modal .modal-body .signup-numbers li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e0f0;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.signup-template-modal .modal-body .signup-numbers li.active {
  background: #e5e0f0;
  color: #7f64b5;
  text-indent: 0;
}
.signup-template-modal .modal-body .signup-numbers li.active:before {
  display: none;
  visibility: hidden;
}
.signup-template-modal .modal-body h3 {
  font-size: 20px;
  color: #38454f;
  text-align: center;
  padding-top: 0;
  margin-bottom: 30px;
}
.signup-template-modal .modal-body h3:before {
  display: none;
}
@media (min-width: 768px) {
  .signup-template-modal .modal-body h3 {
    font-size: 24px;
  }
}
.signup-template-modal .modal-body .form-group {
  margin-bottom: 20px;
}
.signup-template-modal .modal-body .form-group.row {
  margin-left: -10px;
  margin-right: -10px;
}
.signup-template-modal .modal-body .form-group.row > div {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .signup-template-modal .modal-body .form-group.row > div {
    margin-bottom: 20px;
  }
  .signup-template-modal .modal-body .form-group.row > div:last-child {
    margin-bottom: 0;
  }
}
.signup-template-modal .modal-body .form-group.row > div .question {
  margin-top: 18px;
}
.signup-template-modal .modal-body .form-group.row > label {
  margin-left: 10px;
}
.signup-template-modal .modal-body .label-blank {
  display: block;
  height: 22px;
}
.signup-template-modal .modal-body label {
  color: #7c8a95;
  font-size: 14px;
  display: block;
}
@media (min-width: 768px) {
  .signup-template-modal .modal-body input.form-control,
  .signup-template-modal .modal-body select.form-control {
    height: 46px;
  }
}
.signup-template-modal .billing-cards {
  text-align: center;
  margin-bottom: 30px;
}
.signup-template-modal .billing-cards img {
  max-width: 44px;
}
.signup-template-modal .signup-btns {
  margin-left: -5px;
  margin-right: -5px;
  text-align: right;
  margin-top: 50px;
}
@media (max-width: 669px) {
  .signup-template-modal .signup-btns {
    text-align: center;
  }
}
.signup-template-modal .signup-btns .btn {
  padding: 10px 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0!important;
  margin-bottom: 0!important;
}
@media (max-width: 669px) {
  .signup-template-modal .signup-btns .btn {
    width: 250px!important;
    margin-bottom: 10px!important;
    padding: 8px 20px;
  }
}
.signup-template-modal .signup-btns .btn-default {
  background: #dfe3e9!important;
  border-color: #dfe3e9!important;
  color: #7c8a95;
  width: 158px;
}
.signup-template-modal .signup-btns .btn-default:hover,
.signup-template-modal .signup-btns .btn-default:focus,
.signup-template-modal .signup-btns .btn-default:active {
  background: #d0d6df !important;
  border-color: #d0d6df !important;
}
.signup-template-modal .signup-btns .btn-primary {
  border-color: #7f64b5;
  width: 295px;
  position: relative;
}
.signup-template-modal .signup-btns .btn-primary:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 7px solid transparent;
  border-radius: 50%;
}
.signup-template-modal .signup-btns .btn-primary:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 18px;
  border-top: 4px solid transparent;
  border-left: 4px solid #7f64b5;
  border-bottom: 4px solid transparent;
}
.confirm-modal {
  color: #7c8a98 !important;
  text-align: left!important;
}
.confirm-modal .modal-header {
  border: none;
}
@media (min-width: 768px) {
  .confirm-modal .modal-dialog {
    width: 670px;
  }
}
.confirm-modal .modal-body {
  padding: 40px;
  color: #7c8a98;
  text-align: center;
}
@media (min-width: 768px) {
  .confirm-modal .modal-body {
    padding: 40px 100px;
    padding-bottom: 60px;
  }
}
.confirm-modal .modal-body .account-created-icon {
  max-width: 74px;
  margin-bottom: 20px;
}
.confirm-modal .modal-body h3 {
  font-size: 24px;
  color: #38454f;
  text-align: center;
  padding-top: 0;
  margin-bottom: 30px;
}
.confirm-modal .modal-body h3:before {
  display: none;
}
@media (min-width: 768px) {
  .confirm-modal .modal-body h3 {
    font-size: 32px;
  }
}
.confirm-modal .modal-body .div-purple {
  display: block;
  width: 52px;
  height: 1px;
  background: #7f64b5;
  margin: 30px auto;
}
.confirm-modal .modal-body h4 {
  color: #38454f;
  font-size: 18px;
  margin-bottom: 5px;
}
.confirm-modal .modal-body .btn {
  padding: 10px 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px!important;
  margin-bottom: 0!important;
  min-width: 250px;
  border-color: #7f64b5;
}
/*////====== DEMO STYLES =====////*/
.demo-page {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #edf3f5;
}
@media (min-width: 768px) {
  .demo-page {
    padding-top: 150px;
  }
}
.demo-page .well {
  background: #fff;
  padding: 40px;
}
.demo-page-heading {
  text-align: center;
  margin-bottom: 40px;
}
.demo-page-heading h1 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}
.demo-page-heading p {
  max-width: 740px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .demo-page-heading p {
    font-size: 18px;
  }
}
.demo-page-form label {
  color: #53535b;
  font-weight: bold;
  font-size: 14px;
}
.demo-page-form .btn {
  padding: 16px 30px;
  border: none;
  font-size: 14px;
  margin-top: -10px;
}
.demo-page-aside h2 {
  font-size: 22px;
  color: #7f64b5;
  margin-bottom: 25px;
}
.demo-page-aside ul li {
  padding-left: 30px;
  position: relative;
}
.demo-page-aside ul li + li {
  margin-top: 25px;
}
.demo-page-aside ul li .icon {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
}
.demo-page-aside ul li h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.trusted-by {
  text-align: center;
}
.trusted-by h4 {
  font-size: 14px;
  font-weight: normal;
  color: #7c8a98;
}
.trusted-by img {
  max-width: 303px;
  height: auto;
  margin-top: -10px;
}
/*////====== TELECONFERENCE STYLES =====////*/
.teleconference-hero {
  background-image: url('../img/bg-teleconference.jpg');
  background-color: #0d1013;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 63px;
  color: #fff;
}
@media (min-width: 768px) {
  .teleconference-hero {
    padding-top: 91px;
  }
}
.teleconference-hero .container-fluid {
  height: 600px;
}
@media (min-width: 480px) {
  .teleconference-hero .container-fluid {
    height: 650px;
  }
}
@media (min-width: 768px) {
  .teleconference-hero .container-fluid {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .teleconference-hero .container-fluid {
    height: 730px;
  }
}
.teleconference-hero-text {
  max-width: 400px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .teleconference-hero-text {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .teleconference-hero-text {
    max-width: 570px;
  }
}
.teleconference-hero-text h1 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
}
@media (min-width: 992px) {
  .teleconference-hero-text h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .teleconference-hero-text h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
}
.teleconference-hero-text .list-check {
  margin-top: 30px;
  margin-bottom: 30px;
}
.teleconference-sec1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .teleconference-sec1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.teleconference-sec1 .text-centered {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .teleconference-sec1 .text-centered {
    margin-bottom: 80px;
  }
}
.teleconference-sec1 .row > div {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .teleconference-sec1 .row > div {
    margin-bottom: 70px;
  }
  .teleconference-sec1 .row > div:nth-child(3n+1) {
    clear: both;
  }
}
.teleconference-sec1 .row .img-wrap {
  text-align: center;
  height: 50px;
  margin-bottom: 20px;
}
.teleconference-sec1 .row .img-wrap > img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.teleconference-sec1 .row h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.teleconference-sec1 .row p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.teleconference-sec2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f8f9;
}
@media (min-width: 768px) {
  .teleconference-sec2 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
.teleconference-sec2 .oac-pricing-item .well {
  height: 260px;
}
.teleconference-sec2 .oac-pricing-item .well h4 {
  font-weight: normal;
}
.teleconference-sec2 .oac-pricing-item .well select.form-control {
  height: 48px!important;
}
.teleconference-sec3 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .teleconference-sec3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.teleconference-sec3 .text-centered {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .teleconference-sec3 .text-centered {
    margin-bottom: 100px;
  }
}
.teleconference-sec3 .row > div {
  margin-bottom: 40px;
  text-align: center;
}
.teleconference-sec3 .row .img-wrap {
  text-align: center;
  height: 68px;
  margin-bottom: 20px;
}
.teleconference-sec3 .row .img-wrap > img {
  max-width: 68px;
  max-height: 68px;
  width: auto;
  height: auto;
}
.teleconference-sec3 .row h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.teleconference-sec3 .row p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
/*////====== MEETING SOFTWARE STYLES =====////*/
.meeting-software-hero {
  background-image: url('../img/bg-meeting-software.jpg');
  background-color: #0d1013;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 63px;
  color: #fff;
}
@media (min-width: 768px) {
  .meeting-software-hero {
    padding-top: 91px;
  }
}
.meeting-software-hero .container-fluid {
  height: 600px;
}
@media (min-width: 480px) {
  .meeting-software-hero .container-fluid {
    height: 650px;
  }
}
@media (min-width: 768px) {
  .meeting-software-hero .container-fluid {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .meeting-software-hero .container-fluid {
    height: 730px;
  }
}
.meeting-software-hero-text {
  max-width: 400px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .meeting-software-hero-text {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .meeting-software-hero-text {
    max-width: 600px;
  }
}
.meeting-software-hero-text h1 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
}
@media (min-width: 992px) {
  .meeting-software-hero-text h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .meeting-software-hero-text h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
}
.meeting-software-hero-text .list-check {
  margin-top: 30px;
  margin-bottom: 30px;
}
.meeting-software-sec1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .meeting-software-sec1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.meeting-software-sec1 .text-centered {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .meeting-software-sec1 .text-centered {
    margin-bottom: 80px;
  }
}
.meeting-software-sec1 .row > div {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .meeting-software-sec1 .row > div {
    margin-bottom: 70px;
  }
  .meeting-software-sec1 .row > div:nth-child(3n+1) {
    clear: both;
  }
}
.meeting-software-sec1 .row .img-wrap {
  text-align: center;
  height: 50px;
  margin-bottom: 20px;
}
.meeting-software-sec1 .row .img-wrap > img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.meeting-software-sec1 .row h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.meeting-software-sec1 .row p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.meeting-software-sec2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f8f9;
}
@media (min-width: 768px) {
  .meeting-software-sec2 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
.meeting-software-sec2 .oac-pricing-item .well {
  height: 260px;
}
.meeting-software-sec2 .oac-pricing-item .well h4 {
  font-weight: normal;
}
.meeting-software-sec2 .oac-pricing-item .well select.form-control {
  height: 48px!important;
}
.meeting-software-sec3 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .meeting-software-sec3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.meeting-software-sec3 .heading-border {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.meeting-software-sec3 .text-centered {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .meeting-software-sec3 .text-centered {
    margin-bottom: 100px;
  }
}
.meeting-software-sec3 .row > div {
  margin-bottom: 40px;
  text-align: center;
}
.meeting-software-sec3 .row .img-wrap {
  text-align: center;
  height: 73px;
  margin-bottom: 20px;
}
.meeting-software-sec3 .row .img-wrap > img {
  max-width: 73px;
  max-height: 73px;
  width: auto;
  height: auto;
}
.meeting-software-sec3 .row h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.meeting-software-sec3 .row p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
/*////====== LANDING TEMPLATE STYLES =====////*/
.landing-template-hero {
  background-color: #0d1013;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 63px;
  color: #fff;
}
@media (min-width: 768px) {
  .landing-template-hero {
    padding-top: 91px;
  }
}
.landing-template-hero .container-fluid {
  height: 600px;
}
@media (min-width: 480px) {
  .landing-template-hero .container-fluid {
    height: 650px;
  }
}
.landing-template-hero.webinar {
  background-image: url('../img/bg-webinar.jpg');
}
@media (min-width: 1200px) {
  .landing-template-hero.webinar .landing-template-hero-text {
    max-width: 700px;
  }
  .landing-template-hero.webinar .landing-template-hero-text p {
    max-width: 620px;
  }
}
.landing-template-hero.record-webinar {
  background-image: url('../img/bg-record-webinar.jpg');
}
@media (min-width: 1200px) {
  .landing-template-hero.record-webinar .landing-template-hero-text {
    max-width: 780px;
  }
  .landing-template-hero.record-webinar .landing-template-hero-text p {
    max-width: 620px;
  }
}
.landing-template-hero.remote-support-software {
  background-image: url('../img/bg-remote-support-software.jpg');
}
.landing-template-hero.schedule-meeting {
  background-image: url('../img/bg-schedule-meeting.jpg');
}
.landing-template-hero.share-desktop-screen {
  background-image: url('../img/bg-share-desktop-screen.jpg');
}
.landing-template-hero-text {
  max-width: 400px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .landing-template-hero-text {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .landing-template-hero-text {
    max-width: 620px;
  }
}
.landing-template-hero-text h1 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
}
@media (min-width: 992px) {
  .landing-template-hero-text h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .landing-template-hero-text h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }
}
.landing-template-hero-text .list-check {
  margin-top: 30px;
  margin-bottom: 30px;
}
.landing-template-sec1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .landing-template-sec1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.landing-template-sec1 .text-centered {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .landing-template-sec1 .text-centered {
    margin-bottom: 80px;
  }
}
.landing-template-sec1 .row > div {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-template-sec1 .row > div {
    margin-bottom: 70px;
  }
  .landing-template-sec1 .row > div:nth-child(3n+1) {
    clear: both;
  }
}
.landing-template-sec1 .row .img-wrap {
  text-align: center;
  height: 50px;
  margin-bottom: 20px;
}
.landing-template-sec1 .row .img-wrap > img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.landing-template-sec1 .row h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.landing-template-sec1 .row p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.landing-template-sec2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f8f9;
}
@media (min-width: 768px) {
  .landing-template-sec2 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
.landing-template-sec2 .oac-pricing-item .well {
  height: 260px;
}
.landing-template-sec2 .oac-pricing-item .well h4 {
  font-weight: normal;
}
.landing-template-sec2 .oac-pricing-item .well select.form-control {
  height: 48px!important;
  border-radius: 3px;
}
.landing-template-sec3 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-template-sec3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.landing-template-sec3 .heading-border {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.landing-template-sec3 .text-centered {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .landing-template-sec3 .text-centered {
    margin-bottom: 100px;
  }
}
.landing-template-sec3 .row > div {
  margin-bottom: 40px;
  text-align: center;
}
.landing-template-sec3 .row .img-wrap {
  text-align: center;
  height: 73px;
  margin-bottom: 20px;
}
.landing-template-sec3 .row .img-wrap > img {
  max-width: 73px;
  max-height: 73px;
  width: auto;
  height: auto;
}
.landing-template-sec3 .row h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.landing-template-sec3 .row p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.support-confirmation-box {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  margin: 40px auto;
  max-width: 720px;
  padding: 40px;
  text-align: center;
}
.support-confirmation-box h1 {
  color: #7f64b5;
  font-size: 32px;
  padding-top: 85px;
  position: relative;
}
.support-confirmation-box h1::before {
  background: rgba(0, 0, 0, 0) url("../img/icon-contact-modal.png") no-repeat scroll center center / 100% auto;
  content: "";
  display: block;
  height: 75px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.support-confirmation-box .text-centered {
  max-width: 400px;
}
.support-confirmation-box p {
  margin-bottom: 0;
}
.support-confirmation-box .support-modal-div {
  background: #7f64b5 none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin: 20px auto;
  width: 70px;
}
.support-confirmation-box .btn {
  margin-top: 20px;
}
.support-confirmation-box-foot {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
.support-confirmation-box-foot-text {
  padding-top: 40px;
  position: relative;
}
.support-confirmation-box-foot-text::before {
  background: rgba(0, 0, 0, 0) url("../img/icon-rcc-pricing2.png") no-repeat scroll center center / 100% auto;
  content: "";
  display: block;
  height: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.support-confirmation-box-foot-phone {
  color: #38454f;
  font-size: 18px;
  margin-bottom: 0;
}
.support-confirmation-box-foot-email {
  font-size: 18px;
}
.tooltip {
  left: -70px;
}
a:focus {
  outline: none;
}
a:active {
  outline: none;
}
.login-heading3:before {
  content: "";
  display: block;
  width: 48px;
  height: 40px;
  background: url(../img/icon-survey-error.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
}
.secure-box {
  display: block;
  padding: 10px;
  background: #FFF;
  position: absolute;
  bottom: 30px;
  right: 18px;
}
@media (max-width: 767px) {
  .secure-box {
    bottom: 20px;
    right: 32px;
  }
}
@media (max-width: 480px) {
  .secure-box {
    position: absolute;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=main.css.map */