/* ===================================================== */
/* > 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: inline-block;
  font: 13px HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
  max-width: 100%;
  outline: none;
  padding: 10px 10px 9px;
  width: 210px; }
  .white-text input[type="text"], .white-text
  input[type="password"], .white-text
  input[type="email"], .white-text
  input[type="url"], .white-text
  textarea, .white-text
  select {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000; }
    .white-text input[type="text"]::-webkit-input-placeholder, .white-text
    input[type="password"]::-webkit-input-placeholder, .white-text
    input[type="email"]::-webkit-input-placeholder, .white-text
    input[type="url"]::-webkit-input-placeholder, .white-text
    textarea::-webkit-input-placeholder, .white-text
    select::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #000; }
    .white-text input[type="text"]:-moz-placeholder, .white-text
    input[type="password"]:-moz-placeholder, .white-text
    input[type="email"]:-moz-placeholder, .white-text
    input[type="url"]:-moz-placeholder, .white-text
    textarea:-moz-placeholder, .white-text
    select:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000;
      opacity: 1; }
    .white-text input[type="text"]::-moz-placeholder, .white-text
    input[type="password"]::-moz-placeholder, .white-text
    input[type="email"]::-moz-placeholder, .white-text
    input[type="url"]::-moz-placeholder, .white-text
    textarea::-moz-placeholder, .white-text
    select::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000;
      opacity: 1; }
    .white-text input[type="text"]:-ms-input-placeholder, .white-text
    input[type="password"]:-ms-input-placeholder, .white-text
    input[type="email"]:-ms-input-placeholder, .white-text
    input[type="url"]:-ms-input-placeholder, .white-text
    textarea:-ms-input-placeholder, .white-text
    select:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #000; }

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 #E9E9E9;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

select {
  padding: 0; }

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: 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; }

.sect .flexslider .flex-prev:before,
.sect .flexslider .flex-next:before,
.zorbix .flexslider .flex-prev:before,
.zorbix .flexslider .flex-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.portfolio:before, .project:before, .header .main_menu .menu-cols-item .menu-cols:before, .blog-post:before, .post-info:before, .code-example:before, .portfolio:after, .project:after, .header .main_menu .menu-cols-item .menu-cols:after, .blog-post:after, .post-info:after, .code-example:after {
  content: " ";
  display: table; }

.portfolio:after, .project:after, .header .main_menu .menu-cols-item .menu-cols:after, .blog-post:after, .post-info:after, .code-example:after {
  clear: both; }

.services.quarters .service-box, .services.thirds .service-box, .services.halfs .service-box {
  width: 49%;
  display: block;
  float: left; }

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

.vertical-align-ts {
  position: absolute;
  margin-top: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-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; } }

/* ===================================================== */
/* Sections 											 */
/* ===================================================== */
.container.narrow {
  width: 950px; }

.sect {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center; }
  .sect:before, .sect:after {
    content: " ";
    display: table; }
  .sect:after {
    clear: both; }
  @media (max-width: 992px) {
    .sect {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sect.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0; }
  .sect.large {
    padding-top: 140px;
    padding-bottom: 140px; }
    @media (max-width: 767px) {
      .sect.large {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .sect.narrow {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sect.short {
    padding-top: 60px;
    padding-bottom: 60px; }
  .sect.line-top {
    border-top: 1px solid #f0f0f0; }
  .sect.line-bottom {
    border-bottom: 1px solid #f0f0f0; }

.sect .container {
  position: relative; }

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

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

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

.bg-white {
  background: #fff; }

.bg-light-grey,
.bg-light-gray {
  background-color: #f9f9f9; }

.bg-dark {
  background-color: #2B2B2B; }
  .bg-dark h1, .bg-dark h2, .bg-dark h3,
  .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: inherit; }
  .bg-dark p {
    color: inherit; }

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

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

/* ===================================================== */
/* Tint
/* ===================================================== */
.tint, .tint-medium, .tint-dark, .black-overlay:before {
  position: relative;
  background-size: cover; }
  .tint:before, .tint-medium:before, .tint-dark:before, .black-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .vc_row.tint:before, .vc_row.tint-medium:before, .vc_row.tint-dark:before, .vc_row.black-overlay:before {
    display: block; }

.tint:before {
  background: rgba(102, 102, 102, 0.4); }

.tint-medium:before {
  background: rgba(58, 58, 58, 0.6); }

.tint-dark:before {
  background: rgba(29, 27, 27, 0.85); }

/* ===================================================== */
/* services                                              */
/* ===================================================== */
.services .seperator {
  margin-bottom: 70px; }

.services.vertical {
  margin-bottom: 60px; }

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

.services:after {
  clear: both; }

.services.quarters .service-box {
  width: 25%; }

.services.thirds .service-box {
  width: 33.33%; }

.services.halfs .service-box {
  width: 50%; }

@media (max-width: 479px) {
  .services.quarters .service-box, .services.thirds .service-box, .services.halfs .service-box {
    width: 100%; } }

.services {
  padding: 30px 0;
  background: white; }

.services .service-box {
  color: #444;
  padding: 20px 0;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0); }
  @media (min-width: 992px) {
    .services .service-box {
      padding: 50px 0; } }
  @media (max-width: 479px) {
    .services .service-box {
      width: 100%; } }
  .services .service-box .icon {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 30px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .services .service-box .icon-big {
    color: #f6f6f6;
    position: absolute;
    font-size: 200px;
    top: -20px;
    left: -20px; }
  .services .service-box .title {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: 100%; }
  .services .service-box:focus .icon, .services .service-box:active .icon, .services .service-box:hover .icon {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  .services .service-box:focus .title, .services .service-box:active .title, .services .service-box:hover .title {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.service-info {
  display: none; }

.services .icon-bg {
  color: #f6f6f6;
  position: absolute;
  font-size: 200px;
  top: -20px;
  left: -20px; }

.service-text {
  padding-top: 40px; }
  @media (min-width: 992px) {
    .service-text {
      padding-top: 80px;
      padding-left: 60px; } }
  @media (max-width: 992px) {
    .service-text {
      margin-bottom: 40px; } }
  .service-text.vertical {
    max-width: 700px; }
  .service-text.center-text {
    margin: 0 auto; }
  .service-text .inner p:last-child {
    margin-bottom: 0; }
  .service-text .white-text .title:after {
    border-color: #fff; }

/* ===================================================== */
/* Features v2 											 */
/* ===================================================== */
.feature-tall,
.feature {
  position: relative; }
  .feature-tall svg,
  .feature svg {
    position: absolute;
    top: -20px; }
    @media (max-width: 479px) {
      .feature-tall svg,
      .feature svg {
        position: relative; } }
  .feature-tall .title,
  .feature .title {
    margin-bottom: 15px; }
    .feature-tall .title:after,
    .feature .title:after {
      content: '';
      display: block;
      border-bottom: 1px solid black;
      padding-top: 20px;
      height: 1px;
      width: 40px; }
  .white-text .feature-tall .title:after, .white-text
  .feature .title:after {
    border-color: white; }
  .feature-tall .title, .feature-tall p,
  .feature .title,
  .feature p {
    margin-left: 110px; }
    @media (max-width: 479px) {
      .feature-tall .title, .feature-tall p,
      .feature .title,
      .feature p {
        margin-left: 0; } }
  .feature-tall p:last-child,
  .feature p:last-child {
    margin-bottom: 0; }
  .feature-tall .icon,
  .feature .icon {
    font-size: 44px;
    width: 100px;
    position: absolute;
    color: #444;
    transform: translate3d(0, 0, 0);
    top: 12px;
    width: 70px;
    text-align: center;
    margin-left: 1px; }
    @media (max-width: 479px) {
      .feature-tall .icon,
      .feature .icon {
        position: absolute;
        left: 0; } }
  .feature-tall .icon:before,
  .feature .icon:before {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .feature-tall:hover .icon:before,
  .feature:hover .icon:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  @media (max-width: 479px) {
    .feature-tall .title, .feature-tall p,
    .feature .title,
    .feature p {
      margin-left: 0; } }

.feature-tall {
  text-align: center; }
  .feature-tall svg {
    position: absolute;
    left: 50%;
    margin-left: -35px; }
  .feature-tall .icon {
    display: block;
    position: relative;
    margin: auto; }
  .feature-tall .title {
    margin-top: 80px; }
    .feature-tall .title:after {
      margin: auto; }
  .feature-tall .title, .feature-tall p {
    margin-left: 0; }
  .feature-tall p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }

/* ===================================================== */
/* intro text                                            */
/* ===================================================== */
.intro_text {
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
  .intro_text:before, .intro_text:after {
    content: " ";
    display: table; }
  .intro_text:after {
    clear: both; }
  .intro_text h1, .intro_text h2, .intro_text h3 {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .intro_text .dash:after {
    content: '';
    display: block;
    border-bottom: 2px solid #000;
    width: 50px;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 30px; }
  .intro_text .title {
    font-weight: 500; }
  .intro_text p {
    letter-spacing: .03em;
    margin-bottom: 10px; }
    .intro_text p:last-child {
      margin-bottom: 0; }

/* ===================================================== */
/* Hexes 											 	 */
/* ===================================================== */
.hexes-back {
  margin-bottom: 20px; }

.team .hexes-content.col-md-5 {
  padding: 40px 0 0; }

@media (min-width: 768px) {
  .hexes-content .inner {
    margin-top: 30px; } }

.hexes-imgs-wrap {
  text-align: center; }
  .hexes-imgs-wrap:before, .hexes-imgs-wrap:after {
    content: " ";
    display: table; }
  .hexes-imgs-wrap:after {
    clear: both; }
  .hexes-imgs-wrap .seperator {
    margin-bottom: 20px; }

.hexes-img {
  position: relative;
  text-align: center; }
  @media (max-width: 992px) {
    .hexes-img {
      display: inline-block;
      margin: 0 10px; } }
  @media (max-width: 767px) {
    .hexes-img {
      margin: 0; } }
  .hexes-img .more {
    position: relative;
    font-size: 20px;
    text-align: center;
    height: 28px;
    margin-left: 20px;
    margin-bottom: 13px; }
  .hexes-img.pull-up {
    margin-top: -50px; }
  .hexes-img p {
    line-height: 1.2em; }

.hexes-img:hover .hexes-overlay {
  opacity: 1; }
  .hexes-img:hover .hexes-overlay .title, .hexes-img:hover .hexes-overlay p, .hexes-img:hover .hexes-overlay .more {
    margin-left: 0; }

.hexes-overlay {
  transition: .5s;
  width: 100%;
  height: 240px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 2px; }
  .hexes-overlay:before {
    content: '';
    opacity: .7;
    background: url("../img/hexes-overlay.svg");
    background-position: center top;
    background-size: 235px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hexes-img:hover .hexes-overlay .inner {
  opacity: 1; }

.hexes-overlay .inner {
  opacity: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition-delay: 0s;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  margin-top: -68px;
  width: 160px; }
  .hexes-overlay .inner .title, .hexes-overlay .inner p {
    width: 160px;
    clear: both;
    margin-bottom: 0;
    margin-top: 0; }
  .hexes-overlay .inner .title, .hexes-overlay .inner p, .hexes-overlay .inner .more {
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 0s; }
  .hexes-overlay .inner .title {
    margin-left: -80px;
    margin-bottom: 6px; }
  .hexes-overlay .inner p {
    color: #444;
    font-weight: 200;
    margin-left: 78px; }
  .hexes-overlay .inner .more {
    color: #000; }

.feature-hex-info {
  display: none; }

.team-img {
  width: 100%;
  max-width: 340px;
  margin-bottom: 20px; }

/* ===================================================== */
/* Portfolio 											 */
/* ===================================================== */
@media (max-width: 767px) {
  .port-tiles {
    margin-bottom: 20px; } }

.portfolio-wrapper {
  text-align: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    .portfolio-wrapper {
      padding-top: 50px; } }

.portfolio-wrapper .load-more {
  margin: 40px 0 0;
  position: relative; }
  .portfolio-wrapper .load-more i {
    position: absolute;
    left: 10px;
    top: 13px; }

.portfolio img {
  display: block;
  width: 100%; }

.portfolio {
  position: relative; }

.portfolio .port-item {
  width: 50%;
  position: relative;
  overflow: hidden;
  display: none;
  float: left; }
  .portfolio .port-item.showme {
    display: block; }
  .portfolio .port-item:before {
    content: '';
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .portfolio .port-item:hover:after {
    background-color: rgba(255, 255, 255, 0.85); }
  .portfolio .port-item:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s ease-in-out 0s;
    background-color: rgba(255, 255, 255, 0); }
  .portfolio .port-item.no-border:before {
    border-right: none; }
  @media (min-width: 970px) {
    .portfolio .port-item {
      width: 25%; } }
  .portfolio .port-item:hover img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  .portfolio .port-item img {
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
    transition-delay: 0s;
    -webkit-transition: -webkit-transform 0.5s; }

.port-no-gutter {
  margin-right: 0; }
  .port-no-gutter .port-item {
    margin-right: -1px; }
  .port-no-gutter .port-item:before {
    border: none; }

.port-inner {
  overflow: hidden;
  position: relative; }

.lightbox-btn,
.port-overlay {
  opacity: 0;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%; }
  .lightbox-btn .inner,
  .port-overlay .inner {
    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%);
    opacity: 0;
    transition: all 0.3s ease-in-out 0s; }
  .lightbox-btn i,
  .port-overlay i {
    color: #fff;
    display: block;
    font-size: 34px;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 20px; }

.port-info .title,
.lightbox-btn .title,
.port-overlay .title {
  color: inherit;
  margin-bottom: 0px; }

.port-info span,
.lightbox-btn span,
.port-overlay span {
  color: inherit; }

.port-info {
  padding: 13px 6px;
  min-height: 100px; }
  .port-info .title {
    margin-bottom: 3px;
    color: #444; }
  .port-info p:last-child {
    margin-bottom: 0; }

.port-item:hover .lightbox-btn,
.port-item:hover .port-overlay {
  opacity: 1;
  color: #000;
  z-index: 1; }
  .port-item:hover .lightbox-btn .inner,
  .port-item:hover .port-overlay .inner {
    opacity: 1; }
  .port-item:hover .lightbox-btn i,
  .port-item:hover .port-overlay i {
    margin-bottom: 10px; }

@media (min-width: 970px) {
  .port-2 .port-item {
    width: 50%; }
  .port-3 .port-item {
    width: 33.33333%; }
  .port-5 {
    margin-right: -3px; }
    .port-5 .port-item {
      width: 20%; }
    .port-5 img {
      max-width: 101%;
      width: 101%; } }

/*================================================= */
/* Project Viewer
/*================================================= */
.project-wrapper {
  height: 0;
  overflow: hidden;
  color: #777;
  text-align: left; }
  .portfolio-wrapper .project-wrapper .project .wpb_column {
    padding-right: 15px;
    padding-left: 15px; }

.project {
  background: #fff; }

.project .container {
  height: 100%; }

.project-wrapper .button {
  margin-bottom: 0; }

.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%;
  position: absolute; }

.project-wrapper .loader {
  color: #444;
  height: 45px;
  text-align: center; }

.project-details {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0; }

.project-details li {
  margin-bottom: 15px; }
  .project-details li:last-child {
    margin-bottom: 0; }

.project-details li i {
  background: rgba(255, 255, 255, 0.07);
  border: none;
  border-radius: 50%;
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px 0 0;
  text-align: center;
  left: 0;
  top: -5px; }

.portfolio-slider-ajax-wrap .bx-wrapper,
.portfolio-slider-wrap .bx-wrapper {
  margin-bottom: 50px; }

.portfolio-slider-wrap img,
.project .bx-wrapper img {
  width: 100%;
  max-width: 100%; }

/*=================================================*/
/* Pricing
/*=================================================*/
.pricing-tables-wrap .sect-inner {
  padding: 80px 100px; }
  @media (max-width: 479px) {
    .pricing-tables-wrap .sect-inner {
      padding: 0 30px; } }

.pricing-tables {
  position: relative;
  z-index: 0; }
  .pricing-tables:before, .pricing-tables:after {
    content: " ";
    display: table; }
  .pricing-tables:after {
    clear: both; }
  .pricing-tables .seperator {
    margin-bottom: 30px; }
  .pricing-tables.wide .wrap {
    max-width: 600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto; }
    @media (min-width: 768px) {
      .pricing-tables.wide .wrap {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px; } }

.pricing_table {
  background: white;
  border: 1px solid #ddd;
  padding: 40px 20px 20px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 767px) {
    .pricing_table {
      max-width: 300px; } }
  .wide .pricing_table {
    max-width: 100%; }
    @media (max-width: 530px) {
      .wide .pricing_table {
        max-width: 300px; } }
  .pricing_table:before {
    content: '';
    border: 1px solid #ddd;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 10px;
    top: 10px;
    z-index: -1; }
  .pricing_table .feature-list {
    text-align: left; }
    .pricing_table .feature-list ul {
      list-style: none;
      padding-left: 0; }
    @media (max-width: 530px) {
      .pricing_table .feature-list {
        width: 100%; } }
  .pricing_table .title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px; }
  .pricing_table.animated {
    animation-fill-mode: none; }

.cols-centered .pricing_info,
.cols-centered .feature-list {
  float: left;
  display: block; }

.pricing_info {
  padding-top: 10px;
  padding-left: 0; }
  .pricing_info .price {
    font-size: 60px;
    color: #444;
    line-height: 1;
    margin-bottom: 20px; }
  @media (max-width: 530px) {
    .pricing_info {
      width: 100%; } }

.pricing-tables.tall .feature-list {
  text-align: center; }

.pricing-tables.tall .pricing_table {
  margin: 0 10px; }

/* ===================================================== */
/* Clients  											 */
/* ===================================================== */
.client {
  text-align: center;
  padding: 20px; }
  .client img {
    max-width: 100%;
    max-height: 114px; }
  .client.hover-effect img {
    opacity: .7;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 0s; }
  .client.hover-effect:hover img {
    opacity: 1; }

/* ===================================================== */
/* Slider                                                */
/* ===================================================== */
.slider-wrapper.static-text .caption {
  position: absolute;
  z-index: 51; }

.caption img {
  display: inline-block; }

@media (max-height: 540px) {
  img.caption-logo {
    border: 10px solid green;
    display: none; } }

.tp-caption.title,
.caption .title {
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 35px 0;
  padding: 0 35px;
  text-transform: uppercase; }
  .tp-caption.title.large,
  .caption .title.large {
    font-size: 90px; }

.tp-caption.sub-title,
.caption .sub-title {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px; }
  @media (min-width: 480px) {
    .tp-caption.sub-title:before, .tp-caption.sub-title:after,
    .caption .sub-title:before,
    .caption .sub-title:after {
      background: white;
      content: "";
      display: inline-block;
      float: none;
      height: 2px;
      width: 20px;
      vertical-align: middle;
      margin-top: -4px;
      margin-right: 20px; }
      .large .tp-caption.sub-title:before, .large .tp-caption.sub-title:after, .large
      .caption .sub-title:before, .large
      .caption .sub-title:after {
        margin-top: 25px; }
    .tp-caption.sub-title:after,
    .caption .sub-title:after {
      content: '';
      margin-left: 10px;
      margin-right: -10px; } }
  .tp-caption.sub-title.large,
  .caption .sub-title.large {
    font-size: 45px; }
    .tp-caption.sub-title.large span:before,
    .tp-caption.sub-title.large span:after,
    .caption .sub-title.large span:before,
    .caption .sub-title.large span:after {
      margin-top: 35px; }

.tp-caption.bullets,
.caption .bullets {
  font-size: 36px; }
  .tp-caption.bullets span,
  .caption .bullets span {
    font-weight: bolder; }

/* Revslider loader intracts with the page loader */
.tp-loader {
  display: none; }

.welcome-caption .button {
  clear: both;
  float: none;
  margin: 0 10px 0; }

.black-overlay:before {
  background: rgba(0, 0, 0, 0.1);
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 150%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 150%, color-stop(0%, transparent), color-stop(150%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 150%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 150%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.5) 150%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.5) 150%);
  /* W3C */ }

.page-heading-slider-wrap {
  position: relative; }
  .page-heading-slider-wrap .tint:before {
    z-index: 52; }
  .page-heading-slider-wrap .bx-controls {
    z-index: 54; }
  .page-heading-slider-wrap .inner {
    width: 100%;
    z-index: 53;
    position: absolute;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page-heading-slider-wrap .section-title {
    margin-bottom: 0;
    padding: 0 68px 0; }
  .page-heading-slider-wrap li {
    background-size: cover;
    background-position: center;
    height: 100%; }
  .page-heading-slider-wrap .bxslider {
    height: 100%;
    width: 100% !important; }
  @media (max-width: 767px) {
    .page-heading-slider-wrap .bx-viewport {
      height: 200px !important; } }

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

.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; }

#bngVideo {
  overflow: hidden; }

.feature-hex-wrap,
.feature-shape-wrap {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  position: relative;
  perspective: 1000;
  transform-style: preserve-3d;
  transition: 0.6s; }
  .feature-hex-wrap a,
  .feature-shape-wrap a {
    text-decoration: none; }
  .feature-hex-wrap:hover .feature-circle,
  .feature-hex-wrap:hover .feature-hex,
  .feature-shape-wrap:hover .feature-circle,
  .feature-shape-wrap:hover .feature-hex {
    transform: rotateY(180deg); }
  .feature-hex-wrap:hover .hex-info,
  .feature-hex-wrap:hover .circle-info,
  .feature-shape-wrap:hover .hex-info,
  .feature-shape-wrap:hover .circle-info {
    transform: rotateY(0deg); }

.hidden_mask {
  height: 0;
  display: block; }

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

.feature-circle,
.feature-hex,
.hex-info,
.circle-info {
  transform-style: preserve-3d;
  transition: 0.6s;
  backface-visibility: hidden; }

.feature-hex,
.feature-circle {
  z-index: 2;
  transform: rotateY(0deg); }

.feature-circle path,
.feature-hex path {
  stroke: #ddd; }

.hex-info,
.circle-info {
  color: #000;
  position: absolute;
  font-size: 24px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 50%;
  top: 0;
  text-align: center;
  transform: rotateY(180deg);
  line-height: 220px; }
  .hex-info p:last-child,
  .circle-info p:last-child {
    margin-bottom: 0; }
  .hex-info .text,
  .circle-info .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em; }

.circle-info {
  background: #f5f5f5;
  border-radius: 50%;
  z-index: 99999;
  opacity: 1; }

.hex-info {
  background: url("../img/feature-hex-info.svg") no-repeat; }

.hexes_mark_svg {
  height: 0; }

.feature-hex-wrap {
  width: 260px;
  height: 302px;
  overflow: visible; }

.no-csstransitions .feature-hex {
  overflow: visible;
  left: 10px; }

.no-csstransitions .feature-hex-wrap,
.no-csstransitions .feature-shape-wrap {
  overflow: visible; }
  .no-csstransitions .feature-hex-wrap:hover .hex-info,
  .no-csstransitions .feature-hex-wrap:hover .circle-info,
  .no-csstransitions .feature-shape-wrap:hover .hex-info,
  .no-csstransitions .feature-shape-wrap:hover .circle-info {
    opacity: 1;
    overflow: visible; }

.no-csstransitions .hex-info,
.no-csstransitions .circle-info {
  opacity: 0;
  z-index: 2;
  overflow: visible;
  -o-transition: opacitys;
  -ms-transition: opacitys;
  -moz-transition: opacitys;
  -webkit-transition: opacitys;
  transition: opacitys;
  transition-delay: 0.5s; }

/* ===================================================== */
/* Testimonials                                          */
/* ===================================================== */
.testimonials {
  text-align: center; }
  .testimonials .testimonial img {
    margin: 0 auto;
    border-radius: 50%;
    width: 120px; }
  .testimonials .testimonial .name {
    color: #bbb;
    display: block; }
  .testimonials .testimonial .name {
    font-size: 26px;
    margin-bottom: 20px; }
  .testimonials .testimonial h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
    max-width: 800px;
    display: inline-block; }
  .testimonials .testimonial i {
    font-size: 30px;
    color: white;
    display: block; }
  @media (max-width: 767px) {
    .testimonials .testimonial {
      margin-bottom: 0; }
      .testimonials .testimonial h1 {
        font-size: 24px; }
      .testimonials .testimonial .name {
        font-size: 18px; }
      .testimonials .testimonial li:after {
        margin-bottom: 20px;
        padding-bottom: 20px; } }

/* ===================================================== */
/* Progress Bar
/* ===================================================== */
.zorbix .vc_progress_bar .wpb_heading {
  margin-bottom: 50px; }

.zorbix .vc_progress_bar .vc_single_bar {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  height: 35px;
  position: relative;
  margin-bottom: 34px; }
  .zorbix .vc_progress_bar .vc_single_bar .vc_label {
    color: gray;
    display: block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    top: -25px; }

.zorbix .vc_progress_bar .vc_single_bar .vc_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #666666;
  text-align: right;
  color: #fff;
  padding-right: 10px;
  padding-top: 5px; }

/* ===================================================== */
/* Typography
/* ===================================================== */
body {
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-family: "Open Sans";
  font-size: 15px;
  color: #424242;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased; }

p {
  margin-bottom: 20px; }

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

.dash {
  display: inline-block; }
  .dash:after {
    content: '';
    display: block;
    border-bottom: 2px solid #000;
    width: 50px;
    padding-top: 5px;
    margin-bottom: 25px; }

.dash.centered {
  display: block; }
  .dash.centered:after {
    margin-left: auto;
    margin-right: 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.5; }

.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; }

.page-title,
.section-title {
  background: none;
  text-transform: uppercase;
  clear: both;
  letter-spacing: 1.5px;
  max-width: 700px;
  text-align: center;
  overflow: visible;
  position: relative;
  margin: 0 auto 40px; }
  .page-title.left,
  .section-title.left {
    text-align: left;
    padding-bottom: 0;
    margin-left: 0; }
  .page-title.light,
  .section-title.light {
    color: white; }
  .page-title span,
  .section-title span {
    display: inline-block;
    position: relative; }
  @media (min-width: 768px) {
    .page-title,
    .section-title {
      padding: 0 34px 14px; }
      .page-title span:after, .page-title span:before,
      .section-title span:after,
      .section-title span:before {
        content: ' ';
        background-image: url(../img/left-bracket.svg);
        background-repeat: none;
        height: 54px;
        width: 14px;
        position: absolute;
        left: -45px;
        top: 50%;
        margin-top: -26px; }
      .page-title.left,
      .section-title.left {
        padding-left: 30px; }
      .page-title span:after,
      .section-title span:after {
        right: -40px;
        left: auto;
        background-image: url(../img/right-bracket.svg); } }

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

.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: #656565;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400; }
  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: 22px;
    line-height: 1.3; }
  p.alt-text.large,
  .alt-text.large {
    font-size: 25px;
    line-height: 1.5; }

.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; }

.thin {
  font-weight: 100; }
  .thin strong {
    font-weight: 600; }

.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; }

.fa-ul li i {
  line-height: 1.5em; }

.bullet-list {
  list-style: none;
  padding: 0;
  display: block; }
  .bullet-list:before, .bullet-list:after {
    content: " ";
    display: table; }
  .bullet-list:after {
    clear: both; }
  .bullet-list li {
    margin-bottom: 3px; }
  .bullet-list i {
    text-align: center;
    margin-right: 10px;
    vertical-align: middle; }

.circle-list i,
.circle-bullet i {
  border: 1px solid #A8A8A8;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  top: -5px; }
  .circle-list i:before,
  .circle-bullet i:before {
    margin-right: -1px; }

.bullet i,
.circle-list i {
  position: absolute;
  left: 0; }

.bullet i {
  top: 5px; }

.circle-list i,
.circle-bullet i {
  top: -7px; }

.circle-list li {
  line-height: 1.4;
  position: relative; }

.circle-bullet,
.circle-list li {
  padding-left: 50px;
  margin-bottom: 26px; }

.bullet {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-left: 26px; }

.circle-bullet {
  position: relative;
  margin-bottom: 24px;
  padding-left: 50px; }

/* ===================================================== */
/* Headings
/* ===================================================== */
h1, .h1 {
  margin-bottom: 20px;
  line-height: 1.4; }

h2, .h2,
h3, .h3 {
  margin-bottom: 20px;
  line-height: 1.3; }

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

h4, .h4 {
  font-size: 22px;
  line-height: 1.3; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 34px; }
  h2, .h2 {
    font-size: 28px; }
  h3, .h3 {
    font-size: 24px; } }

h1, h2, h3,
h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif; }
  h1 a, h2 a, h3 a,
  h4 a, h5 a, h6 a {
    color: #444;
    text-decoration: none; }
  h1:first-child, h2:first-child, h3:first-child,
  h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0;
    margin-top: 0; }
  h1 strong, h2 strong, h3 strong,
  h4 strong, h5 strong, h6 strong {
    font-weight: 500; }
  h1.thin, h2.thin, h3.thin,
  h4.thin, h5.thin, h6.thin {
    font-weight: 100; }

/* ===================================================== */
/* Heading Section
/* ===================================================== */
.page-heading-short,
.page-heading {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  text-align: center;
  font-size: 22px; }
  .heading-examples .page-heading-short, .heading-examples
  .page-heading {
    margin-top: 0; }
  .page-heading-short.bd-bottom,
  .page-heading.bd-bottom {
    border-bottom: 1px solid #f5f5f5; }
  .page-heading-short .container,
  .page-heading .container {
    position: relative; }
  .page-heading-short .section-title,
  .page-heading .section-title {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .page-heading-short .section-title,
      .page-heading .section-title {
        padding: 0; }
        .page-heading-short .section-title span:before,
        .page-heading-short .section-title span:after,
        .page-heading .section-title span:before,
        .page-heading .section-title span:after {
          display: none; } }
  .page-heading-short.short,
  .page-heading.short {
    padding: 50px 0; }
  .page-heading-short.large,
  .page-heading.large {
    padding: 200px 0; }
  @media (max-width: 767px) {
    .page-heading-short,
    .page-heading {
      padding: 50px 0; } }

.page-heading-short {
  padding-top: 40px;
  padding-bottom: 40px; }

.pricing_tables-wrapper {
  background-image: url("../img/bgs/bg3.jpg");
  background-size: cover; }

.tint,
.team {
  background-size: cover; }

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

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

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

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

/* ===================================================== */
/* Filter Menu
/* ===================================================== */
.filter-menu {
  clear: both;
  float: none;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  text-align: center; }

.filter-menu .selected {
  color: #444;
  font-weight: 400;
  border-color: #aaa; }

.filter-menu li {
  display: inline-block;
  margin: 0 4px;
  padding: 5px 0 4px; }
  .filter-menu li:last-child:after {
    content: ''; }
  .filter-menu li:after {
    content: '/';
    color: #ddd;
    font-weight: 600;
    padding-left: 16px;
    padding-right: 6px; }

.filter-menu li:hover
.filter-menu li:focus {
  background: #1f1f1f; }

/* ===================================================== */
/* Contact                                               */
/* ===================================================== */
/* styling */
.contact-form {
  text-align: center; }

.contact-form input,
.contact-form textarea {
  width: 100%; }

.contact-form textarea {
  height: 142px; }

.contact-form input {
  margin-bottom: 15px; }

.contact-button {
  background: none;
  border: 0;
  float: right;
  font-size: 20px;
  margin: 0 0 20px 0; }
  .contact-button i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .contact-button:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.contact-info i {
  margin-right: 10px; }

.contact-form .wpcf7-submit {
  width: auto;
  float: right;
  background: none;
  padding: 5px 10px; }
  .white-text .contact-form .wpcf7-submit {
    color: white; }

span.wpcf7-not-valid-tip {
  margin-top: -15px;
  color: white;
  background-color: #DB7B7B; }

.mce_inline_error,
div.wpcf7-response-output {
  width: 63%;
  margin: auto;
  text-align: center;
  border: none;
  padding: 20px 30px; }

.mce_inline_error,
div.wpcf7-validation-errors {
  background: #ffffa7;
  color: #444; }

div.wpcf7-mail-sent-ok {
  background: #c3eec3;
  color: #444; }

/* ===================================================== */
/* Footer                                                */
/* ===================================================== */
.footer {
  font-size: 13px;
  padding: 70px 0 70px;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: 0.35px; }
  .footer a {
    color: #fff; }
  .footer .contact-info {
    margin-bottom: 60px; }
    .footer .contact-info i {
      margin-right: 0; }
  .footer.bg-light-grey, .footer.bg-white {
    color: #444; }
    .footer.bg-light-grey a, .footer.bg-white a {
      color: #444; }
    .footer.bg-light-grey i, .footer.bg-white i {
      border-color: #aaa; }
    .footer.bg-light-grey .social-icons i, .footer.bg-white .social-icons i {
      background-color: #444;
      color: #fff; }

.footer .container {
  width: 70%; }

.footer .contact-info i {
  border-radius: 50%;
  color: inherit;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 15px; }

.footer .social-icons {
  margin: 30px 0 20px; }

.copy {
  color: #aaa;
  font-size: 12px; }

.footer .social-icons a {
  margin: 0 20px; }

.footer .social-icons i {
  border: none;
  background: #fff;
  color: #373737;
  line-height: 36px; }
  .footer .social-icons i:hover {
    background: #ccc; }

/* ===================================================== */
/* Google Map
/* ===================================================== */
.map-holder {
  height: 100px;
  position: relative;
  overflow: hidden;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  transition: height .5s ease; }
  .map-holder iframe {
    margin-top: -50px; }
  .map-holder .close-btn {
    background: white;
    display: none;
    cursor: pointer;
    width: 50px;
    position: absolute;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    z-index: 1; }
    .map-holder .close-btn i {
      font-size: 30px;
      color: black;
      padding-top: 10px;
      padding-bottom: 10px; }

.map-overlay {
  background: rgba(244, 244, 244, 0.59);
  display: table;
  top: 0;
  left: 0;
  position: absolute;
  height: 101%;
  width: 100%;
  text-align: center;
  text-decoration: none; }
  .map-overlay:hover {
    text-decoration: none; }
    .map-overlay:hover i {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .map-overlay i {
    font-size: 30px;
    color: #8B8B8B;
    vertical-align: middle;
    -webkit-transition-property: color, font-size;
    transition-property: color, font-size;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: table-cell; }

.google-map {
  height: 400px;
  width: 100%; }
  .google-map img {
    max-width: none; }

.google-map iframe {
  display: block; }

/* ===================================================== */
/*  Milestones
/* ===================================================== */
.milestones {
  margin-left: -15px;
  margin-right: -15px; }
  .milestones:before, .milestones:after {
    content: " ";
    display: table; }
  .milestones:after {
    clear: both; }

.milestone {
  padding: 14px 0 20px;
  text-align: center;
  margin-bottom: 20px; }
  .milestone .count {
    font-size: 50px;
    font-weight: 100;
    margin: 20px 0;
    color: #444; }
  .white-text .milestone .count {
    color: #fff; }
  .bg-dark .milestone i,
  .bg-dark .milestone .count {
    color: #fff; }

/*================================================= */
/* Navigation
/*================================================== */
.admin-bar .header {
  top: 32px; }
  @media screen and (max-width: 782px) {
    .admin-bar .header {
      top: 46px; } }

.compose-mode .header {
  top: 30px; }

.top-bar-spacer {
  height: 50px; }

.header .main_menu {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  float: right;
  margin: 0;
  padding: 0;
  font-weight: 400;
  padding: 10px 20px; }
  .header .main_menu i {
    color: inherit; }
  .header .main_menu .dropdown {
    background: green; }
  @media (max-width: 991px) {
    .header .main_menu {
      background: #111;
      border-top: 1px solid gray;
      width: 100%;
      display: none;
      text-align: left;
      color: #fff;
      -webkit-transition-property: margin-top;
      transition-property: margin-top;
      -webkit-transition-duration: 1s;
      transition-duration: 1s; }
      .header .main_menu .sub-menu {
        padding-top: 5px;
        padding-bottom: 5px; }
      .header .main_menu li.mega .sub-menu ul.sub-menu {
        padding-top: 0;
        padding-bottom: 0; }
      .header .main_menu a {
        padding: 4px 0; } }
  .header .main_menu > li > .sub-menu {
    left: auto;
    right: auto;
    top: 100%; }
    .header .main_menu > li > .sub-menu.to-left {
      left: auto;
      right: 0; }
  .header .main_menu li {
    cursor: pointer;
    display: block;
    width: auto;
    position: relative; }
  .header .main_menu a, .header .main_menu span {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 1.4;
    opacity: .7;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    transition-delay: 0s; }
    .header .main_menu a:hover, .header .main_menu span:hover {
      opacity: 1; }
  .header .main_menu > li {
    /* Menu Buttons */
    display: block;
    font-size: 14px;
    line-height: 1; }
    @media (min-width: 991px) {
      .header .main_menu > li {
        float: left;
        position: static; } }
  .header .main_menu ul {
    display: none;
    top: -20px;
    text-align: left;
    z-index: 9999;
    padding-left: 0;
    left: auto;
    right: 100%;
    -o-transition: margin-top 0.2s;
    -ms-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    transition-delay: 0s; }
    @media (min-width: 991px) {
      .header .main_menu ul {
        position: absolute; } }
    @media (max-width: 992px) {
      .header .main_menu ul {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px; } }
    @media (min-width: 992px) {
      .header .main_menu ul {
        position: absolute;
        height: auto;
        background: #111;
        color: #fff;
        padding-bottom: 10px;
        padding-top: 10px; } }
    .header .main_menu ul li {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .header .main_menu ul li:last-child {
        border: none; }
      .header .main_menu ul li li:first-child {
        border-top: none; }
    .header .main_menu ul a {
      display: block;
      width: 170px; }
      @media (min-width: 992px) {
        .header .main_menu ul a {
          padding: 8px 10px 8px 10px; } }
      @media (max-width: 992px) {
        .header .main_menu ul a {
          width: 100%; } }
    .header .main_menu ul ul {
      right: 100%;
      left: auto;
      top: -10px; }
  .header .main_menu .menu-cols-item {
    position: static;
    text-align: left; }
    .header .main_menu .menu-cols-item .menu-cols {
      display: none; }
      @media (min-width: 992px) {
        .header .main_menu .menu-cols-item .menu-cols {
          background: #f9f9f9;
          position: absolute; } }
      .header .main_menu .menu-cols-item .menu-cols h6 {
        padding: 10px 0 0 30px; }
      .header .main_menu .menu-cols-item .menu-cols > div {
        float: left;
        width: 194px; }
        .header .main_menu .menu-cols-item .menu-cols > div a {
          padding-left: 30px;
          padding-right: 30px;
          width: 100%; }
        .header .main_menu .menu-cols-item .menu-cols > div > ul {
          display: block;
          position: relative;
          top: 100%; }
  .header .main_menu > li > a, .header .main_menu > li > span {
    color: inherit;
    display: block;
    text-transform: uppercase; }
  @media (min-width: 992px) {
    .header .main_menu {
      background: transparent;
      border: none;
      display: block;
      width: auto;
      padding: 0; }
      .header .main_menu > li {
        display: inline-block;
        padding: 0 18px; } }

.header {
  color: #fff;
  text-align: center;
  position: fixed !important;
  top: 0;
  left: 0;
  overflow: visible;
  text-align: center;
  top: 0;
  z-index: 9999;
  width: 100%;
  position: absolute;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .header.solid {
    position: relative;
    background-color: #fff;
    color: #444; }
  .header .text-logo {
    font-size: 26px;
    font-weight: 600; }
  .header .container {
    position: relative; }
  .header.opened {
    display: block; }
  .header .open-btn {
    color: inherit;
    display: inline-block;
    float: right;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .header .open-btn i {
      color: inherit; }
  @media (max-width: 991px) {
    .header.opened {
      height: 100%; }
      .header.opened .container {
        height: 100%; }
      .header.opened .main_menu {
        max-height: 100%;
        overflow-y: auto;
        padding-bottom: 40px; }
        .header.opened .main_menu > li:last-child {
          padding-bottom: 40px; } }
  .header.solid, .header.hd-short,
  .hd-short .header {
    background-color: #fff; }
    @media (min-width: 991px) {
      .header.solid, .header.hd-short,
      .hd-short .header {
        color: #444; } }
    .header.solid .logo img, .header.hd-short .logo img,
    .hd-short .header .logo img {
      display: inline-block; }
    .header.solid img.logo-light, .header.hd-short img.logo-light,
    .hd-short .header img.logo-light {
      display: none; }
  .header.fixed {
    position: fixed; }
  .header .main_menu > li > a,
  .header .main_menu > li > span, .header .logo {
    -webkit-transition-property: line-height, height;
    transition-property: line-height, height;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .header .logo {
    color: inherit;
    text-decoration: none;
    float: left;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
    .header .logo .logo-light {
      display: inline-block; }
    .header .logo img {
      display: none;
      max-height: 100%;
      max-width: 100%;
      margin-top: -3px; }
    .header .logo:hover {
      color: inherit;
      text-decoration: none; }
  @media (min-width: 992px) {
    .header {
      max-height: auto;
      overflow-y: visible;
      background: transparent; }
      .header .open-btn {
        display: none; }
      .header.opened {
        overflow-y: visible; }
      .header img.logo-light {
        display: inline-block; } }

.menu_sidebar,
.header .open-btn,
.header .logo {
  /* Mobile logo height */
  height: 60px;
  line-height: 60px; }

@media (min-width: 992px) {
  .menu_sidebar,
  .header .logo,
  .menu-fixer,
  .header .main_menu > li > span,
  .header .main_menu > li > a {
    height: 90px;
    line-height: 90px; }
  .hd-short.header .menu_sidebar,
  .hd-short.header .main_menu > li > span,
  .hd-short.header .main_menu > li > a,
  .hd-short.header .logo,
  .hd-short .header .menu_sidebar,
  .hd-short .header .main_menu > li > span,
  .hd-short .header .main_menu > li > a,
  .hd-short .header .logo {
    /* Change height for shorter version */
    height: 60px;
    line-height: 60px; } }

.main_menu li.mega {
  float: left;
  position: static; }
  .main_menu li.mega li {
    padding: 0;
    border: none; }
  .main_menu li.mega.col-2 > ul.sub-menu > li {
    width: 50%; }
  .main_menu li.mega.col-3 > ul.sub-menu > li {
    width: 33%; }
  .main_menu li.mega.col-4 > ul.sub-menu > li {
    width: 25%; }
  .main_menu li.mega.col-5 > ul.sub-menu > li {
    width: 20%; }
  .main_menu li.mega.col-6 > ul.sub-menu > li {
    width: 16.66%; }
  .main_menu li.mega > .sub-menu {
    left: 0; }
    @media (min-width: 991px) {
      .main_menu li.mega > .sub-menu {
        padding: 20px 10px 20px 30px; } }
  @media (max-width: 992px) {
    .header.opened .main_menu li.mega {
      float: none;
      position: static; } }
  .main_menu li.mega > li > .sub-menu {
    padding-bottom: 20px; }
  .main_menu li.mega ul.sub-menu {
    width: 100%; }
    .main_menu li.mega ul.sub-menu:before, .main_menu li.mega ul.sub-menu:after {
      content: " ";
      display: table; }
    .main_menu li.mega ul.sub-menu:after {
      clear: both; }
    @media (max-width: 992px) {
      .main_menu li.mega ul.sub-menu {
        padding-left: 0; } }
    .main_menu li.mega ul.sub-menu .sub-menu {
      position: relative;
      left: 0;
      top: auto; }
    .main_menu li.mega ul.sub-menu a {
      width: auto; }
  .main_menu li.mega > ul.sub-menu > li.menu-item {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 25px;
    float: left; }
    .main_menu li.mega > ul.sub-menu > li.menu-item:first-child {
      border: none; }
    .main_menu li.mega > ul.sub-menu > li.menu-item > a {
      width: auto;
      font-weight: 500;
      padding-bottom: 5px; }
    .main_menu li.mega > ul.sub-menu > li.menu-item li {
      padding: 0; }
    .main_menu li.mega > ul.sub-menu > li.menu-item ul {
      display: block !important;
      font-weight: 100; }

.menu-center {
  text-align: center; }
  .menu-center .open-btn {
    float: none; }
  .menu-center .logo {
    display: block;
    float: none; }
  @media (min-width: 991px) {
    .menu-center .menu_wrapper {
      display: inline-block;
      margin-bottom: -8px; } }
  .menu-center .menu_sidebar {
    position: absolute;
    right: 0; }
    @media (max-width: 992px) {
      .menu-center .menu_sidebar {
        top: 0; } }

.menu-right .menu_sidebar {
  float: right; }

@media (min-width: 991px) {
  .menu-left .menu_wrapper {
    float: left; } }

.menu-left .logo {
  float: right; }

.menu-left .open-btn {
  float: left; }

.menu-left .menu_sidebar {
  float: left; }

/* ===================================================== */
/* Blog
/* ===================================================== */
.blog-heading .section-title {
  color: #444; }

.blog-post {
  margin-bottom: 60px; }

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

.blog-arrows {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .blog-arrows {
      float: right;
      margin-top: 3px; } }
  .blog-arrows:before, .blog-arrows:after {
    content: " ";
    display: table; }
  .blog-arrows:after {
    clear: both; }
  .blog-arrows a {
    text-decoration: none; }

.post-tags a {
  text-decoration: none; }

@media (min-width: 768px) {
  .post-tags {
    float: left; } }

@media (min-width: 768px) {
  .blog-post.single {
    margin-bottom: 80px; } }

.blog-media,
.blog-img {
  display: block;
  margin-bottom: 30px; }

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

.blog-masonry .blog-media,
.blog-masonry .blog-img {
  overflow: hidden;
  margin-bottom: -1px;
  display: block; }

.blog-masonry .blog-post {
  margin-bottom: 40px; }

.blog-masonry .blog-content-wrap {
  border: 1px solid #eee;
  padding: 26px 20px 0 20px; }

@media (min-width: 768px) {
  .blog-medium .blog-media,
  .blog-medium .blog-img {
    float: left;
    width: 350px; } }

.blog-medium .post-content {
  overflow: hidden; }

.blog-medium .blog-post {
  margin-bottom: 40px; }

.blog-medium .blog-media {
  margin-right: 20px; }

@media (min-width: 768px) {
  .post-container {
    overflow: hidden; } }

.blog-title {
  margin-bottom: 5px; }

.blog-title a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none; }

.post-container {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.blog-meta {
  color: #000;
  font-size: 15px;
  margin-bottom: 25px; }

.blog-meta a {
  text-decoration: none;
  text-transform: capitalize; }

.blog-meta a:first-child:before {
  content: ''; }

.post-date {
  color: #444;
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-right: 20px;
  line-height: 1.2;
  padding: 12px 0;
  width: 50px;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .post-date {
      float: left; } }

.post-date .month {
  display: block; }

.widgets .one-half {
  margin-right: 0;
  width: 100%; }

.widget {
  margin-bottom: 30px; }

.tags a {
  border: 1px solid #E9E9E9;
  color: #777;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 4px;
  padding: 4px 11px 5px;
  text-decoration: none; }

.tags a:hover {
  border-color: #bbb;
  color: #555; }

.search-form {
  display: block;
  max-width: 300px; }

.search-form,
.search .search-box,
.search-btn {
  height: 35px; }

.search-form .search-box {
  display: block;
  float: left;
  width: 80%; }

.search-btn {
  background: none;
  box-shadow: none;
  border: 1px solid #D8D8D8;
  color: #777;
  float: left;
  font-size: 10px;
  margin: 0;
  padding: 0;
  width: 20%;
  transition: background 0.5s; }
  .search-btn:hover {
    background: #D8D8D8; }

/* ===================================================== */
/* Recent Posts List ( Posts in tabs )
/* ===================================================== */
.widget.tabs .content {
  padding-left: 0;
  padding-right: 0; }

.small-posts-list {
  padding-left: 0; }

.small-posts-list li {
  border-top: 1px solid #E9E9E9;
  clear: both;
  overflow: hidden;
  padding: 20px 0 20px 0;
  list-style: none; }

.small-posts-list li:first-child {
  padding-top: 0;
  border-top: none; }

.small-posts-list img {
  border: none;
  margin-right: 10px;
  height: 50px;
  width: 50px; }

.small-posts-list .title {
  margin-bottom: 0;
  display: block; }

.small-posts-list > li > a {
  color: #777;
  display: block;
  float: left; }

.small-posts-content {
  overflow: hidden; }

.small-posts-list .blog-meta {
  border: none;
  font-size: 12px; }

.read-more {
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .read-more:hover {
    color: #aaa; }

/* ===================================================== */
/* Quote Post Type
/* ===================================================== */
blockquote.post-quote {
  border: none;
  background: #f9f9f9;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden; }

blockquote.post-quote .author {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase; }

/* ===================================================== */
/* Link Post Type
/* ===================================================== */
.blog-link {
  background: #f9f9f9;
  padding: 40px;
  margin-bottom: 8px;
  margin-bottom: 30px;
  overflow: hidden; }

.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; }

.blog-wrap {
  padding-top: 100px;
  padding-bottom: 100px; }

.audio .blog-media iframe {
  width: 100%; }

/* ===================================================== */
/* Categories
/* ===================================================== */
.categories {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
  list-style-type: none; }

.categories a {
  color: #777;
  text-decoration: none; }

.categories a:hover,
.categories a:focus {
  color: #222; }

.categories li {
  border-bottom: 1px solid #E9E9E9;
  padding: 10px 0; }

.categories li:first-child {
  padding-top: 0; }

.categories li:before {
  content: "\f054";
  color: #ccc;
  font-size: 10px;
  padding-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

.categories li:hover:before,
.categories li:focus:before {
  color: #222; }

.zorbix .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 14px; }

.vc_general.vc_tta-accordion.vc_tta-style-theme-style .vc_tta-panel-title {
  font-size: 14px; }

.vc_general.vc_tta-accordion.vc_tta-style-theme-style .vc_active .vc_tta-panel-heading {
  border-color: #BCBCBC; }

.vc_general.vc_tta-accordion.vc_tta-style-theme-style.vc_tta.vc_tta-shape-round .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 2em; }

.vc_general.vc_tta-accordion.vc_tta-style-theme-style.vc_tta.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 5px; }

.vc_general.vc_tta-accordion.vc_tta-style-theme-style .vc_tta-panel-heading {
  border: 1px solid #E9E9E9;
  margin-bottom: 20px; }
  .vc_general.vc_tta-accordion.vc_tta-style-theme-style .vc_tta-panel-heading a {
    padding: 20px 24px; }

.vc_general.vc_tta-accordion.vc_tta-style-theme-style .vc_tta-panel-body {
  padding-top: 10px; }

.vc_general.vc_tta-tabs.vc_tta-style-theme-style.vc_tta-spacing-theme-spacing .vc_tta-tab {
  margin-left: -2px; }
  .vc_general.vc_tta-tabs.vc_tta-style-theme-style.vc_tta-spacing-theme-spacing .vc_tta-tab:first-child {
    margin-left: 1px; }
  .vc_general.vc_tta-tabs.vc_tta-style-theme-style.vc_tta-spacing-theme-spacing .vc_tta-tab.vc_tta-spacing-theme-spacing .vc_active.vc_tta-tab {
    margin-right: 1px; }

.vc_general.vc_tta-tabs.vc_tta-style-theme-style .vc_tta-tab > a {
  border: 1px solid #E9E9E9;
  font-size: 14px;
  font-weight: 300;
  color: #444;
  border-left: none; }

.vc_general.vc_tta-tabs.vc_tta-style-theme-style .vc_tta-tab:first-child > a {
  border-left: 1px solid #E9E9E9; }

.vc_general.vc_tta-tabs.vc_tta-style-theme-style .vc_active.vc_tta-tab > a {
  border-left: 1px solid #BCBCBC;
  border-color: #BCBCBC; }

.vc_general.vc_tta-tabs.vc_tta-style-theme-style .vc_tta-panel-body {
  padding: 20px 0 0; }

.sect .vc_tta-container {
  margin-bottom: 0; }

.vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style .vc_tta-tab > a {
  border: 1px solid #E9E9E9; }

.vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style.vc_tta-spacing-theme-spacing .vc_tta-tab {
  margin: 0;
  margin-bottom: -1px; }
  .vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style.vc_tta-spacing-theme-spacing .vc_tta-tab > a {
    border-top: 0; }
  .vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style.vc_tta-spacing-theme-spacing .vc_tta-tab:last-child {
    margin-bottom: 1px; }
  .vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style.vc_tta-spacing-theme-spacing .vc_tta-tab:first-child > a {
    border-top: 1px solid #E9E9E9; }

.vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style .vc_tta-panel-body {
  padding-top: 0; }

.vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style.vc_tta-color-pink .vc_active.vc_tta-tab > a {
  border-color: pink; }

.vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style.vc_tta-spacing-theme-spacing .vc_active.vc_tta-tab,
.vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style .vc_active.vc_tta-tab {
  position: relative;
  top: 0; }
  .vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style.vc_tta-spacing-theme-spacing .vc_active.vc_tta-tab > a,
  .vc_general.vc_tta-tabs.vc_tta-style-tour-theme-style .vc_active.vc_tta-tab > a {
    border: 1px solid #BCBCBC; }

.vc_message_box.vc_message_box-theme-style-dismissible .vc_message_box-icon > .fa,
.vc_message_box.vc_message_box-theme-style .vc_message_box-icon > .fa {
  font-size: 17px;
  line-height: 17px; }

/* ===================================================== */
/* Buttons
/* ===================================================== */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  font-size: 13px;
  padding: .7em 2.2em;
  text-decoration: none;
  vertical-align: top;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .btn:hover {
    background-color: #D8D8D8;
    border-color: #D8D8D8; }

.zx-btn-block {
  display: block; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  button:hover, button:focus, button.focus, button:active, button.active,
  .open > button.dropdown-toggle,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"].focus,
  input[type="submit"]:active,
  input[type="submit"].active,
  .open >
  input[type="submit"].dropdown-toggle,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"].focus,
  input[type="button"]:active,
  input[type="button"].active,
  .open >
  input[type="button"].dropdown-toggle,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"].focus,
  input[type="reset"]:active,
  input[type="reset"].active,
  .open >
  input[type="reset"].dropdown-toggle,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"].focus,
  input[type="submit"]:active,
  input[type="submit"].active,
  .open >
  input[type="submit"].dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  button:active, button.active,
  .open > button.dropdown-toggle,
  input[type="submit"]:active,
  input[type="submit"].active,
  .open >
  input[type="submit"].dropdown-toggle,
  input[type="button"]:active,
  input[type="button"].active,
  .open >
  input[type="button"].dropdown-toggle,
  input[type="reset"]:active,
  input[type="reset"].active,
  .open >
  input[type="reset"].dropdown-toggle,
  input[type="submit"]:active,
  input[type="submit"].active,
  .open >
  input[type="submit"].dropdown-toggle {
    background-image: none; }
  button.disabled, button.disabled:hover, button.disabled:focus, button.disabled.focus, button.disabled:active, button.disabled.active, button[disabled], button[disabled]:hover, button[disabled]:focus, button[disabled].focus, button[disabled]:active, button[disabled].active,
  fieldset[disabled] button,
  fieldset[disabled] button:hover,
  fieldset[disabled] button:focus,
  fieldset[disabled] button.focus,
  fieldset[disabled] button:active,
  fieldset[disabled] button.active,
  input[type="submit"].disabled,
  input[type="submit"].disabled:hover,
  input[type="submit"].disabled:focus,
  input[type="submit"].disabled.focus,
  input[type="submit"].disabled:active,
  input[type="submit"].disabled.active,
  input[type="submit"][disabled],
  input[type="submit"][disabled]:hover,
  input[type="submit"][disabled]:focus,
  input[type="submit"][disabled].focus,
  input[type="submit"][disabled]:active,
  input[type="submit"][disabled].active,
  fieldset[disabled]
  input[type="submit"],
  fieldset[disabled]
  input[type="submit"]:hover,
  fieldset[disabled]
  input[type="submit"]:focus,
  fieldset[disabled]
  input[type="submit"].focus,
  fieldset[disabled]
  input[type="submit"]:active,
  fieldset[disabled]
  input[type="submit"].active,
  input[type="button"].disabled,
  input[type="button"].disabled:hover,
  input[type="button"].disabled:focus,
  input[type="button"].disabled.focus,
  input[type="button"].disabled:active,
  input[type="button"].disabled.active,
  input[type="button"][disabled],
  input[type="button"][disabled]:hover,
  input[type="button"][disabled]:focus,
  input[type="button"][disabled].focus,
  input[type="button"][disabled]:active,
  input[type="button"][disabled].active,
  fieldset[disabled]
  input[type="button"],
  fieldset[disabled]
  input[type="button"]:hover,
  fieldset[disabled]
  input[type="button"]:focus,
  fieldset[disabled]
  input[type="button"].focus,
  fieldset[disabled]
  input[type="button"]:active,
  fieldset[disabled]
  input[type="button"].active,
  input[type="reset"].disabled,
  input[type="reset"].disabled:hover,
  input[type="reset"].disabled:focus,
  input[type="reset"].disabled.focus,
  input[type="reset"].disabled:active,
  input[type="reset"].disabled.active,
  input[type="reset"][disabled],
  input[type="reset"][disabled]:hover,
  input[type="reset"][disabled]:focus,
  input[type="reset"][disabled].focus,
  input[type="reset"][disabled]:active,
  input[type="reset"][disabled].active,
  fieldset[disabled]
  input[type="reset"],
  fieldset[disabled]
  input[type="reset"]:hover,
  fieldset[disabled]
  input[type="reset"]:focus,
  fieldset[disabled]
  input[type="reset"].focus,
  fieldset[disabled]
  input[type="reset"]:active,
  fieldset[disabled]
  input[type="reset"].active,
  input[type="submit"].disabled,
  input[type="submit"].disabled:hover,
  input[type="submit"].disabled:focus,
  input[type="submit"].disabled.focus,
  input[type="submit"].disabled:active,
  input[type="submit"].disabled.active,
  input[type="submit"][disabled],
  input[type="submit"][disabled]:hover,
  input[type="submit"][disabled]:focus,
  input[type="submit"][disabled].focus,
  input[type="submit"][disabled]:active,
  input[type="submit"][disabled].active,
  fieldset[disabled]
  input[type="submit"],
  fieldset[disabled]
  input[type="submit"]:hover,
  fieldset[disabled]
  input[type="submit"]:focus,
  fieldset[disabled]
  input[type="submit"].focus,
  fieldset[disabled]
  input[type="submit"]:active,
  fieldset[disabled]
  input[type="submit"].active {
    background-color: #fff;
    border-color: #ccc; }
  button .badge,
  input[type="submit"] .badge,
  input[type="button"] .badge,
  input[type="reset"] .badge,
  input[type="submit"] .badge {
    color: #fff;
    background-color: #333; }

.btn i {
  padding-right: 10px; }

.white-text .btn-default {
  color: #fff; }

.btn-white {
  border: 1px solid white;
  color: white;
  font-weight: 200; }
  .btn-white i {
    color: #fff; }
  .btn-white:hover {
    background-color: #fff; }
    .btn-white:hover i {
      color: #444; }

.btn-dark {
  border-color: #444;
  background: #444;
  color: white;
  font-weight: 200; }
  .btn-dark i {
    color: #fff; }
  .btn-dark:hover {
    color: #fff;
    background-color: #777777;
    border-color: #777777; }

.btn-solid {
  background: #f5f5f5; }
  .btn-solid:hover {
    background: #c3c3c3; }

.btn-white-solid {
  background: white;
  color: #444; }
  .btn-white-solid:hover {
    background: #cccccc; }

.btn-form {
  height: 36px;
  padding-top: 7px; }

.btn-xs {
  padding: .4em 1.3em;
  font-size: 10px; }

.btn-sm {
  font-size: 11px;
  padding: .5em 1.6em; }

.btn-md {
  font-size: 12px;
  padding: .6em 1.9em; }

.btn-lg {
  font-size: 15px;
  padding: .9em 2.4em; }

.btn-text {
  background-color: transparent;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  transition-delay: 0s; }
  .btn-text:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent; }

/* Removes firefoxes dotted outline */
button::-moz-focus-inner {
  border: 0; }

/* Remove dotted outline on ie */
.btn:active,
.btn:focus,
button:active,
button:focus {
  outline: none;
  outline-style: none; }

/* ===================================================== */
/* HR
/* ===================================================== */
hr {
  border-color: #E3E3E3;
  clear: both; }
  hr.line {
    padding: 0;
    margin: 0; }

hr.divider {
  background: url("../img/hr.svg") no-repeat center;
  border: none;
  height: 22px;
  padding: 60px 0 60px;
  width: 100%;
  margin: 0; }
  @media (min-width: 992px) {
    hr.divider {
      padding: 80px 0 80px; }
      hr.divider.small {
        padding: 40px 0 40px; } }
  hr.divider.white-text {
    background: url("../img/hr-white.svg") no-repeat center; }

/*================================================= */
/* prettyPhoto
/*================================================= */
.zorbix div.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;
  height: 23px;
  width: 21px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  z-index: 9999; }
  .zorbix div.light_square .pp_close:before {
    content: "\f05c"; }

/* ===================================================== */
/* Not Found
/* ===================================================== */
.full-page-container {
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: center; }
  .full-page-container .search-form {
    margin-left: auto;
    margin-right: auto; }
  .full-page-container .inner {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .full-page-container .inner > div {
      display: inline-block;
      padding: 40px 20px 50px; }
      @media (min-width: 768px) {
        .full-page-container .inner > div {
          border: 1px solid rgba(255, 255, 255, 0.5);
          border-right: 0;
          border-left: 0; } }
  @media (max-width: 767px) {
    .full-page-container .txt-xl {
      font-size: 80px !important; } }

/* ===================================================== */
/* Counter
/* ===================================================== */
.counter {
  font-size: 100px;
  height: 110px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: 0; }
  .counter span {
    display: inline-block;
    width: 130px;
    padding: 0; }
  .counter .days {
    width: 170px; }
  @media (max-width: 835px) {
    .counter {
      font-size: 70px; }
      .counter span {
        width: 120px; }
      .counter .days {
        width: 160px; } }
  @media (max-width: 620px) {
    .counter {
      font-size: 40px; }
      .counter span {
        width: 70px; }
      .counter .days {
        width: 100px; } }

/* ===================================================== */
/* Slider theme
/* ===================================================== */
/* OVERIDE BXSLIDER STYLING */
.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0; }

.bx-wrapper {
  box-shadow: none;
  background: none;
  border: none;
  margin-bottom: 0; }

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

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

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

.bxslider {
  padding: 0; }

/* ===================================================== */
/*  Social Icons
/* ===================================================== */
.social-icons a {
  display: inline-block;
  margin: 0 5px 0 5px;
  text-decoration: none; }

.social-icons-mb i {
  margin-bottom: 20px; }

.social-icons i {
  background: #373737;
  border-radius: 50%;
  color: white;
  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 {
  background-color: #555; }

.icon-list li {
  color: #373737;
  display: inline-block;
  font-size: 16px;
  padding: 6px; }

/* ===================================================== */
/* 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;
  transition: opacity .5s; }

.footer .top-btn i {
  color: #777;
  font-size: 14px;
  line-height: 40px;
  margin: 0; }

.footer .top-btn:hover {
  color: #555; }

.footer .top-btn.show {
  opacity: 1; }

/* ===================================================== */
/* Pagination - Bootstrap skin
/* ===================================================== */
.pagination {
  color: #444; }
  .pagination ul {
    float: right;
    margin-bottom: 10px;
    list-style-type: none; }
  .pagination li {
    float: left;
    margin: 0 5px 5px 0; }
  .pagination span, .pagination a {
    border: 1px solid #eaeaea;
    color: #777;
    display: block;
    height: 40px;
    width: 34px;
    line-height: 40px;
    /*margin-top: -1px;*/
    text-align: center;
    text-decoration: none;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 0s; }
    .pagination span:hover, .pagination a:hover {
      background: #eaeaea; }
  .pagination .current {
    background: #eaeaea;
    border: 1px solid #eaeaea;
    margin-top: 0;
    text-underline: none; }
    .pagination .current:hover {
      background-color: #d0d0d0;
      border-color: #d0d0d0; }
  .pagination .prev,
  .pagination .next {
    border: none; }
    .pagination .prev i,
    .pagination .next i {
      -o-transition: 0.5s;
      -ms-transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      transition-delay: 0s; }
    .pagination .prev:hover,
    .pagination .next:hover {
      background: none; }
      .pagination .prev:hover i,
      .pagination .next:hover i {
        color: #919191; }

/* ===================================================== */
/* Alert Boxs
/* ===================================================== */
.response,
.alert {
  background: #f2f2f2;
  border: none;
  border-left: 6px solid gray;
  padding: 10px 35px 10px 10px;
  margin: 0;
  position: relative;
  border-radius: 0;
  display: inline-block; }

.alert p {
  margin-bottom: 20px; }
  .alert p:last-child {
    margin-bottom: 0; }

.alert strong {
  font-weight: 600; }

#mce-success-response,
.alert.success {
  background: #B8F2BC;
  border-color: #90CD90;
  color: #3F963E; }

.alert.warning {
  background: #FFFFC7;
  border-color: #FFFF00;
  color: #BEA34E; }

#mce-error-response,
.alert.error {
  background: #FFE1E1;
  border-color: #E38888;
  color: #D34848; }

.alert.notice {
  background: #C6DAFF;
  border-color: #8A89F4;
  color: #504FA9; }

/* Close button */
.alert-button {
  color: #444;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 5px; }

.alert-button:before {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

.alert-importer {
  z-index: 99999; }

/* ===================================================== */
/* Comments
/* ===================================================== */
.comment-list {
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0; }
  .comment-list li {
    list-style: none; }

.comment-avatar {
  margin: 0 20px 0 0;
  height: 70px;
  width: 70px; }
  @media (min-width: 768px) {
    .comment-avatar {
      float: left; } }

.comment-content {
  background: #fff;
  border: 1px solid #E9E9E9;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative; }

.comment-author {
  margin-bottom: 10px; }

.comment-meta {
  float: right;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  color: #777; }
  @media (max-width: 767px) {
    .comment-meta {
      display: block;
      float: none;
      margin-top: 10px; } }
  .comment-meta a {
    text-decoration: none; }

#comment-message {
  height: 150px;
  width: 100%;
  margin-bottom: 20px; }

.comment-form {
  margin-left: -20px;
  margin-right: -20px; }
  .comment-form p {
    padding-left: 20px;
    padding-right: 20px; }
  .comment-form input {
    margin-bottom: 20px;
    width: 100%; }
  .comment-form #submit {
    float: right;
    width: auto; }

/* Logged in Form */
#comments.logged-in .form-submit {
  clear: both; }

#comments.logged-in #submit {
  float: left; }

/* ===================================================== */
/* Search
/* ===================================================== */
.search-results .blog-post {
  text-align: left; }

.process {
  text-align: center; }

.process-box {
  text-align: center; }
  @media (min-width: 992px) {
    .process-box {
      margin-bottom: 80px; } }
  .process-box .process-inner {
    position: relative; }
  .process-box .icon {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 70px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .process-box .title {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
    font-size: 20px; }
  .process-box:focus .icon, .process-box:active .icon, .process-box:hover .icon {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  .process-box:focus .title, .process-box:active .title, .process-box:hover .title {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .process-box .num {
    font-size: 170px;
    color: #f0f0f0;
    position: absolute;
    font-weight: 600;
    width: 100%;
    top: 0;
    line-height: 150px;
    z-index: -1; }

.process-info {
  display: none; }

.process-text {
  width: 700px;
  margin: 0 auto 40px;
  position: relative;
  clear: both;
  text-align: left; }
  .process-text .num {
    font-size: 40px;
    padding-right: 10px; }
  .process-text .alt-text {
    margin-bottom: 10px; }
  .process-text .icon-bg {
    color: #f6f6f6;
    position: absolute;
    font-size: 200px;
    top: -20px;
    left: -100px;
    z-index: -1; }

.seperator {
  clear: both; }
  .latest-posts .seperator {
    margin-bottom: 30px; }
  .clients .seperator {
    margin-bottom: 30px; }
  @media (max-width: 479px) {
    .seperator.xs {
      display: none; } }
  @media (max-width: 767px) {
    .seperator.sm {
      display: none; } }
  @media (max-width: 991px) {
    .seperator.md {
      display: none; } }

.zorbix .theme-default .nivoSlider {
  box-shadow: none; }

/* Because inline columns don't divide quite right */
.cols-centered .col-sm-3 {
  margin-left: -2px;
  margin-right: -2px; }

.responsive-video .wp-video,
.responsive-video video.wp-video-shortcode,
.post-video .wp-video,
.post-video video.wp-video-shortcode {
  max-width: 100% !important; }

.responsive-video video.wp-video-shortcode,
.post-video video.wp-video-shortcode {
  position: relative; }

.responsive-video .mejs-mediaelement,
.post-video .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none; }

.responsive-video .mejs-container,
.post-video .mejs-container {
  outline: none; }

.responsive-video .mejs-overlay-play,
.post-video .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important; }

.responsive-video .mejs-controls a:focus > .mejs-offscreen,
.post-video .mejs-controls a:focus > .mejs-offscreen {
  box-shadow: none; }

video:focus {
  outline: none; }

.alignright {
  float: right;
  padding-left: 20px; }

.alignleft {
  float: left;
  padding-right: 20px; }

.aligncenter {
  margin: 0 auto; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* ===================================================== */
/* Top Bar
/* ===================================================== */
.top-bar {
  background: #303030;
  color: #fff; }
  .top-bar .container {
    display: table;
    width: 100%; }

.top-bar .info {
  text-align: left;
  float: left;
  line-height: 50px;
  height: 50px;
  padding-right: 20px; }
  .top-bar .info .menu-widget {
    display: inline-block;
    padding: 0 18px; }
  .top-bar .info a {
    color: #fff; }
  .top-bar .info ul {
    list-style: none; }
    .top-bar .info ul li {
      float: right;
      margin-left: 20px; }
  .top-bar .info .bullet_list {
    margin-bottom: 0; }
    .top-bar .info .bullet_list ul {
      margin-bottom: 0; }
    .top-bar .info .bullet_list i {
      color: #7B7B7B;
      float: left; }
    .top-bar .info .bullet_list li {
      margin-left: 40px;
      margin-bottom: 3px; }

.top-bar .info-right {
  float: right;
  padding-left: 20px;
  padding-right: 0; }

.top-bar .social-icons {
  float: right; }
  .top-bar .social-icons a {
    margin: 0; }
  .top-bar .social-icons a i {
    background: none;
    height: 50px;
    line-height: 50px; }

.top-bar .social-icons li {
  margin-bottom: 0;
  width: 1; }

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

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

.footer .widget-container {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: left; }
  .footer .widget-container a {
    color: #aaa;
    font-weight: 100; }

.footer-widgets {
  margin-bottom: 60px; }

/* CATEGORIES */
.widget_pages ul,
.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;
  position: relative; }

.widget_pages li,
.widget_recent_comments 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: 5px 0 0 15px; }
  .widget_pages li:first-child,
  .widget_recent_comments 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: 10px; }
  .widget_pages li:before,
  .widget_recent_comments 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;
    position: absolute;
    left: 0; }

.widget_pages a,
.widget_recent_comments a,
.widget_rss a,
.widget_meta a,
.widget_nav_menu a,
.widget_archive a,
.widget_recent_entries a,
.widget_categories a {
  color: #777;
  text-decoration: none; }

.widget_recent_comments a {
  font-weight: 300; }

/* ===================================================== */
/* Widget Calander
/* ===================================================== */
/* calendar widget container */
/* Table */
#wp-calendar {
  background: none;
  border: none;
  margin-bottom: 0; }

#wp-calendar a {
  font-weight: bold; }

/* Month and year */
#wp-calendar caption {
  text-align: left;
  color: #999;
  margin-bottom: 15px;
  text-transform: uppercase; }
  .footer #wp-calendar caption {
    color: #fff; }

#wp-calendar th,
#wp-calendar td {
  border: none;
  padding: 0; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  background: none;
  border: none;
  padding-bottom: 5px;
  color: #555;
  text-align: center; }
  .footer #wp-calendar thead th {
    color: #fff;
    font-weight: 300; }

#wp-calendar tbody {
  color: #999; }

#wp-calendar tbody td {
  background: #f9f9f9;
  text-align: center;
  width: 34px;
  line-height: 34px;
  border-right: 4px solid white;
  border-bottom: 4px solid white; }

#wp-calendar tbody td:hover {
  background: #ddd; }

.footer #wp-calendar tbody .pad {
  background: #363636; }

#wp-calendar tbody td a:hover {
  color: #000; }

#wp-calendar tbody td {
  background: none; }
  .footer #wp-calendar tbody td {
    background: #414141;
    color: white;
    border: 1px solid #5E5E5E; }

#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; }

/* ===================================================== */
/* 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;
  text-decoration: none; }
  .footer .tagcloud a {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }

.tagcloud a:hover {
  background: #eee; }

.search-form {
  position: relative;
  margin-bottom: 40px;
  max-width: 240px; }
  .search-form .search-box {
    margin-bottom: 20px;
    padding-right: 30px;
    width: 100%; }

.search-button {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  position: absolute;
  padding: 0;
  padding: 7px 10px 9px;
  right: 0;
  top: 0;
  border-radius: 0;
  font-size: 14px; }

.sect .flexslider,
.zorbix .flexslider {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  border: none;
  box-shadow: none; }
  .sect .flexslider img,
  .zorbix .flexslider img {
    height: auto; }
  .sect .flexslider .flex-prev,
  .sect .flexslider .flex-next,
  .zorbix .flexslider .flex-prev,
  .zorbix .flexslider .flex-next {
    font-size: 0; }
    .sect .flexslider .flex-prev:before,
    .sect .flexslider .flex-next:before,
    .zorbix .flexslider .flex-prev:before,
    .zorbix .flexslider .flex-next:before {
      content: '\f053';
      font-size: 40px; }
  .sect .flexslider .flex-next:before,
  .zorbix .flexslider .flex-next:before {
    content: "\f054"; }

.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,
.view-mode .vc_element > .sect.vc_row-no-padding > .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; }

/* ===================================================== */
/* Latest Posts
/* ===================================================== */
.latest-posts .blog-meta {
  margin-bottom: 20px; }

.latest-posts .blog-media {
  margin-bottom: 20px; }

.latest-posts hr {
  margin-top: 0;
  margin-bottom: 20px; }

.latest-posts .title {
  margin-bottom: 10px;
  text-transform: uppercase; }

.latest-posts .read-more {
  font-weight: 300;
  text-decoration: none;
  text-transform: none; }

.latest-posts .more {
  text-decoration: none; }

.sticky .blog-title,
.tag-sticky-2 .blog-title,
.category-sticky .blog-title {
  margin-top: 0;
  margin-left: 24px;
  font-weight: 600; }

.sticky p,
.tag-sticky-2 p,
.category-sticky p {
  font-size: 18px; }

.sticky-icon {
  top: 5px;
  position: absolute; }

.post-password-form input, .post-password-form label {
  display: inline-block;
  vertical-align: top; }

.post-password-form input {
  vertical-align: top; }

.post-password-form input[type="submit"] {
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase; }

table {
  background: #fff;
  border: 1px solid #EEEEEE;
  width: 100%; }

table th, table td {
  border: 1px solid #EEEEEE;
  padding: 10px; }

table th {
  background: #f2f2f2; }

.menu_sidebar #lang_sel,
.top-bar #lang_sel {
  height: 27px; }

.top-bar #lang_sel {
  vertical-align: middle;
  top: -1px; }

.menu_sidebar #lang_sel {
  padding-top: 5px; }

.menu_sidebar #lang_sel_list {
  height: 17px;
  vertical-align: top; }
  .menu_sidebar #lang_sel_list a {
    background: none;
    color: inherit; }

.top-bar #lang_sel_list {
  vertical-align: middle;
  display: inline-block;
  height: 14px; }
  .top-bar #lang_sel_list a {
    background: none;
    color: inherit; }
  .top-bar #lang_sel_list img {
    top: -1px; }

.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: 1200px) {
  .mb-10-lg {
    margin-bottom: 10px !important; }
  .mb-20-lg {
    margin-bottom: 20px !important; }
  .mb-30-lg {
    margin-bottom: 30px !important; }
  .mb-40-lg {
    margin-bottom: 40px !important; }
  .mb-50-lg {
    margin-bottom: 50px !important; }
  .mb-60-lg {
    margin-bottom: 60px !important; }
  .mb-70-lg {
    margin-bottom: 70px !important; }
  .mb-80-lg {
    margin-bottom: 80px !important; }
  .mb-90-lg {
    margin-bottom: 90px !important; }
  .no-mb-lg {
    margin-bottom: 0 !important; }
  .mb-lg {
    margin-bottom: 20px !important; } }

@media (max-width: 992px) {
  .mb-10-md {
    margin-bottom: 10px !important; }
  .mb-20-md {
    margin-bottom: 20px !important; }
  .mb-30-md {
    margin-bottom: 30px !important; }
  .mb-40-md {
    margin-bottom: 40px !important; }
  .mb-50-md {
    margin-bottom: 50px !important; }
  .mb-60-md {
    margin-bottom: 60px !important; }
  .mb-70-md {
    margin-bottom: 70px !important; }
  .mb-80-md {
    margin-bottom: 80px !important; }
  .mb-90-md {
    margin-bottom: 90px !important; }
  .no-mb-md {
    margin-bottom: 0 !important; }
  .mb-md {
    margin-bottom: 20px !important; } }

@media (max-width: 768px) {
  .mb-10-sm {
    margin-bottom: 10px !important; }
  .mb-20-sm {
    margin-bottom: 20px !important; }
  .mb-30-sm {
    margin-bottom: 30px !important; }
  .mb-40-sm {
    margin-bottom: 40px !important; }
  .mb-50-sm {
    margin-bottom: 50px !important; }
  .mb-60-sm {
    margin-bottom: 60px !important; }
  .mb-70-sm {
    margin-bottom: 70px !important; }
  .mb-80-sm {
    margin-bottom: 80px !important; }
  .mb-90-sm {
    margin-bottom: 90px !important; }
  .no-mb-sm {
    margin-bottom: 0 !important; }
  .mb-sm {
    margin-bottom: 20px !important; } }

@media (max-width: 480px) {
  .mb-10-xs {
    margin-bottom: 10px !important; }
  .mb-20-xs {
    margin-bottom: 20px !important; }
  .mb-30-xs {
    margin-bottom: 30px !important; }
  .mb-40-xs {
    margin-bottom: 40px !important; }
  .mb-50-xs {
    margin-bottom: 50px !important; }
  .mb-60-xs {
    margin-bottom: 60px !important; }
  .mb-70-xs {
    margin-bottom: 70px !important; }
  .mb-80-xs {
    margin-bottom: 80px !important; }
  .mb-90-xs {
    margin-bottom: 90px !important; }
  .no-mb-xs {
    margin-bottom: 0 !important; }
  .mb-xs {
    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; }

/* ===================================================== */
/* Misc
/* ===================================================== */
/* 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; }

i.spin {
  padding: 0; }
  .btn i.spin {
    margin-right: 10px; }

@-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); } }

html, body {
  height: 100%;
  color: #777; }

.page-wrap {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden; }

video {
  width: 100%;
  height: auto; }

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

.page-padding {
  padding-top: 180px;
  padding-bottom: 40px; }
  .page-padding:before, .page-padding:after {
    content: " ";
    display: table; }
  .page-padding:after {
    clear: both; }

.animated {
  opacity: 0; }

.vc_grid-item.animated {
  opacity: 1; }

.no-csstransitions .animated {
  opacity: 1; }

.watch {
  text-align: center; }

.video-button {
  color: #fff;
  font-size: 50px;
  display: inline-block;
  line-height: 1;
  padding-left: 10px; }

.bg-icon {
  color: rgba(0, 0, 0, 0.2);
  font-size: 400px;
  height: 380px;
  width: 380px;
  position: absolute;
  display: block;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg); }

a {
  text-decoration: underline; }

/* Remove link outline on ie */
a:active,
a:focus {
  outline: none;
  outline-style: none; }

.code-example {
  border: 1px solid #ddd;
  padding: 20px;
  padding-top: 20px;
  margin-bottom: 30px; }
  .code-example.bg-dark {
    border: none; }

.code-example .padding {
  padding: 20px; }
  .code-example .padding p:last-child {
    margin-bottom: 0; }

/* ===================================================== */
/* Parallax
/* ===================================================== */
.parallax {
  background-position: center center; }

/* ===================================================== */
/* LOADER
/* ===================================================== */
@-webkit-keyframes preloader {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    -moz-transform: translateY(9px) rotate(22.5deg);
    -ms-transform: translateY(9px) rotate(22.5deg);
    -o-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg); }
  50% {
    -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    -ms-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    -o-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    border-bottom-right-radius: 40px; }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    -moz-transform: translateY(9px) rotate(67.5deg);
    -ms-transform: translateY(9px) rotate(67.5deg);
    -o-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg); }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); } }

@keyframes preloader {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    -moz-transform: translateY(9px) rotate(22.5deg);
    -ms-transform: translateY(9px) rotate(22.5deg);
    -o-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg); }
  50% {
    -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    -ms-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    -o-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    transform: scale(1, 0.9) translateY(18px) rotate(45deg);
    border-bottom-right-radius: 40px; }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    -moz-transform: translateY(9px) rotate(67.5deg);
    -ms-transform: translateY(9px) rotate(67.5deg);
    -o-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg); }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); } }

@-webkit-keyframes preloader-shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1); } }

@keyframes preloader-shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #333;
  margin: 0 auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; }

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2.0s infinite ease-in-out; }

.sk-spinner-double-bounce .sk-double-bounce2 {
  animation-delay: -1.0s; }

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }

.sk-spinner-wave div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-spinner-wave .sk-rect2 {
  animation-delay: -1.1s; }

.sk-spinner-wave .sk-rect3 {
  animation-delay: -1.0s; }

.sk-spinner-wave .sk-rect4 {
  animation-delay: -0.9s; }

.sk-spinner-wave .sk-rect5 {
  animation-delay: -0.8s; }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative; }

.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; }

.sk-spinner-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s; }

@keyframes sk-wanderingCubeMove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2.0s infinite linear; }

.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2.0s infinite ease-in-out; }

.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s; }

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

.sk-spinner-three-bounce .sk-bounce1 {
  animation-delay: -0.32s; }

.sk-spinner-three-bounce .sk-bounce2 {
  animation-delay: -0.16s; }

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

.sk-spinner-circle .sk-circle2 {
  transform: rotate(30deg); }

.sk-spinner-circle .sk-circle3 {
  transform: rotate(60deg); }

.sk-spinner-circle .sk-circle4 {
  transform: rotate(90deg); }

.sk-spinner-circle .sk-circle5 {
  transform: rotate(120deg); }

.sk-spinner-circle .sk-circle6 {
  transform: rotate(150deg); }

.sk-spinner-circle .sk-circle7 {
  transform: rotate(180deg); }

.sk-spinner-circle .sk-circle8 {
  transform: rotate(210deg); }

.sk-spinner-circle .sk-circle9 {
  transform: rotate(240deg); }

.sk-spinner-circle .sk-circle10 {
  transform: rotate(270deg); }

.sk-spinner-circle .sk-circle11 {
  transform: rotate(300deg); }

.sk-spinner-circle .sk-circle12 {
  transform: rotate(330deg); }

.sk-spinner-circle .sk-circle2:before {
  animation-delay: -1.1s; }

.sk-spinner-circle .sk-circle3:before {
  animation-delay: -1.0s; }

.sk-spinner-circle .sk-circle4:before {
  animation-delay: -0.9s; }

.sk-spinner-circle .sk-circle5:before {
  animation-delay: -0.8s; }

.sk-spinner-circle .sk-circle6:before {
  animation-delay: -0.7s; }

.sk-spinner-circle .sk-circle7:before {
  animation-delay: -0.6s; }

.sk-spinner-circle .sk-circle8:before {
  animation-delay: -0.5s; }

.sk-spinner-circle .sk-circle9:before {
  animation-delay: -0.4s; }

.sk-spinner-circle .sk-circle10:before {
  animation-delay: -0.3s; }

.sk-spinner-circle .sk-circle11:before {
  animation-delay: -0.2s; }

.sk-spinner-circle .sk-circle12:before {
  animation-delay: -0.1s; }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-spinner-cube-grid.sk-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto; }
  .sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-spinner-cube-grid .sk-cube:nth-child(1) {
    animation-delay: 0.2s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(2) {
    animation-delay: 0.3s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(3) {
    animation-delay: 0.4s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(4) {
    animation-delay: 0.1s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(5) {
    animation-delay: 0.2s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(6) {
    animation-delay: 0.3s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(7) {
    animation-delay: 0.0s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(8) {
    animation-delay: 0.1s; }
  .sk-spinner-cube-grid .sk-cube:nth-child(9) {
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #333;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  animation: sk-innerCircle 1s linear infinite; }

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; }

@keyframes sk-innerCircle {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }

.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

.sk-spinner-fading-circle .sk-circle2 {
  transform: rotate(30deg); }

.sk-spinner-fading-circle .sk-circle3 {
  transform: rotate(60deg); }

.sk-spinner-fading-circle .sk-circle4 {
  transform: rotate(90deg); }

.sk-spinner-fading-circle .sk-circle5 {
  transform: rotate(120deg); }

.sk-spinner-fading-circle .sk-circle6 {
  transform: rotate(150deg); }

.sk-spinner-fading-circle .sk-circle7 {
  transform: rotate(180deg); }

.sk-spinner-fading-circle .sk-circle8 {
  transform: rotate(210deg); }

.sk-spinner-fading-circle .sk-circle9 {
  transform: rotate(240deg); }

.sk-spinner-fading-circle .sk-circle10 {
  transform: rotate(270deg); }

.sk-spinner-fading-circle .sk-circle11 {
  transform: rotate(300deg); }

.sk-spinner-fading-circle .sk-circle12 {
  transform: rotate(330deg); }

.sk-spinner-fading-circle .sk-circle2:before {
  animation-delay: -1.1s; }

.sk-spinner-fading-circle .sk-circle3:before {
  animation-delay: -1.0s; }

.sk-spinner-fading-circle .sk-circle4:before {
  animation-delay: -0.9s; }

.sk-spinner-fading-circle .sk-circle5:before {
  animation-delay: -0.8s; }

.sk-spinner-fading-circle .sk-circle6:before {
  animation-delay: -0.7s; }

.sk-spinner-fading-circle .sk-circle7:before {
  animation-delay: -0.6s; }

.sk-spinner-fading-circle .sk-circle8:before {
  animation-delay: -0.5s; }

.sk-spinner-fading-circle .sk-circle9:before {
  animation-delay: -0.4s; }

.sk-spinner-fading-circle .sk-circle10:before {
  animation-delay: -0.3s; }

.sk-spinner-fading-circle .sk-circle11:before {
  animation-delay: -0.2s; }

.sk-spinner-fading-circle .sk-circle12:before {
  animation-delay: -0.1s; }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.preloader {
  background: white;
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  text-align: center; }
  .no-cssanimations .preloader:after,
  .preloader .spinner {
    position: absolute;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    width: 100%; }
  .preloader .sk-spinner {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px; }
  .no-cssanimations .preloader .sk-spinner {
    display: none; }
  .no-cssanimations .preloader:after {
    content: 'Loading...';
    left: 0; }

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