/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #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; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  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: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

.container, .section > .vc_column_container > .vc_column-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .section > .vc_column_container > .vc_column-inner:before, .container:after, .section > .vc_column_container > .vc_column-inner:after {
    content: " ";
    display: table; }
  .container:after, .section > .vc_column_container > .vc_column-inner:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .section > .vc_column_container > .vc_column-inner {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .section > .vc_column_container > .vc_column-inner {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .section > .vc_column_container > .vc_column-inner {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .portfolio, .team, .latest-posts {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .portfolio:before, .team:before, .latest-posts:before, .row:after, .portfolio:after, .team:after, .latest-posts:after {
    content: " ";
    display: table; }
  .row:after, .portfolio:after, .team:after, .latest-posts:after {
    clear: both; }

.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, .blog .sidebar,
.search .sidebar,
.archive .sidebar,
.single-post .sidebar, .port-4 .port-item, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .port-3 .port-item, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .port-item, .col-sm-6, .skill, .col-md-6, .port-2 .port-item, .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, .blog .has-sidebar,
.search .has-sidebar,
.archive .has-sidebar,
.single-post .has-sidebar, .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, .port-item, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

.col-xs-6, .port-item {
  width: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .skill, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

  .col-sm-6, .skill {
    width: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .blog .sidebar,
  .search .sidebar,
  .archive .sidebar,
  .single-post .sidebar, .port-4 .port-item, .col-md-4, .port-3 .port-item, .col-md-5, .col-md-6, .port-2 .port-item, .col-md-7, .col-md-8, .col-md-9, .blog .has-sidebar,
  .search .has-sidebar,
  .archive .has-sidebar,
  .single-post .has-sidebar, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

  .col-md-3, .blog .sidebar,
  .search .sidebar,
  .archive .sidebar,
  .single-post .sidebar, .port-4 .port-item {
    width: 25%; }

  .col-md-4, .port-3 .port-item {
    width: 33.33333%; }

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

  .col-md-6, .port-2 .port-item {
    width: 50%; }

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

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

  .col-md-9, .blog .has-sidebar,
  .search .has-sidebar,
  .archive .has-sidebar,
  .single-post .has-sidebar {
    width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-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-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
/* Spin animation */
.spin {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.alt-font, p.alt-text,
.alt-text {
  font-family: 'Pacifico', cursive; }

.sect-inner {
  padding-top: 60px;
  padding-bottom: 60px; }

.blog .has-sidebar:before,
.search .has-sidebar:before,
.archive .has-sidebar:before,
.single-post .has-sidebar:before, .portfolio:before, .searchform:before, .blog .has-sidebar:after,
.search .has-sidebar:after,
.archive .has-sidebar:after,
.single-post .has-sidebar:after, .portfolio:after, .searchform:after {
  content: " ";
  display: table; }
.blog .has-sidebar:after,
.search .has-sidebar:after,
.archive .has-sidebar:after,
.single-post .has-sidebar:after, .portfolio:after, .searchform:after {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.vertical-align-container {
  display: table;
  width: 100%; }

.vertical-align {
  display: table-cell;
  vertical-align: middle; }

.ghostVerticalAlign:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: .1px; }

.centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.col-centered {
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  vertical-align: top; }
  @media (min-width: 768px) {
    .col-centered {
      display: inline-block; } }

p {
  margin: 0 0 14px 0; }

/* ------------------------ */
/*   Forms
/* ------------------------ */
fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {
  background: #fff;
  border: none;
  color: #aaa;
  display: block;
  font: 13px HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 10px 10px 10px;
  width: 210px; }

input:invalid {
  box-shadow: none; }

/* Removes top shadow on ios*/
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
  border: 1px solid #f5f5f5;
  border-radius: 0;
  /*    -webkit-appearance: none;
      -moz-appearance: none;*/ }

select {
  padding: 0 0 0 5px; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

textarea {
  min-height: 60px; }

label,
legend {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-size: 13px;
  font-weight: 400;
  color: #444; }

.mb {
  margin-bottom: 30px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb {
  margin-bottom: 30px !important; }

.no-mb-md {
  margin-bottom: 0 !important; }

.mt {
  margin-top: 30px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mr {
  margin-right: 20px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.ml {
  margin-left: 20px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

@media (max-width: 767px) {
  .mb-xs-10 {
    margin-bottom: 10px !important; }

  .mb-xs-20 {
    margin-bottom: 20px !important; }

  .mb-xs-30 {
    margin-bottom: 30px !important; }

  .mb-xs-40 {
    margin-bottom: 40px !important; }

  .mb-xs-50 {
    margin-bottom: 50px !important; }

  .mb-xs-60 {
    margin-bottom: 60px !important; }

  .mb-xs-70 {
    margin-bottom: 70px !important; }

  .mb-xs-80 {
    margin-bottom: 80px !important; }

  .mb-xs-90 {
    margin-bottom: 90px !important; }

  .mb-xs-none {
    margin-bottom: 0 !important; }

  .mb-xs {
    margin-bottom: 20px !important; } }
@media (max-width: 991px) {
  .mb-sm-10 {
    margin-bottom: 10px !important; }

  .mb-sm-20 {
    margin-bottom: 20px !important; }

  .mb-sm-30 {
    margin-bottom: 30px !important; }

  .mb-sm-40 {
    margin-bottom: 40px !important; }

  .mb-sm-50 {
    margin-bottom: 50px !important; }

  .mb-sm-60 {
    margin-bottom: 60px !important; }

  .mb-sm-70 {
    margin-bottom: 70px !important; }

  .mb-sm-80 {
    margin-bottom: 80px !important; }

  .mb-sm-90 {
    margin-bottom: 90px !important; }

  .mb-sm-none {
    margin-bottom: 0 !important; }

  .mb-sm {
    margin-bottom: 20px !important; } }
@media (min-width: 768px) {
  .mb-sm-min-10 {
    margin-bottom: 10px !important; }

  .mb-sm-min-20 {
    margin-bottom: 20px !important; }

  .mb-sm-min-30 {
    margin-bottom: 30px !important; }

  .mb-sm-min-40 {
    margin-bottom: 40px !important; }

  .mb-sm-min-50 {
    margin-bottom: 50px !important; }

  .mb-sm-min-60 {
    margin-bottom: 60px !important; }

  .mb-sm-min-70 {
    margin-bottom: 70px !important; }

  .mb-sm-min-80 {
    margin-bottom: 80px !important; }

  .mb-sm-min-90 {
    margin-bottom: 90px !important; }

  .mb-sm-min-none {
    margin-bottom: 0 !important; }

  .mb-sm {
    margin-bottom: 20px !important; } }
@media (max-width: 1199px) {
  .mb-md-10 {
    margin-bottom: 10px !important; }

  .mb-md-20 {
    margin-bottom: 20px !important; }

  .mb-md-30 {
    margin-bottom: 30px !important; }

  .mb-md-40 {
    margin-bottom: 40px !important; }

  .mb-md-50 {
    margin-bottom: 50px !important; }

  .mb-md-60 {
    margin-bottom: 60px !important; }

  .mb-md-70 {
    margin-bottom: 70px !important; }

  .mb-md-80 {
    margin-bottom: 80px !important; }

  .mb-md-90 {
    margin-bottom: 90px !important; }

  .mb-md-none {
    margin-bottom: 0 !important; }

  .mb-md {
    margin-bottom: 20px !important; } }
@media (max-width: 1199px) {
  .mb-lg-10 {
    margin-bottom: 10px !important; }

  .mb-lg-20 {
    margin-bottom: 20px !important; }

  .mb-lg-30 {
    margin-bottom: 30px !important; }

  .mb-lg-40 {
    margin-bottom: 40px !important; }

  .mb-lg-50 {
    margin-bottom: 50px !important; }

  .mb-lg-60 {
    margin-bottom: 60px !important; }

  .mb-lg-70 {
    margin-bottom: 70px !important; }

  .mb-lg-80 {
    margin-bottom: 80px !important; }

  .mb-lg-90 {
    margin-bottom: 90px !important; }

  .no-mb-lg {
    margin-bottom: 0 !important; }

  .mb-lg {
    margin-bottom: 20px !important; } }
@media (max-width: 340px) {
  .mb-xxs {
    margin-bottom: 20px !important; } }
.no-p {
  padding: 0 !important; }

.no-mb {
  margin-bottom: 0 !important; }

.no-pb {
  padding-bottom: 0 !important; }

.no-mt {
  margin-top: 0 !important; }

.no-rm {
  margin-right: 0 !important; }

/* ===================================================== */
/* Sections 											 */
/* ===================================================== */
.contents {
  position: relative;
  max-width: 1905px;
  margin-left: auto;
  margin-right: auto; }
  .no-max-width .contents {
    max-width: none; }

@media (max-width: 767px) {
  .container, .section > .vc_column_container > .vc_column-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px; }

  .sect .container, .about-section .container, .contact-section .container, .intro_section .container, .skills-section .container, .posts-section .container, .sect .section > .vc_column_container > .vc_column-inner, .about-section .section > .vc_column_container > .vc_column-inner, .contact-section .section > .vc_column_container > .vc_column-inner, .intro_section .section > .vc_column_container > .vc_column-inner, .skills-section .section > .vc_column_container > .vc_column-inner, .posts-section .section > .vc_column_container > .vc_column-inner {
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 991px) {
  .centerer {
    padding-top: 60px;
    padding-bottom: 60px; }
    .centerer .container, .centerer .section > .vc_column_container > .vc_column-inner {
      padding-top: 0;
      padding-bottom: 0; } }
.row.cell, .cell.portfolio, .cell.team, .cell.latest-posts,
.sect.cell,
.cell.about-section,
.cell.contact-section,
.cell.intro_section,
.cell.skills-section,
.cell.posts-section {
  padding: 40px; }
  @media (min-width: 992px) {
    .row.cell, .cell.portfolio, .cell.team, .cell.latest-posts,
    .sect.cell,
    .cell.about-section,
    .cell.contact-section,
    .cell.intro_section,
    .cell.skills-section,
    .cell.posts-section {
      padding: 60px 100px; } }
  @media (min-width: 992px) {
    .row.cell, .cell.portfolio, .cell.team, .cell.latest-posts,
    .sect.cell,
    .cell.about-section,
    .cell.contact-section,
    .cell.intro_section,
    .cell.skills-section,
    .cell.posts-section {
      padding: 80px 100px; } }
  @media (min-width: 1600px) {
    .row.cell, .cell.portfolio, .cell.team, .cell.latest-posts,
    .sect.cell,
    .cell.about-section,
    .cell.contact-section,
    .cell.intro_section,
    .cell.skills-section,
    .cell.posts-section {
      padding: 100px 150px; } }

.row.cell-20, .cell-20.portfolio, .cell-20.team, .cell-20.latest-posts,
.sect.cell-20,
.cell-20.about-section,
.cell-20.contact-section,
.cell-20.intro_section,
.cell-20.skills-section,
.cell-20.posts-section {
  padding: 20px 40px; }
  @media (min-width: 992px) {
    .row.cell-20, .cell-20.portfolio, .cell-20.team, .cell-20.latest-posts,
    .sect.cell-20,
    .cell-20.about-section,
    .cell-20.contact-section,
    .cell-20.intro_section,
    .cell-20.skills-section,
    .cell-20.posts-section {
      padding: 40px 100px; } }
  @media (min-width: 992px) {
    .row.cell-20, .cell-20.portfolio, .cell-20.team, .cell-20.latest-posts,
    .sect.cell-20,
    .cell-20.about-section,
    .cell-20.contact-section,
    .cell-20.intro_section,
    .cell-20.skills-section,
    .cell-20.posts-section {
      padding: 60px 100px; } }
  @media (min-width: 1600px) {
    .row.cell-20, .cell-20.portfolio, .cell-20.team, .cell-20.latest-posts,
    .sect.cell-20,
    .cell-20.about-section,
    .cell-20.contact-section,
    .cell-20.intro_section,
    .cell-20.skills-section,
    .cell-20.posts-section {
      padding: 80px 150px; } }

@media (min-width: 768px) {
  .page-scroller .contents,
  .full-height .contents,
  .full-height {
    height: 100%;
    position: relative; } }
.container.narrow, .section > .vc_column_container > .narrow.vc_column-inner {
  width: 950px; }

.row, .portfolio, .team, .latest-posts {
  background-size: cover;
  background-position: center; }

.sect-1, .video-section,
.sect-2,
.clients-section,
.portfolio-section,
.team-section,
.sect-4,
.process-section,
.sect-2,
.clients-section,
.portfolio-section,
.team-section,
.section,
.sect,
.about-section,
.contact-section,
.intro_section,
.skills-section,
.posts-section {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px; }
  .sect-1:before, .video-section:before, .sect-1:after, .video-section:after,
  .sect-2:before,
  .clients-section:before,
  .portfolio-section:before,
  .team-section:before,
  .sect-2:after,
  .clients-section:after,
  .portfolio-section:after,
  .team-section:after,
  .sect-4:before,
  .process-section:before,
  .sect-4:after,
  .process-section:after,
  .sect-2:before,
  .clients-section:before,
  .portfolio-section:before,
  .team-section:before,
  .sect-2:after,
  .clients-section:after,
  .portfolio-section:after,
  .team-section:after,
  .section:before,
  .section:after,
  .sect:before,
  .about-section:before,
  .contact-section:before,
  .intro_section:before,
  .skills-section:before,
  .posts-section:before,
  .sect:after,
  .about-section:after,
  .contact-section:after,
  .intro_section:after,
  .skills-section:after,
  .posts-section:after {
    content: " ";
    display: table; }
  .sect-1:after, .video-section:after,
  .sect-2:after,
  .clients-section:after,
  .portfolio-section:after,
  .team-section:after,
  .sect-4:after,
  .process-section:after,
  .sect-2:after,
  .clients-section:after,
  .portfolio-section:after,
  .team-section:after,
  .section:after,
  .sect:after,
  .about-section:after,
  .contact-section:after,
  .intro_section:after,
  .skills-section:after,
  .posts-section:after {
    clear: both; }
  @media (max-width: 992px) {
    .sect-1, .video-section,
    .sect-2,
    .clients-section,
    .portfolio-section,
    .team-section,
    .sect-4,
    .process-section,
    .sect-2,
    .clients-section,
    .portfolio-section,
    .team-section,
    .section,
    .sect,
    .about-section,
    .contact-section,
    .intro_section,
    .skills-section,
    .posts-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sect-1.vc_row-no-padding .wpb_column, .vc_row-no-padding.video-section .wpb_column,
  .sect-2.vc_row-no-padding .wpb_column,
  .vc_row-no-padding.clients-section .wpb_column,
  .vc_row-no-padding.portfolio-section .wpb_column,
  .vc_row-no-padding.team-section .wpb_column,
  .sect-4.vc_row-no-padding .wpb_column,
  .vc_row-no-padding.process-section .wpb_column,
  .sect-2.vc_row-no-padding .wpb_column,
  .vc_row-no-padding.clients-section .wpb_column,
  .vc_row-no-padding.portfolio-section .wpb_column,
  .vc_row-no-padding.team-section .wpb_column,
  .section.vc_row-no-padding .wpb_column,
  .sect.vc_row-no-padding .wpb_column,
  .vc_row-no-padding.about-section .wpb_column,
  .vc_row-no-padding.contact-section .wpb_column,
  .vc_row-no-padding.intro_section .wpb_column,
  .vc_row-no-padding.skills-section .wpb_column,
  .vc_row-no-padding.posts-section .wpb_column {
    padding-left: 0;
    padding-right: 0; }
  .sect-1.large, .large.video-section,
  .sect-2.large,
  .large.clients-section,
  .large.portfolio-section,
  .large.team-section,
  .sect-4.large,
  .large.process-section,
  .sect-2.large,
  .large.clients-section,
  .large.portfolio-section,
  .large.team-section,
  .section.large,
  .sect.large,
  .large.about-section,
  .large.contact-section,
  .large.intro_section,
  .large.skills-section,
  .large.posts-section {
    padding-top: 170px;
    padding-bottom: 170px; }
    @media (max-width: 767px) {
      .sect-1.large, .large.video-section,
      .sect-2.large,
      .large.clients-section,
      .large.portfolio-section,
      .large.team-section,
      .sect-4.large,
      .large.process-section,
      .sect-2.large,
      .large.clients-section,
      .large.portfolio-section,
      .large.team-section,
      .section.large,
      .sect.large,
      .large.about-section,
      .large.contact-section,
      .large.intro_section,
      .large.skills-section,
      .large.posts-section {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .sect-1.pd-tb-100, .pd-tb-100.video-section,
  .sect-2.pd-tb-100,
  .pd-tb-100.clients-section,
  .pd-tb-100.portfolio-section,
  .pd-tb-100.team-section,
  .sect-4.pd-tb-100,
  .pd-tb-100.process-section,
  .sect-2.pd-tb-100,
  .pd-tb-100.clients-section,
  .pd-tb-100.portfolio-section,
  .pd-tb-100.team-section,
  .section.pd-tb-100,
  .sect.pd-tb-100,
  .pd-tb-100.about-section,
  .pd-tb-100.contact-section,
  .pd-tb-100.intro_section,
  .pd-tb-100.skills-section,
  .pd-tb-100.posts-section {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sect-1.no-top-bottom-padding, .no-top-bottom-padding.video-section,
  .sect-2.no-top-bottom-padding,
  .no-top-bottom-padding.clients-section,
  .no-top-bottom-padding.portfolio-section,
  .no-top-bottom-padding.team-section,
  .sect-4.no-top-bottom-padding,
  .no-top-bottom-padding.process-section,
  .sect-2.no-top-bottom-padding,
  .no-top-bottom-padding.clients-section,
  .no-top-bottom-padding.portfolio-section,
  .no-top-bottom-padding.team-section,
  .section.no-top-bottom-padding,
  .sect.no-top-bottom-padding,
  .no-top-bottom-padding.about-section,
  .no-top-bottom-padding.contact-section,
  .no-top-bottom-padding.intro_section,
  .no-top-bottom-padding.skills-section,
  .no-top-bottom-padding.posts-section {
    padding-top: 0;
    padding-bottom: 0; }
  .sect-1.short, .short.video-section,
  .sect-2.short,
  .short.clients-section,
  .short.portfolio-section,
  .short.team-section,
  .sect-4.short,
  .short.process-section,
  .sect-2.short,
  .short.clients-section,
  .short.portfolio-section,
  .short.team-section,
  .section.short,
  .sect.short,
  .short.about-section,
  .short.contact-section,
  .short.intro_section,
  .short.skills-section,
  .short.posts-section {
    padding-top: 60px;
    padding-bottom: 60px; }
  .sect-1.line-top, .line-top.video-section,
  .sect-2.line-top,
  .line-top.clients-section,
  .line-top.portfolio-section,
  .line-top.team-section,
  .sect-4.line-top,
  .line-top.process-section,
  .sect-2.line-top,
  .line-top.clients-section,
  .line-top.portfolio-section,
  .line-top.team-section,
  .section.line-top,
  .sect.line-top,
  .line-top.about-section,
  .line-top.contact-section,
  .line-top.intro_section,
  .line-top.skills-section,
  .line-top.posts-section {
    border-top: 1px solid #f0f0f0; }
  .sect-1.line-bottom, .line-bottom.video-section,
  .sect-2.line-bottom,
  .line-bottom.clients-section,
  .line-bottom.portfolio-section,
  .line-bottom.team-section,
  .sect-4.line-bottom,
  .line-bottom.process-section,
  .sect-2.line-bottom,
  .line-bottom.clients-section,
  .line-bottom.portfolio-section,
  .line-bottom.team-section,
  .section.line-bottom,
  .sect.line-bottom,
  .line-bottom.about-section,
  .line-bottom.contact-section,
  .line-bottom.intro_section,
  .line-bottom.skills-section,
  .line-bottom.posts-section {
    border-bottom: 1px solid #f0f0f0; }

.sect .container, .about-section .container, .contact-section .container, .intro_section .container, .skills-section .container, .posts-section .container, .sect .section > .vc_column_container > .vc_column-inner, .about-section .section > .vc_column_container > .vc_column-inner, .contact-section .section > .vc_column_container > .vc_column-inner, .intro_section .section > .vc_column_container > .vc_column-inner, .skills-section .section > .vc_column_container > .vc_column-inner, .posts-section .section > .vc_column_container > .vc_column-inner {
  position: relative; }

.center-col-container {
  text-align: center; }

.center-col {
  float: none;
  margin: 0 auto; }

.sect-inner {
  background-color: white; }

.tx-white {
  color: #fff; }

/* Image Section */
.bg-img {
  background-size: cover;
  background-position: center; }

.page-section {
  padding: 120px 0; }

.center-contents {
  display: table;
  width: 100%; }

/* ===================================================== */
/* Sections original
/* ===================================================== */
/* Overrides margin bottom on visual composer rows used for sections */
.image-section.wpb_row,
.sect-1.wpb_row,
.wpb_row.video-section,
.sect-2.wpb_row,
.wpb_row.clients-section,
.wpb_row.portfolio-section,
.wpb_row.team-section,
.sect-3.wpb_row,
.sect-4.wpb_row,
.wpb_row.process-section {
  margin-bottom: 0; }

/* Light Background Section */
.sect-2, .clients-section, .portfolio-section, .team-section {
  background: #f5f5f5; }

/* Slim Section*/
.sect-3 {
  padding: 60px 0; }

/* Dark Background section */
.sect-4, .process-section {
  background: #222;
  color: #fff; }

/* Sections with a Background image */
.image-section {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 90px 0 70px; }

/* White Fonts for image sections */
.image-section h1,
.image-section h2,
.image-section h3,
.image-section h4,
.image-section h5,
.image-section .latest-posts .title,
.latest-posts .image-section .title,
.image-section h6 {
  color: #fff; }

.image-section h1.section-title,
.sect-4 h1.section-title,
.process-section h1.section-title,
.image-section .title,
.sect-4 .title,
.process-section .title {
  color: #fff; }

/* Addes a tint for a section */
.tinted_row .tint {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 90px 0 70px; }

.tinted_row {
  margin: 0;
  padding: 0; }

.white-text {
  color: #fff; }
  .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text .latest-posts .title, .latest-posts .white-text .title, .white-text h6 {
    color: #fff; }

/* Remove dashes for an image background */
.image-section .callout .button {
  background: none;
  box-shadow: none; }

.image-section .callout:after {
  display: none; }

.sect-2 .callout .button, .clients-section .callout .button, .portfolio-section .callout .button, .team-section .callout .button {
  background: #f5f5f5;
  box-shadow: 0 0 0 20px #f5f5f5; }

.sect-4 .callout .button, .process-section .callout .button {
  background: #222;
  box-shadow: 0 0 0 20px #222; }

/* ===================================================== */
/* Typography
/* ===================================================== */
.page-title,
.section-title {
  text-align: center;
  margin-bottom: 60px; }

.section-title {
  text-align: center;
  padding-bottom: 10px;
  color: inherit; }
  .section-title:after {
    border-bottom: 4px solid #7fbbc5;
    content: "";
    display: block;
    margin: 30px auto;
    width: 80px; }
  .section-title h1 {
    margin-bottom: 15px;
    color: inherit; }
  .section-title .description {
    text-transform: none;
    margin: 0 60px; }
  .section-title p {
    color: #999999;
    font-size: 24px; }

.pre {
  font-family: 'Pacifico', cursive;
  color: #009ec6;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px; }
  .pre span {
    display: inline-block; }
    @media (min-width: 480px) {
      .pre span:before, .pre span:after {
        background: #f0f0f0;
        content: "";
        display: block;
        float: left;
        height: 2px;
        margin: 20px 20px 0;
        width: 60px; }
        .large .pre span:before, .large .pre span:after {
          margin-top: 35px; }
      .pre span:after {
        content: '';
        float: right;
        left: auto; } }

.dark-scheme,
.white-text {
  color: white; }
  .dark-scheme h1, .dark-scheme h2, .dark-scheme h3, .dark-scheme h4, .dark-scheme h5, .dark-scheme .latest-posts .title, .latest-posts .dark-scheme .title, .dark-scheme h6, .dark-scheme p, .dark-scheme li, .dark-scheme i,
  .white-text h1,
  .white-text h2,
  .white-text h3,
  .white-text h4,
  .white-text h5,
  .white-text .latest-posts .title,
  .latest-posts .white-text .title,
  .white-text h6,
  .white-text p,
  .white-text li,
  .white-text i {
    color: inherit; }
  .dark-scheme .dash:after,
  .white-text .dash:after {
    border-color: #fff; }
  .dark-scheme.section-title,
  .dark-scheme .desc,
  .dark-scheme .alt-text,
  .white-text.section-title,
  .white-text .desc,
  .white-text .alt-text {
    color: #fff; }

.dash {
  display: inline-block; }
  .dash:after {
    border-bottom: 3px solid #f0f0f0;
    width: 34px;
    padding-top: 0;
    margin-bottom: 0; }
    .dash:after:after {
      content: '';
      display: block; }

.dash.centered {
  display: block; }
  .dash.centered:after {
    margin: 0 auto; }

/*
h1.alt-font {
  font-size: 50px;
} */
.subtext {
  font-size: 10px; }

.txt-xs {
  font-size: 10px; }

.txt-sm {
  font-size: 12px; }

.txt-md {
  font-size: 18px;
  line-height: 1.5; }

.txt-bg {
  font-size: 22px;
  line-height: 1.4; }

.txt-lg {
  font-size: 30px;
  line-height: 1.4; }
  .txt-lg.alt-font {
    line-height: .9; }

.txt-xl {
  font-size: 100px;
  line-height: 1; }
  .txt-xl.alt-font {
    line-height: .9; }

.txt-xxl {
  font-size: 170px;
  line-height: 1; }
  .txt-xxl.alt-font {
    line-height: .9; }

.heading {
  font-size: 50px; }

.section-title2:after:after {
  border-bottom: 4px solid #000;
  width: 100px;
  padding-top: 20px;
  margin-bottom: 0; }
  .section-title2:after:after:after {
    content: '';
    display: block; }

.intro-img {
  display: block;
  margin: 0 auto;
  max-width: 90%; }

.title {
  margin-top: 0; }
  .title.light {
    color: white; }
  .title a {
    text-decoration: none; }

p.alt-text,
.alt-text {
  color: #AAAAAA;
  font-size: 20px;
  line-height: 1.2; }
  p.alt-text.white,
  .alt-text.white {
    color: white; }
  p.alt-text.dark,
  .alt-text.dark {
    color: #444; }
  p.alt-text.medium,
  .alt-text.medium {
    font-size: 26px;
    line-height: 1.3; }
  p.alt-text.large,
  .alt-text.large {
    font-size: 30px;
    line-height: 1.4; }

.alt-text2 {
  font-weight: 300;
  color: #ccc;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .alt-text2.medium {
    font-size: 20px; }
  .alt-text2.big {
    font-size: 24px; }
  .alt-text2.large {
    font-size: 28px; }

h1, h2, h3,
h4, h5, .latest-posts .title, h6 {
  font-weight: 500;
  font-family: 'Raleway', sans-serif; }
  h1 a, h2 a, h3 a,
  h4 a, h5 a, .latest-posts .title a, h6 a {
    text-decoration: none; }
  h1:first-child, h2:first-child, h3:first-child,
  h4:first-child, h5:first-child, .latest-posts .title:first-child, h6:first-child {
    padding-top: 0;
    margin-top: 0; }
  h1 strong, h2 strong, h3 strong,
  h4 strong, h5 strong, .latest-posts .title strong, h6 strong {
    font-weight: 500; }

.underline {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 30px; }

blockquote {
  margin: 0 0 20px;
  padding: 20px 20px 20px 25px;
  border-left: 2px solid #ddd; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote a {
    text-decoration: none; }

blockquote i {
  float: left;
  color: #ccc;
  margin-right: 10px;
  margin-top: -6px;
  font-size: 20px; }

.center-text {
  text-align: center; }

i {
  color: #444; }

/* Lists */
ul {
  padding-left: 20px; }

.fa-li {
  top: .33em; }

.list li {
  list-style-type: none; }
  .list li i {
    margin-right: 10px; }

/* ===================================================== */
/* DropCaps
/* ===================================================== */
.dropcap {
  color: #4d4d4d;
  float: left;
  font-size: 40px;
  line-height: 1;
  line-height: 30px;
  margin: 8px 20px 0 0;
  font-weight: 300; }

.dropcap.color {
  color: #aaa; }

/* ------------------------ */
/*   buttons
/* ------------------------ */
/* DEFAULT BUTTON */
.btn.outline,
.portfolio-wrapper .load-more,
.button.outline,
button.outline,
input[type="submit"].outline,
input[type="reset"].outline,
input[type="button"].outline,
.btn,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  background: #777;
  display: inline-block;
  padding: 8px 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  font-family: inherit;
  line-height: normal;
  margin: 0 20px 20px 0;
  color: white;
  cursor: pointer;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  -webkit-appearance: none;
  text-transform: uppercase;
  text-align: left; }

/* DEFAULT BUTTON HOVER */
.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #424242;
  color: white; }

/* BUTTONS WITH ICONS*/
.btn i,
.button i {
  padding: 0 15px 0 0; }

/* LAST BUTTON */
.btn.last,
.button.last,
button.last,
input[type="submit"].last,
input[type="reset"].last,
input[type="button"].last {
  margin-right: 0; }

/* OUTLINE BUTTONS */
.btn.outline,
.portfolio-wrapper .load-more,
.button.outline,
button.outline,
input[type="submit"].outline,
input[type="reset"].outline,
input[type="button"].outline {
  background: none;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  color: #7fbbc4; }

.btn.outline:hover,
.button.outline:hover,
button.outline:hover,
input[type="submit"].outline:hover,
input[type="reset"].outline:hover,
input[type="button"].outline:hover {
  border-color: #a0a0a0; }

/* COLOR BUTTONS */
.btn.color,
.button.color,
button.color,
input[type="submit"].color,
input[type="reset"].color,
input[type="button"].color {
  background: #7fbbc5;
  color: #fff; }

.btn.color:hover,
.button.color:hover,
button.color:hover,
input[type="submit"].color:hover,
input[type="reset"].color:hover,
input[type="button"].color:hover {
  background: #888; }

.btn:active,
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #333; }

.btn.full-width,
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

/* BUTTON SIZES */
.btn.small,
.button.small,
button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small {
  font-size: 12px;
  padding: 4px 14px; }

.btn.medium,
.button.medium,
button.medium,
input[type="submit"].medium,
input[type="reset"].medium,
input[type="button"].medium {
  font-size: 16px;
  padding: 10px 20px; }

.btn.large,
.button.large,
button.large,
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large {
  font-size: 18px;
  padding: 10px 25px;
  font-weight: 300; }

/* ------------------------ */
/*   Body
/* ------------------------ */
html, body {
  height: 100%;
  letter-spacing: .05em;
  color: #777;
  background: white;
  font: 14px/1.5 'Open Sans', sans-serif;
  color: #444;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
  letter-spacing: 1.1px; }
  html.page-padding, body.page-padding {
    padding: 20px; }
    html.page-padding:before, body.page-padding:before {
      content: ' ';
      width: 100%;
      height: 20px;
      background: white;
      position: fixed;
      top: auto;
      margin-top: -20px;
      z-index: 9999; }

body {
  overflow-y: auto;
  overflow-x: hidden; }

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

/* ------------------------ */
/*   Main Banner
/* ------------------------ */
.clc-component-banner {
  height: 100vh; }

.banner {
  color: #fff;
  height: 100%;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .banner .centerer {
      padding: 0 15px; } }
  .banner .heading {
    color: inherit;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .banner .heading {
        font-size: 80px; } }
    .banner .heading span {
      display: block; }
  .banner .subheading {
    font-size: 30px;
    margin-bottom: 0;
    color: inherit; }
  .banner .subheading:after,
  .banner .line-upper {
    border-bottom: 3px solid #fff;
    content: "";
    display: block;
    margin: 32px auto;
    width: 80px;
    opacity: 1; }
  .banner .line-lower {
    margin-top: 120px;
    /* Position from center */ }

.rev-disabled-msg {
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  margin: 200px 50px 50px;
  padding: 50px; }
  .rev-disabled-msg h1 {
    font-weight: 600;
    color: #111; }

.vc_icon_element-background-color-dark-grey {
  background-color: #A8A8A8; }

.vc_icon_element,
.vc_vc_icon {
  display: inline-block; }

.zorbix .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 2em;
  height: 2em;
  margin-right: 10px; }

.center-contained-columns .wpb_column,
.center-contained-columns .vc_vc_column {
  float: none;
  margin: 0 auto; }

.zorbix .vc_separator .vc_sep_holder .vc_sep_line {
  top: 0; }

.zorbix .wpb_row,
.zorbix .wpb_content_element,
.wpb_single_image.wpb_content_element {
  margin-bottom: 0; }

.vc_editor .animated {
  opacity: 1; }

.wpb_row, .wpb_content_element,
.zorbix .vc_icon_element {
  margin-bottom: 0; }

.vc_row {
  position: relative; }

.compose-mode .vc_element > .sect.vc_row-no-padding > .vc_vc_column, .compose-mode .vc_element > .vc_row-no-padding.about-section > .vc_vc_column, .compose-mode .vc_element > .vc_row-no-padding.contact-section > .vc_vc_column, .compose-mode .vc_element > .vc_row-no-padding.intro_section > .vc_vc_column, .compose-mode .vc_element > .vc_row-no-padding.skills-section > .vc_vc_column, .compose-mode .vc_element > .vc_row-no-padding.posts-section > .vc_vc_column,
.view-mode .vc_element > .sect.vc_row-no-padding > .vc_vc_column,
.view-mode .vc_element > .vc_row-no-padding.about-section > .vc_vc_column,
.view-mode .vc_element > .vc_row-no-padding.contact-section > .vc_vc_column,
.view-mode .vc_element > .vc_row-no-padding.intro_section > .vc_vc_column,
.view-mode .vc_element > .vc_row-no-padding.skills-section > .vc_vc_column,
.view-mode .vc_element > .vc_row-no-padding.posts-section > .vc_vc_column {
  padding-left: 0;
  padding-right: 0; }

.compose-mode .vc_element.vc_vc_row > .vc_parallax {
  padding-top: 100px; }

.compose-mode .vc_parallax.tint:before, .compose-mode .vc_parallax.tint-medium:before, .compose-mode .vc_parallax.tint-dark:before {
  z-index: 1; }

/* ------------------------ */
/*   Blog
/* ------------------------ */
/* Gray background on blog pages*/
.blog .has-sidebar,
.search .has-sidebar,
.archive .has-sidebar,
.single-post .has-sidebar {
  padding-right: 30px; }
  @media (max-width: 767px) {
    .blog .has-sidebar,
    .search .has-sidebar,
    .archive .has-sidebar,
    .single-post .has-sidebar {
      padding-bottom: 50px; } }
.blog .page-wrap,
.search .page-wrap,
.archive .page-wrap,
.single-post .page-wrap {
  background: #f7f7f7; }

.blog a, .blog-single a {
  color: #000; }

.wp-post-image {
  margin-bottom: 30px; }

.blog-content-wrap {
  position: relative;
  word-wrap: break-word; }

.blog-single .page-links {
  margin-left: 70px; }

.blog-content {
  overflow: hidden;
  padding-left: 70px;
  position: relative; }
  .blog-content p:last-of-type {
    margin-bottom: 0; }

.blog-media {
  display: block;
  position: relative;
  margin-bottom: 20px;
  width: 100%; }

.blog-single .blog-post {
  margin-bottom: 20px; }

.blog-media img {
  display: block;
  max-width: 100%;
  margin-bottom: 0; }

.recent-posts {
  margin-bottom: 50px; }

.blog-post {
  position: relative;
  padding: 40px 0; }
  .blog-post:first-of-type {
    padding-top: 0; }
  .search .blog-post, .archive .blog-post, .blog .blog-post {
    border-bottom: 1px solid #ddd; }
    .search .blog-post:last-of-type, .archive .blog-post:last-of-type, .blog .blog-post:last-of-type {
      border-bottom: none; }

a.blog-date {
  background: #222;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 44px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  padding-top: 7px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 52; }
  a.blog-date .day {
    font-size: 20px; }
  a.blog-date:before {
    position: relative;
    z-index: 1; }
  a.blog-date:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #222; }

/* Post date shape */
.blog-title {
  padding-bottom: 2px;
  margin: 0 0 14px; }

.blog-meta {
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500; }

.more-link {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9em; }

/* ===================================================== */
/* Sticky Post
/* ===================================================== */
.sticky .blog-title {
  font-weight: 600; }
.sticky p {
  font-size: 18px; }

.sticky-icon {
  background: white;
  line-height: 44px;
  top: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  padding-top: 17px;
  width: 50px;
  height: 50px; }
  .sticky-icon:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #fff; }

hr {
  border-color: #ddd; }

.post-info {
  padding-top: 30px; }
  .post-info .blog-arrows {
    float: right; }

/* ------------------------ */
/*   Comments
/* ------------------------ */
/* Comment List */
.comments-area {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.commentlist {
  margin-bottom: 60px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .commentlist .comment {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 90px; }
    .commentlist .comment.bypostauthor .comment-author {
      font-weight: bold; }
  .commentlist .comment-body {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px; }
  .commentlist .children {
    list-style-type: none; }
  .commentlist .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px; }
  .commentlist .comment-author {
    display: inline-block;
    margin-bottom: 10px; }
  .commentlist .comment-meta {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 14px;
    color: #999; }
  .commentlist .comment-text {
    clear: both; }

/* Comment Form */
.comment-respond .sub-title {
  margin-bottom: 15px; }

.comment-form .textarea-wrap {
  margin-bottom: 20px; }
.comment-form textarea, .comment-form input {
  background-color: #fff; }
.comment-form textarea {
  height: 141px;
  margin-bottom: 40px;
  width: 100%; }
.comment-form input {
  margin-bottom: 15px;
  width: 100%; }
.comment-form .form-submit input {
  background: #777;
  display: block;
  clear: both;
  float: right;
  width: auto;
  margin: 0; }

/* To make the h3 look like a h4 with .sub-title as comment_form has no option to change it. */
.comment-reply-title {
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase; }

.comment-form-url {
  margin-bottom: 30px; }

/* ------------------------ */
/*   Single Project
/* ------------------------ */
.project-wrapper {
  overflow: hidden;
  height: 50px; }
  .project-wrapper .loader {
    color: #444;
    height: 50px;
    padding-top: 16px;
    text-align: center; }
  .project-wrapper.open {
    margin-bottom: 80px; }
  .project-wrapper .project {
    background: #fff;
    padding: 80px 0 100px 0;
    text-align: left; }
  .project-wrapper .close-btn {
    display: block;
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: #ddd;
    padding: 0 0 80px 0;
    text-align: center;
    width: 100%; }

@media (max-width: 991px) {
  .project_image {
    margin-bottom: 40px; } }
.section-title {
  margin-bottom: 40px; }

/* Project Details */
.project-details .sub-title {
  margin-bottom: 20px; }
.project-details > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .project-details > ul > li {
    margin-bottom: 10px; }
.project-details li i {
  color: #aaa; }
.project-details .bullet_list ul {
  margin-left: 15px; }
.project-details .button {
  margin: 20px 0 0; }

/* Push down button with side info layout */
/* Space under text section */
/* ------------------------ */
/*   About Section
/* ------------------------ */
.callout {
  text-align: center; }
  @media (min-width: 992px) {
    .callout {
      margin-bottom: 70px; } }
  .callout .title {
    color: #7fbbc5;
    margin-bottom: 10px; }
  .callout .button {
    margin: 5px 0 0; }

/* ------------------------ */
/*   BxSlider
/* ------------------------ */
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  -webkit-transform: translatez(0); }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  overflow: hidden; }

.bx-wrapper .bx-loading {
  background-image: url(../img/bxslider/bx_loader.gif); }

.bx-wrapper .bx-controls .bx-next,
.bx-wrapper .bx-controls .bx-prev {
  background-image: url(../img/bxslider/controls.png);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.bx-wrapper .bx-controls-direction a {
  z-index: 51; }

.bx-wrapper img {
  width: 100%; }

/* ------------------------ */
/*   Clients
/* ------------------------ */
.clients-section,
.clients {
  text-align: center; }
  .clients-section img,
  .clients img {
    max-width: 100%;
    margin: auto 0;
    padding: 5px 0;
    display: inline-block; }

/* ------------------------ */
/*   Contact
/* ------------------------ */
.contact-section {
  background-color: #f9f9f9; }

.contact-form {
  margin: auto;
  width: 80%; }
  .contact-form textarea, .contact-form input {
    width: 100%; }
  .contact-form textarea {
    height: 142px;
    margin-bottom: 40px; }
  .contact-form input {
    margin-bottom: 15px; }
  .contact-form .contact-button {
    display: block;
    clear: both;
    float: none;
    margin: 0 auto 0; }

/* Form errors */
form .error {
  background: #fde4e4 !important;
  border: 1px solid #e06b6b !important;
  color: red !important;
  color: #555; }
  form .error:focus {
    color: #555; }

.required {
  color: red; }

.inline-error {
  color: red;
  display: block;
  margin-bottom: 10px; }

/* Dark Background styling */
.sect-4 input[type="text"], .process-section input[type="text"], .image-section input[type="text"], .sect-4 input[type="password"], .process-section input[type="password"], .image-section input[type="password"], .sect-4 input[type="email"], .process-section input[type="email"], .image-section input[type="email"], .sect-4 input[type="url"], .process-section input[type="url"], .image-section input[type="url"], .sect-4 textarea, .process-section textarea, .image-section textarea, .sect-4 select, .process-section select, .image-section select {
  background-color: rgba(255, 255, 255, 0.16); }

/* Contact Form 7 styling */
.contact-form .contact-button {
  width: auto; }
.contact-form p {
  margin-bottom: 0; }

span.wpcf7-not-valid-tip {
  margin-bottom: 20px;
  margin-top: -12px; }

div.wpcf7-response-output {
  width: 80%;
  margin: auto; }

/* ------------------------ */
/*   Intro Text
/* ------------------------ */
.intro_text {
  position: relative; }
  @media (min-width: 992px) {
    .intro_text {
      margin: 15px 0 80px 40px; } }
  .intro_text i {
    color: #f5f5f5;
    font-size: 250px;
    margin: -60px 0 0 -70px;
    position: absolute;
    z-index: -1; }
  .intro_text h1 {
    font-size: 38px;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1.2; }
  .intro_text .content {
    font-size: 26px; }
    .intro_text .content:after {
      border-bottom: 4px solid #7fbbc5;
      content: "";
      display: block;
      margin: 32px 0;
      width: 80px; }

/* ------------------------ */
/*   Portfolio
/* ------------------------ */
.portfolio-section .section-title {
  margin-bottom: 0;
  padding-bottom: 0; }

.portfolio-wrapper {
  text-align: center; }
  .portfolio-wrapper .load-more:disabled {
    color: #bfbfbf;
    border: 1px solid #e6e3e3; }
  .portfolio-wrapper img {
    display: block;
    height: auto;
    margin-bottom: 0;
    /* override wp-post-image */
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s; }

.portfolio-wrapper > .container, .section > .vc_column_container.portfolio-wrapper > .vc_column-inner {
  padding: 0; }

.portfolio {
  margin-bottom: 40px; }

/* Thumbnail */
.port-item {
  margin: 0 auto 20px;
  padding: 0 2%;
  position: relative;
  display: none;
  width: 100%;
  /* Button For Lightbox or prohect viewer */
  /* Information under Thumbnail */ }
  .port-item.showme {
    display: block; }
  .port-item .port-overlay {
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.5); }
  .port-item .lightbox-btn,
  .port-item .project-btn {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    line-height: 16;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s; }
  .port-item .lightbox-btn i,
  .port-item .project-btn i {
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .port-item .port-overlay:hover .lightbox-btn,
  .port-item .port-overlay:hover .project-btn {
    opacity: 1; }
  .port-item .info {
    background: #fff;
    border-top: 6px solid #f0f0f0;
    color: #555;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 54px 0 10px;
    position: relative;
    min-height: 147px; }
    .port-item .info .title {
      display: block;
      color: #7fbbc5;
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 20px; }
    .port-item .info .cat {
      color: #999;
      display: block; }
    .port-item .info i {
      background: #f0f0f0;
      color: #666;
      display: inline-block;
      width: 50px;
      height: 20px;
      left: 50%;
      margin-left: -25px;
      padding-top: 8px;
      position: absolute;
      top: 0; }
      .port-item .info i:before {
        z-index: 1;
        position: relative; }
      .port-item .info i:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 15px solid #f0f0f0; }

/* ===================================================== */
/* PORTFOLIO SLIDER
/* ===================================================== */
.portfolio-slider-wrapper {
  position: relative; }

.portfolio-slider-wrapper .bx-wrapper {
  margin-bottom: 25px; }

.portfolio-slider img {
  width: 100%; }

/* ===================================================== */
/* Filter Menu - Portfolio menu
/* ===================================================== */
.filter-menu {
  clear: both;
  display: block;
  float: none;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

.filter-menu li {
  background: #fff;
  display: inline-block;
  margin: 0 4px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 5px 20px 4px; }

.filter-menu li:hover,
.filter-menu li:focus {
  background: #f0f0f0; }

/* ===================================================== */
/* Pricing Tables                                        */
/* ===================================================== */
.pricing-table {
  text-align: center; }
  .pricing-table .head {
    background: url("../img/patterns/pat-4.png");
    color: #fff;
    height: 102px;
    padding: 20px 0 0;
    text-align: center; }
  .pricing-table .title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .pricing-table .label {
    background: #7fbbc5;
    border-radius: 50%;
    border: 4px solid white;
    font-size: 18px;
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 1.1;
    padding-top: 24px; }
  .pricing-table .label span {
    display: block;
    font-size: 13px; }
  .pricing-table .content {
    background: #fff;
    color: #555;
    margin-bottom: 20px;
    padding: 70px 0 30px;
    text-align: center;
    text-transform: uppercase; }
  .pricing-table .content ul {
    margin-left: 0;
    padding-left: 0; }
  .pricing-table .content li {
    display: block;
    margin-bottom: 10px; }
  .pricing-table .content li:after {
    content: '';
    background: #ddd;
    display: block;
    height: 1px;
    width: 40px;
    margin: 10px auto; }

/* ------------------------ */
/*   Process
/* ------------------------ */
.process-section {
  padding-bottom: 0; }

.process-slider img {
  max-width: 100%;
  margin-bottom: 0; }

.process-slider-wrap {
  padding-right: 30px;
  position: relative; }

.process-list {
  padding-left: 0; }
  @media (min-width: 768px) {
    .process-list {
      padding-left: 30px; } }

/* Icon */
.process-list i {
  background: #eee;
  border-radius: 50%;
  color: #555;
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 20px;
  padding: 13px 0 0 0;
  text-align: center; }

/* Icon Dark */
.image-section .process-list i,
.sect-4 .process-list i,
.process-section .process-list i {
  background: #333; }

.image-section li,
.process-list > li {
  list-style: none;
  margin-bottom: 40px; }

/* Icon Current */
.process-list li.current i {
  background: #7fbbc5;
  color: #fff; }

/* Current Title */
.process-list li.current .process-title {
  color: #777; }

/* Current Title Dark */
.image-section .process-list li.current .process-title,
.sect-4 .process-list li.current .process-title,
.process-section .process-list li.current .process-title {
  color: #fff; }

/* Current paragraph */
.process-list li.current p {
  color: #777; }

/* Current paragraph Dark BG*/
.image-section .process-list li.current p {
  color: #fff; }

.sect-4 .process-list li.current p, .process-section .process-list li.current p {
  color: #aaa; }

.image-section .process-list li.current .process-title:after,
.sect-4 .process-list li.current .process-title:after,
.process-section .process-list li.current .process-title:after {
  background: #fff; }

.process-list .content {
  color: #bbb;
  margin-left: 60px; }

.image-section .process-list p {
  color: #aaa; }

.sect-4 .process-list p, .process-section .process-list p {
  color: #777; }

.process-title {
  color: #bbb;
  text-transform: uppercase; }

/* Dark BG title */
.image-section .process-title {
  color: #aaa; }

.sect-4 .process-title, .process-section .process-title {
  color: #777; }

/* Underline */
.process-title:after {
  background: #ddd;
  content: '';
  display: block;
  height: 2px;
  width: 50px;
  margin: 10px 60px; }

.image-section .process-title:after,
.sect-4 .process-title:after,
.process-section .process-title:after {
  background: #777; }

/* ------------------------ */
/*   Feature Circle
/* ------------------------ */
.feature {
  display: block;
  margin-bottom: 20px;
  text-align: center; }
  .feature i {
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    color: #7fbbc5;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 29px;
    width: 80px;
    height: 80px;
    text-align: center; }
  .feature .title {
    text-transform: uppercase; }

/* ------------------------ */
/*   Feature
/* ------------------------ */
.feature_v2 {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  position: relative; }
  .feature_v2 .w {
    height: 100px; }
  .feature_v2 .title {
    padding-top: 20px; }
  .feature_v2 .icon {
    /*background: url('../img/feature_v2.svg') no-repeat center 65px;*/
    margin-top: -30px;
    height: 120px;
    width: 100%; }
  .feature_v2 svg {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    margin-top: 68px; }
  .feature_v2 i {
    color: #585858;
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 10px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateZ(0); }
  .feature_v2:hover i {
    margin-top: 0; }

/* ------------------------ */
/*   Skills
/* ------------------------ */
.skill {
  margin: 10px auto;
  text-align: center;
  position: relative; }
  .skill i {
    color: #fff; }

.skill-title {
  margin: 0; }

.skill-bar {
  display: inline-block;
  margin: 0 0 0 0;
  height: 85px;
  overflow: hidden; }

.skill-semi {
  background: #7fbbc5;
  border-radius: 100px 100px 0 0;
  color: white;
  height: 50px;
  font-size: 20px;
  padding: 19px 0 0 0;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  width: 100px; }

/* ===================================================== */
/* Team
/* ===================================================== */
.team-member {
  background: #fff;
  text-align: center;
  position: relative;
  max-width: 350px;
  margin: 0 auto 20px;
  /*Member Icon */
  /* Icon Triangle */ }
  .team-member img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto; }
  .team-member .job {
    display: block;
    color: #7fbbc5;
    font-size: 24px;
    padding: 0 10px 20px;
    text-transform: uppercase; }
    .team-member .job a {
      color: #7fbbc5; }
  .team-member .name {
    display: block;
    padding: 0 10px; }
    .team-member .name a {
      color: #909090; }
  .team-member .img-wrap {
    border-bottom: 6px solid #f0f0f0;
    margin-bottom: 40px;
    position: relative;
    text-align: center; }
  .team-member .img-wrap i {
    background: #f0f0f0;
    color: #666;
    display: inline-block;
    width: 50px;
    height: 20px;
    left: 50%;
    margin-left: -25px;
    padding-top: 10px;
    position: absolute;
    bottom: -20px; }
  .team-member .img-wrap i:before {
    position: relative;
    z-index: 1; }
  .team-member .img-wrap i:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #f0f0f0; }

/* ------------------------ */
/*   Testimonials
/* ------------------------ */
.testimonial-section {
  padding: 30px 0 10px;
  background-color: #555; }
  @media (min-width: 768px) {
    .testimonial-section {
      padding: 90px 0 70px; } }

.testimonials {
  color: #fff;
  text-align: center;
  margin-bottom: 20px; }
  .testimonials .quote {
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 38px; }
  .testimonials .author {
    font-size: 23px;
    font-style: italic; }

/* ------------------------ */
/*   Video Section
/* ------------------------ */
.video-section {
  text-align: center; }
  .video-section .jetpack-video-wrapper {
    display: inline-block; }

/* ------------------------ */
/*   Latest Posts
/* ------------------------ */
.latest-posts {
  text-align: center;
  margin-bottom: -30px;
  /* Dots */ }
  .latest-posts > div {
    margin: 0 auto 30px; }
    @media (max-width: 991px) {
      .latest-posts > div {
        max-width: 350px;
        margin-bottom: 30px; }
        .latest-posts > div:last-child {
          margin-bottom: 0; } }
  .dark-scheme .latest-posts {
    color: #fff; }
    .dark-scheme .latest-posts .post {
      background: none; }
    .dark-scheme .latest-posts .post-title {
      color: #fff; }
    .dark-scheme .latest-posts .blog-meta {
      color: #aaa; }
  .latest-posts .post {
    background: #f5f5f5; }
  .latest-posts hr {
    display: none; }
  .latest-posts .post-content {
    border: 2px solid #f5f5f5;
    padding: 35px 30px 20px; }
  .latest-posts .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: black; }
    .latest-posts .title a {
      color: inherit; }
  .latest-posts .blog-meta {
    margin-bottom: 15px;
    padding-top: 10px;
    color: #444;
    font-weight: 400;
    text-align: left;
    font-size: 11px; }
    .latest-posts .blog-meta i {
      margin-right: 5px;
      margin-left: 10px; }
    .latest-posts .blog-meta a {
      color: inherit; }
  .latest-posts .blog-link,
  .latest-posts .blog-media {
    position: relative;
    margin-bottom: -2px; }
  .latest-posts hr {
    margin-top: 30px;
    margin-bottom: 5px;
    border-width: 2px; }
  .latest-posts .read-more {
    display: block;
    color: #444; }
  .latest-posts .more {
    text-decoration: none;
    padding-left: 4px;
    color: #444; }
  .latest-posts .post-format {
    width: 40px;
    line-height: 36px;
    background: #f5f5f5;
    text-align: center;
    position: absolute;
    top: 20px;
    padding-top: 4px; }

/* ------------------------ */
/*   Header
/* ------------------------ */
.logo {
  color: inherit;
  font-weight: 400;
  font-size: 30px; }

@media (min-width: 991px) {
  .header {
    min-height: 60px;
    overflow: visible;
    text-align: right;
    z-index: 9999;
    width: 100%;
    background: #363636;
    position: fixed; }
    .home .header {
      background: none;
      position: fixed;
      font-weight: 400; }
      .home .header.solid {
        background: #363636; }
    .header .logo {
      display: inline-block;
      color: #fff;
      font-weight: 300;
      float: left;
      padding: 15px 0 0;
      text-align: center;
      text-transform: uppercase; }
    .header .logo img {
      display: block;
      max-height: 100%; }
    .header .logo:hover {
      color: #000; }
    .header.header .solid {
      background: #363636; }
    .header .open-btn {
      display: none; }

  .menu_wrapper {
    display: inline-block;
    max-width: 88%;
    vertical-align: top; }

  .main_menu {
    display: block;
    font-size: 14px;
    /*float: right;*/
    margin: 0;
    /*max-width: 90%;*/
    margin: 0;
    position: relative; }
    .main_menu .sub-menu {
      padding: 0; }
    .main_menu .menu-item {
      cursor: pointer;
      display: block;
      position: relative; }
      .main_menu .menu-item:first-child:after {
        content: ''; }
      .main_menu .menu-item a {
        display: block;
        position: relative; }
    .main_menu > .menu-item {
      display: inline-block;
      font-size: 14px;
      line-height: 1;
      padding: 23px 15px 21px 15px;
      margin-bottom: 0;
      /* Main buttons Hover and current */ }
      .main_menu > .menu-item > a {
        border-bottom: 2px solid transparent;
        color: #fff;
        display: block;
        text-transform: uppercase;
        font-weight: 400; }
      .main_menu > .menu-item > li > .touch, .main_menu > .menu-item .no-touch > li:hover > a, .main_menu > .menu-item > li.current > a {
        border-bottom: 2px solid #fff;
        padding-bottom: 3px; }
    .main_menu .sub-menu {
      background: #333;
      display: none;
      position: absolute;
      margin: 20px 0 0 0;
      left: 0;
      text-align: left;
      z-index: 9999; }
      .main_menu .sub-menu .menu-item {
        margin-bottom: 0;
        border-bottom: 1px solid #545454; }
        .main_menu .sub-menu .menu-item:last-of-type {
          border-bottom: 0; }
        .main_menu .sub-menu .menu-item:hover a, .main_menu .sub-menu .menu-item.current-menu-item:hover a {
          background-color: #444; }
        .main_menu .sub-menu .menu-item:first-child {
          border-top: none; }
        .main_menu .sub-menu .menu-item a {
          color: #aaa;
          display: block;
          font-family: Tahoma, Arial, sans-serif;
          font-size: 12px;
          padding: 10px 20px 13px;
          width: 170px; }
        .main_menu .sub-menu .menu-item .sub-menu {
          left: 100%;
          margin-top: 0;
          top: 0;
          display: block !important; } }
/* ------------------------ */
/*   Footer
/* ------------------------ */
.footer {
  background: #1A1A1A;
  text-align: center;
  padding: 60px 0 30px;
  position: relative;
  font-size: 18px;
  color: #ddd; }
  .footer .address {
    margin-bottom: 30px; }
    .footer .address p {
      margin-bottom: 0; }
  .footer .social-icons {
    margin-bottom: 20px; }
    .footer .social-icons i {
      border: 1px solid white;
      border-radius: 50%;
      padding-top: 1px;
      margin: 0 10px; }
  .footer .copy {
    font-size: 12px;
    padding-bottom: 10px; }
  .footer a {
    color: #fff; }

.footer-logo {
  margin-bottom: 25px; }

/* ------------------------ */
/*   Hex
/* ------------------------ */
.feature-hex {
  text-align: center;
  padding-top: 60px; }
  @media (min-width: 992px) {
    .feature-hex.middle {
      padding-top: 0; } }
  .feature-hex .img {
    display: inline-block;
    height: 140px;
    width: 140px;
    position: relative;
    overflow: hidden; }
  .feature-hex img {
    display: block;
    height: 100%;
    margin: 0 auto; }
  .feature-hex .title:before {
    background: #d0d0d0;
    content: "";
    display: block;
    margin: -7px auto 20px;
    height: 50px;
    width: 2px; }
  .feature-hex p {
    padding: 0 60px;
    max-width: 400px;
    margin: auto; }
  .feature-hex .svg-graphic {
    margin-left: 1px; }

/* Higher middle hex */
/* ------------------------ */
/*  Mobile Menu
/* ------------------------ */
@media (max-width: 992px) {
  .header {
    z-index: 9999;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    font-weight: 400;
    background: #363636;
    position: fixed; }
    .home .header {
      background: none; }
      .home .header.solid {
        background: #363636; }
    .header.solid {
      background-color: #363636; }
    .header .container, .header .section > .vc_column_container > .vc_column-inner {
      padding-top: 0;
      padding-bottom: 0; }
    .header .menu_wrapper {
      position: relative; }
    .header.opened {
      background-color: #363636; }
      .header.opened .main_menu {
        display: block; }
    .header .open-btn {
      float: right;
      margin-top: 20px; }
      .header .open-btn,
      .header .open-btn i {
        font-size: 20px;
        color: inherit; }
    .header .logo {
      float: left;
      font-weight: 400;
      text-transform: uppercase;
      padding-top: 15px; }
    .header .main_menu {
      clear: both;
      padding: 40px 0 70px;
      margin: 0;
      display: none; }
      .header .main_menu .menu-item {
        cursor: pointer;
        display: block;
        width: auto;
        position: relative;
        padding: 10px 0 0; }
        .header .main_menu .menu-item:last-of-type a:after {
          display: none; }
        .header .main_menu .menu-item a {
          color: inherit;
          display: inline-block; }
          .header .main_menu .menu-item a:after {
            content: '';
            display: block;
            border-bottom: 2px solid #5a5a5a;
            width: 10px;
            height: 10px;
            display: block;
            margin: auto; }
            .header .main_menu .menu-item a:after:before, .header .main_menu .menu-item a:after:after {
              content: " ";
              display: table; }
            .header .main_menu .menu-item a:after:after {
              clear: both; }
      .header .main_menu .sub-menu {
        padding: 10px;
        font-size: 0.7em;
        font-weight: 100; }
        .header .main_menu .sub-menu li {
          padding: 0; } }
/* ------------------------ */
/*   Typography
/* ------------------------ */
h1, h2, h3,
h4, h5, .latest-posts .title, h6 {
  color: #444;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
  letter-spacing: 1.1px; }

h1 {
  font-size: 38px;
  line-height: 1.2; }

h2 {
  font-size: 34px;
  line-height: 1.2; }

h3 {
  font-size: 28px;
  line-height: 1.2; }

h4 {
  font-size: 18px;
  line-height: 1.3; }

h5, .latest-posts .title {
  font-size: 17px;
  line-height: 1.4; }

h6 {
  font-size: 14px;
  line-height: 1.5; }

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

/* ------------------------ */
/*   Widgets
/* ------------------------ */
.aside .title {
  margin-bottom: 20px; }

.widget-container {
  margin-bottom: 40px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/* CATEGORIES */
.widget_recent_comments ul,
.widget_rss ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_archive ul, .widget_recent_entries ul,
.widget_categories ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.widget_pages a,
.widget_meta a,
.widget_nav_menu a,
.widget_archive a,
.widget_recent_entries a,
.widget_categories a {
  color: inherit; }

.widget_recent_comments li,
.widget_pages li,
.widget_rss li,
.widget_meta li,
.widget_nav_menu li,
.widget_archive li,
.widget_recent_entries li,
.widget_categories li {
  margin-bottom: 0;
  padding: 10px 0 0; }

.widget_recent_comments li:first-child,
.widget_pages li:first-child,
.widget_rss li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_archive li:first-child,
.widget_recent_entries li:first-child,
.widget_categories li:first-child {
  padding-top: 0; }

/* Bullets */
.product-categories li:before,
.widget_recent_comments li:before,
.widget_pages li:before,
.widget_rss li:before,
.widget_meta li:before,
.widget_nav_menu li:before,
.widget_archive li:before,
.widget_recent_entries li:before,
.widget_categories li:before {
  color: #ccc;
  content: '\f105';
  font-family: 'FontAwesome';
  padding-right: 7px; }

/* ===================================================== */
/* Widget Calander
/* ===================================================== */
/* calendar widget container */
.widget_calendar {
  float: left;
  width: 100%; }

/* Table */
#wp-calendar {
  background: none;
  border: none;
  width: 100%;
  margin-bottom: 0; }
  #wp-calendar a {
    font-weight: bold; }
  #wp-calendar caption {
    text-align: right;
    color: #999;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #wp-calendar th,
  #wp-calendar td {
    border: none; }
  #wp-calendar thead {
    font-size: 10px; }
    #wp-calendar thead th {
      background: none;
      border: none;
      padding-bottom: 5px;
      color: #555; }
  #wp-calendar tbody {
    color: #999; }
    #wp-calendar tbody td {
      background: #fff;
      border: 3px solid #f5f5f5;
      text-align: center;
      height: 40px;
      width: 40px;
      line-height: 2.7;
      padding: 0; }
      #wp-calendar tbody td:hover {
        background: #ddd; }
      #wp-calendar tbody td a:hover {
        color: #000; }
    #wp-calendar tbody .pad {
      background: none; }
  #wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; }
  #wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px; }

/* Month and year */
/* ===================================================== */
/* Widget Tags
/* ===================================================== */
.tagcloud a {
  background: #fff;
  border: 1px solid #f2f2f2;
  color: #777;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 10px 0;
  padding: 2px 10px;
  text-transform: uppercase; }
  .tagcloud a:hover {
    background: #eee; }

/* Search widget */
.searchform {
  position: relative;
  margin: 0;
  max-width: 255px; }
  .searchform label {
    display: block; }
  .searchform input {
    display: block;
    float: left;
    height: 37px;
    margin: 0; }
  .searchform input[type="text"] {
    padding-right: 10px;
    width: 67%;
    border: #fff; }
  .searchform input[type="submit"] {
    background: #ddd;
    border: none;
    margin: 0;
    padding: 8px 0 9px;
    width: 33%;
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    color: inherit; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #000; }

/* ===================================================== */
/* Preloader
/* ===================================================== */
/* White Background for preloader */
.preloader {
  background: white;
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999; }
  .preloader i {
    color: #222;
    font-size: 20px;
    left: 50%;
    line-height: 3;
    margin-top: -20px;
    position: absolute;
    top: 50%; }

/* Spinning icon */
/* ===================================================== */
/* Animated Elements
/* ===================================================== */
/* Hides all animated elements */
.animated {
  visibility: hidden; }

.vc_grid-item.animated {
  visibility: visible; }

/* SVG hexes cannot be hidden */
.feature-hex {
  display: block;
  visibility: visible; }

/* turns it off for ie8 */
.ie8 .animated {
  visibility: visible; }

/* ===================================================== */
/* Page Wrap
/* ===================================================== */
.wrap {
  overflow: hidden; }

.page-wrap {
  padding-top: 120px;
  padding-bottom: 70px;
  overflow: hidden; }
  .page-wrap.grey {
    background: #f5f5f5; }

/* ===================================================== */
/* Titles
/* ===================================================== */
.widget-title, .sub-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase; }

.big-title {
  color: #aaa;
  font-size: 160px;
  font-weight: bold;
  line-height: 200px; }

/* Text Under Section Titles */
.description {
  text-align: center;
  font-size: 23px;
  width: 70%;
  margin: 0 auto 60px; }

/* ===================================================== */
/* Lightbox                                              */
/* ===================================================== */
.lightbox {
  color: #999;
  font-size: 50px; }

.lightbox-gallery {
  display: inline-block;
  margin: 5px; }
  .lightbox-gallery img {
    display: block; }

.sect-4 .lightbox, .process-section .lightbox, .image-section .lightbox {
  color: #fff; }

/* Change close button */
.pp_pic_holder.light_square .pp_close {
  background: none;
  color: #ccc;
  font-size: 24px;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-indent: 0;
  width: 20px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 99999; }
  .pp_pic_holder.light_square .pp_close:before {
    content: "\f05c"; }

/* ===================================================== */
/* Page Slider                                           */
/* ===================================================== */
/* Full height slider & background image styling for all sliders */
.rev-slider, .main-slider li {
  background-size: cover;
  background-position: center center;
  height: 100% !important;
  overflow: none; }

.slider-wrapper .bx-viewport, .slider-wrapper .bx-wrapper {
  background-size: cover;
  background-position: center center;
  height: 100% !important;
  overflow: none; }

.main-slider {
  background-size: cover;
  background-position: center center;
  height: 100% !important;
  overflow: none; }

/* Override height on rev slider */
.slider-wrapper .rev_slider_wrapper {
  height: 100% !important; }

/* Override margins on bxslider */
.bxslider {
  margin: 0; }
  .bxslider li {
    margin-bottom: 0; }

/* General wrapper for all sliders */
.slider-wrapper {
  background: #2D2D2D;
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.main-slider {
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

/* Slider Tint*/
.banner_tint {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-radial-gradient(center, ellipse cover, transparent 1%, transparent 30%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, transparent), color-stop(30%, transparent), color-stop(98%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, transparent 1%, transparent 30%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, transparent 1%, transparent 30%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, transparent 1%, transparent 30%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, transparent 1%, transparent 30%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/* Video Background */
.video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  max-width: none; }

/* Slider Overlay */
.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.pat1 {
  background: url("../img/patterns/vid-pat-1.png"); }

/* ===================================================== */
/* Down Button
/* ===================================================== */
.down {
  bottom: 50px;
  color: #fff;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  position: absolute;
  z-index: 51;
  width: 200px; }
  .down i {
    border-radius: 50%;
    border: 2px solid white;
    color: #fff;
    font-size: 50px;
    margin: 0 0 14px;
    height: 50px;
    width: 50px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s; }
  .down:hover {
    color: #fff; }
    .down:hover i {
      background: #7fbbc5;
      border-color: #7fbbc5; }
  .down span {
    display: block; }

.vertical-align {
  display: table-cell;
  vertical-align: middle;
  width: 100% !important; }

.caption {
  display: table;
  margin: auto;
  width: 90% !important;
  height: 100%;
  position: relative; }

.welcome .caption-logo {
  display: inline-block;
  margin-bottom: 30px; }

/* ===================================================== */
/* Rev Slider Captions
/* ===================================================== */
.caption-title2 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 120px; }
  .caption-title2 span {
    color: #ccc; }

.slider-list {
  color: #fff;
  display: inline-block;
  font-size: 24px; }

/* ===================================================== */
/* Recent Posts                                          */
/* ===================================================== */
.latest-posts {
  text-align: center; }
  .latest-posts .link-title, .latest-posts .blog-link {
    margin-left: 0; }
  .latest-posts .post-quote {
    background: none;
    font-size: inherit;
    margin: 14px 0 0 0;
    padding: 0; }
    .latest-posts .post-quote i {
      color: #bbb;
      font-size: 14px;
      margin-top: -2px; }
    .latest-posts .post-quote a {
      color: #777; }
      .latest-posts .post-quote a:hover {
        color: #222; }

/* No margin left on link posts in latest posts */
/* Blockquotes styled for latest posts*/
.post-content .title {
  text-transform: uppercase; }

.post-date {
  border: 1px solid #d0d0d0;
  color: #7fbbc5;
  float: left;
  line-height: 1.2;
  font-size: 20px;
  margin-right: 25px;
  margin-bottom: 60px;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 12px; }
  .post-date:before {
    background: #d0d0d0;
    content: "";
    display: block;
    margin: 11px auto 20px;
    position: absolute;
    left: 50%;
    top: 68px;
    height: 30px;
    width: 1px; }
  .post-date:after {
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    content: "";
    display: block;
    margin-left: -5px;
    position: absolute;
    left: 50%;
    top: 109px;
    height: 11px;
    width: 11px; }
  .post-date .day {
    font-weight: 600;
    font-size: 28px; }

/* Horizontal line under post-date */
/* Dot Under line */
.post-content {
  overflow: hidden;
  min-height: 105px;
  margin-bottom: 20px;
  text-align: left; }

/* Dark Sections */
.sect-4 .latest-posts a, .process-section .latest-posts a {
  color: #fff; }

.image-section .latest-posts {
  color: #fff; }
  .image-section .latest-posts a {
    color: #fff; }

.sect-4 .latest-posts, .process-section .latest-posts {
  color: #fff; }

/* ===================================================== */
/* Social Icons
/* ===================================================== */
.social-icons {
  margin: 0;
  padding: 0; }
  .social-icons a, .social-icons li {
    display: inline-block;
    margin: 0 0 10px 0; }
  .social-icons i {
    color: #bbb;
    display: block;
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s; }
  .social-icons a:hover i {
    color: #888; }

/* ===================================================== */
/* Map                                                   */
/* ===================================================== */
.map-button {
  background: #ddd;
  height: 60px;
  font-size: 18px;
  padding-top: 16px;
  text-align: center;
  cursor: pointer; }
  .map-button i {
    margin-right: 10px; }

/* Map Icon */
.map-wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  transition: height .5s ease; }

#google-map {
  height: 400px;
  width: 100%; }

/* Hides the map window */
.map-content {
  display: none;
  height: 0; }

/* Settings a max width on the map box makes the close button disapear */
.gm-style img {
  max-width: none; }

/* ===================================================== */
/* Override BXSlider Styling
/* ===================================================== */
.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  overflow: hidden; }
.bx-wrapper .bx-loading {
  background-image: url(../img/bxslider/bx_loader.gif); }
.bx-wrapper .bx-controls .bx-next, .bx-wrapper .bx-controls .bx-prev {
  background-image: url(../img/bxslider/controls.png);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
.bx-wrapper .bx-controls-direction a {
  z-index: 51; }
.bx-wrapper img {
  width: 100%; }

/* ===================================================== */
/* Quote Post Type
/* ===================================================== */
blockquote.post-quote {
  border: none;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
  margin-left: 50px; }
  blockquote.post-quote .author {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    text-transform: uppercase; }

/* ===================================================== */
/* Link Post Type
/* ===================================================== */
.blog-link {
  margin-bottom: 8px;
  margin-left: 70px; }

.link-title {
  color: #bbb;
  font-size: 12px;
  margin-bottom: 2px;
  text-transform: uppercase; }

.blog-url {
  color: #2fbbc5;
  margin-bottom: 2px; }

.blog-link a {
  display: block;
  color: #2fbbc5; }

/* ===================================================== */
/* Pagination
/* ===================================================== */
.pagination {
  float: right;
  margin-bottom: 10px;
  list-style-type: none; }
  .pagination ul {
    float: right;
    margin-bottom: 10px;
    list-style-type: none; }
  .pagination li {
    float: left;
    margin: 0 5px 5px 0; }
  .pagination span, .pagination a {
    background: #E9E9E9;
    color: #777;
    display: block;
    height: 28px;
    width: 28px;
    line-height: 2;
    /*margin-top: -1px;*/
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .pagination .current {
    background: #fff;
    color: #aaa;
    border: none;
    margin-top: 0; }
  .pagination a:hover {
    background: #ccc;
    color: white; }
  .pagination .prev, .pagination .next {
    background: #E9E9E9;
    border: none;
    color: #777;
    display: block;
    float: left;
    font-weight: bold;
    height: 28px;
    width: 28px;
    overflow: hidden;
    position: relative;
    margin-top: 0; }
  .pagination li.current a:hover {
    background: #ccc;
    /*border: 1px solid #ccc;*/ }
  .pagination a.next:hover, .pagination a.prev:hover {
    background: #ccc;
    /*border: 1px solid #ccc;*/ }

/* Hovers */
/* ===================================================== */
/* Triggers: toggle, accordion, tabs
/* ===================================================== */
.accordian, .toggle, .wpb_accordion_section.group.zorbix_accordian, .toggle .trigger, .accordian .trigger {
  margin-bottom: 10px; }

/*.wpb_accordion .wpb_accordion_wrapper .zorbix_accordian .wpb_accordion_header,*/
.wpb_tabs_nav li, .trigger {
  margin: 0;
  display: block; }

/* Tab styling */
.wpb_accordion .zorbix_accordian .wpb_accordion_header a {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 22px;
  margin: 0;
  padding: 7px 16px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  -webkit-use-select: none; }

.zorbix_tabs.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a, .zorbix_tabs.wpb_tabs .wpb_tabs_nav a {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 22px;
  margin: 0;
  padding: 7px 16px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  -webkit-use-select: none; }

.trigger a {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 22px;
  margin: 0;
  padding: 7px 16px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  -webkit-use-select: none; }

.wpb_accordion_header i, .wpb_tabs_nav i, .trigger i {
  display: inline;
  margin-right: 10px; }

/* Default */
.wpb_accordion_header a, .zorbix_tabs .wpb_tabs_nav a, .trigger a {
  background: white;
  display: block;
  color: #999; }

.zorbix_tabs.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  margin-bottom: -2px; }

/* Vertical tabs: Add  spacing under tags */
.wpb_accordion .wpb_accordion_wrapper .zorbix_accordian .wpb_accordion_header, .zorbix_tabs.wpb_tour .wpb_tabs_nav li {
  margin-bottom: 10px; }

/* HOVER AND CURRENT */
.wpb_accordion_header a:focus, .wpb_tabs_nav a:focus, .trigger a:focus, .wpb_accordion_header a:hover, .wpb_tabs_nav a:hover, .trigger a:hover, .zorbix_accordian .wpb_accordion_header.ui-state-active a {
  background: #f7f7f7;
  color: #444; }

.zorbix_tabs.wpb_tabs .wpb_tabs_nav .ui-state-active a, .zorbix_tabs.wpb_tour .wpb_tabs_nav .ui-state-active a {
  background: #f7f7f7;
  color: #444; }

.trigger .current {
  background: #f7f7f7;
  color: #444; }

/* Remove blue outline on Accordian */
.wpb_accordion .zorbix_accordian .wpb_accordion_header:focus {
  outline: none; }

.trigger a:hover span {
  color: inherit; }
.trigger span {
  color: #7fbbc5;
  line-height: 20px;
  position: absolute;
  right: 16px;
  top: 8px; }

/* ===================================================== */
/* Tabs
/* ===================================================== */
.tabs {
  margin-bottom: 20px; }

.zorbix_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab, .tabs .content {
  background: none;
  border-top: 1px solid #ccc;
  clear: both;
  padding: 20px 20px 1px; }

.zorbix_tabs.wpb_tabs .wpb_tabs_nav li, .tabs .trigger {
  background: none;
  float: left;
  margin: 0 -1px 0 0;
  /* remove double border */ }

.zorbix_tabs.wpb_tabs .wpb_tabs_nav a {
  background: none; }

.tabs .trigger a {
  padding-top: 8px;
  border-bottom: none; }
.tabs .trigger i {
  font-size: 16px;
  margin-top: 3px; }

/* ===================================================== */
/* Sidetabs
/* ===================================================== */
.tabs-wrap {
  float: left;
  margin-top: 2px;
  margin-bottom: 20px;
  padding: 0 20px 0 0; }

.sidetabs .trigger {
  margin: 10px 0 0 0; }
  .sidetabs .trigger:first-child {
    margin-top: 0; }
.sidetabs .contents-wrap {
  padding-top: 5px;
  overflow: hidden; }

/* ===================================================== */
/* Alert Boxs
/* ===================================================== */
.alert {
  background: #f2f2f2;
  border: none;
  border: 1px solid gray;
  margin: 0 0 20px 0;
  padding: 10px 35px 10px 20px;
  position: relative; }
  .alert strong {
    font-weight: 600; }
  .alert.success {
    background: #B8F2BC;
    border-color: #90CD90;
    color: #3F963E; }
  .alert.warning {
    background: #FFFFC7;
    border-color: #FFFF00;
    color: #BEA34E; }
  .alert.error {
    background: #FFE1E1;
    border-color: #E38888;
    color: #D34848; }
  .alert.notice {
    background: #C6DAFF;
    border-color: #8A89F4;
    color: #504FA9; }
  .alert .alert-button {
    color: white;
    font-size: 14px;
    right: 0;
    top: 0;
    padding: 10px 18px;
    /* Extra click space */
    position: absolute; }

/* Close button */
/* ===================================================== */
/* Progress Bar
/* ===================================================== */
.progress-bars {
  display: block;
  margin: 54px 0 0 0; }

.vc_progress_bar .vc_single_bar .vc_label {
  color: white;
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }

.zorbix_progress.vc_progress_bar .vc_single_bar {
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  height: 26px;
  position: relative; }
.zorbix_progress .vc_single_bar.theme_color .vc_bar {
  background: #7fbbc5; }
.zorbix_progress.vc_progress_bar .vc_single_bar .vc_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* ===================================================== */
/* DropCaps
/* ===================================================== */
.dropcap {
  color: #4d4d4d;
  float: left;
  font-size: 40px;
  line-height: 1;
  line-height: 30px;
  margin: 0 5px 0 0; }
  .dropcap.color {
    color: #7fbbc5; }

/* ===================================================== */
/* Tables
/* ===================================================== */
.table-standard {
  background: #fff;
  border: 1px solid #EEEEEE;
  width: 100%; }
  .table-standard th, .table-standard td {
    border: 1px solid #EEEEEE;
    padding: 10px; }
  .table-standard th {
    background: #f2f2f2; }

/* ===================================================== */
/* Highlights
/* ===================================================== */
.highlight-color {
  background: #7fbbc5;
  color: white;
  padding: 0 2px; }

.highlight-gray {
  background: #a7a7a7;
  color: white;
  padding: 0 2px; }

/* ===================================================== */
/*  Milestones
/* ===================================================== */
.milestone {
  padding: 14px 0 20px;
  text-align: center; }
  .milestone i {
    color: #7fbbc5;
    font-size: 20px; }
  .milestone .count {
    font-size: 38px;
    font-weight: 800;
    color: #777; }

/* Icon */
/* Number */
/* Milestones on a dark background */
.image-section .milestone .count, .sect-4 .milestone .count, .process-section .milestone .count {
  color: #fff; }

/* ===================================================== */
/* Infobox
/* ===================================================== */
.info-box {
  background: #fff;
  border: 1px solid #f2f2f2;
  display: block;
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  position: relative; }
  .info-box[class^="icon-"] {
    padding-left: 80px; }
  .info-box:before {
    background: #ccc;
    color: white;
    font-size: 20px;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
    position: absolute; }

/* ===================================================== */
/* 404
/* ===================================================== */
.not-found {
  text-align: center;
  height: 100%; }
  .not-found .section-title {
    padding-bottom: 0; }
  .not-found p {
    font-size: 18px;
    margin-bottom: 30px; }

/* ===================================================== */
/* Gallery - WP Post Gallery Styling
/* ===================================================== */
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.3333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6667%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  padding: 2px;
  /*width: 20%;*/ }
  .gallery-item img {
    border: 2px solid #fff; }

.gallery-caption {
  margin-left: 0;
  padding: 0 10px; }

/* ===================================================== */
/* WP images
/* ===================================================== */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignnone {
  margin: 5px 20px 20px 0; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* ===================================================== */
/* WP Image Captions
/* ===================================================== */
.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 2px solid white;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* Jetpack video */
.video-player {
  margin-bottom: 20px; }

/* ===================================================== */
/* Default Colors
/* ===================================================== */
/* BACKGROUND AND BORDER COLOR */
.down:hover i {
  background: #7fbbc5;
  border-color: #7fbbc5; }

/* COLOR */
.button.outline, button.outline {
  color: #7fbbc5; }

input[type="submit"].outline, input[type="reset"].outline, input[type="button"].outline {
  color: #7fbbc5; }

.port-name, .features i, .callout .title, .milestones i, .trigger span, .team-job, .post-date {
  color: #7fbbc5; }

/* BACKGROUND */
.button.color, button.color {
  background: #7fbbc5; }

input[type="submit"].color, input[type="reset"].color, input[type="button"].color {
  background: #7fbbc5; }

.highlight-color, .progress, .process-list li.current i, .price-label, .skill-semi {
  background: #7fbbc5; }

/* BORDER COLOR */
.description:after {
  border-color: #7fbbc5; }

/* ===================================================== */
/* Mediaelement Video Styling and Responsiveness
/* ===================================================== */
/* Override styling of revolusion spinner */
.tp-loader.spinner0 {
  display: none; }

.slider-wrapper.pattern {
  background-size: auto; }

.video-slider {
  background: #000; }

.video-placeholder {
  background-size: cover;
  background-position: center center; }

.video_controls {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 50; }
  .video_controls a {
    color: #fff;
    padding-right: 15px;
    font-size: 20px;
    opacity: .5; }
    .video_controls a:hover {
      opacity: 1; }

/* ===================================================== */
/* Back to top
/* ===================================================== */
.footer {
  position: relative; }
  .footer .top-btn {
    border: 2px solid #777;
    font-size: 13px;
    margin-top: 6px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    opacity: 0; }
    .footer .top-btn i {
      color: #777;
      font-size: 14px;
      padding-top: 14px; }
    .footer .top-btn:hover {
      color: #555; }
    .footer .top-btn.show {
      opacity: 1; }

/* ===================================================== */
/* Select2 styling
/* ===================================================== */
/* Arrow */
.select2-container .select2-choice {
  background: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  overflow: hidden;
  height: 36px;
  padding-top: 4px; }
  .select2-container .select2-choice .select2-arrow {
    background: #fff;
    padding: 1px;
    border: 0;
    top: 3px; }

/* Field */
.select2-drop-active {
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eee; }

.select2-drop.select2-drop-above {
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eee; }
  .select2-drop.select2-drop-above.select2-drop-active {
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee; }

.select2-drop-active {
  border-top: 1px solid #eee; }

.select2-results {
  max-height: 300px; }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0; }

.select2-choices {
  overflow: hidden; }

.select2-drop {
  box-shadow: 0;
  border: 1px solid #ddd; }

/* ===================================================== */
/* Menu Sidebar
/* ===================================================== */
.menu_sidebar {
  display: inline-block;
  text-align: left; }

/*# sourceMappingURL=theme-style.css.map */
