/*!
 * Vitality v1.3.5 (http://themes.startbootstrap.com/vitality-v1.3.5)
 * Copyright 2013-2015 Start Bootstrap Themes
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */

 html,
 body {
   height: 100%;

font-family: 'Roboto', sans-serif;
 }
 p,
 h1,
 h2,
 h3,
 h4,
 h5{  font-family: 'Roboto', sans-serif;}
.doc{width:100%;}
.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
section {
  padding: 100px 0;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-dark {
  color: white;
  background-color: #222222;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
input.form-control {
  border-radius: 0 !important;
}
input.form-control:focus {
  border-color: #37d162;
  box-shadow: none;
}
.btn,
.input-group-btn {
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary {
  color: #ffffff;
  background-color: #37d162;
  border-color: #37d162;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ec610e;
  border-color: #e25d0d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #37d162;
  border-color: #37d162;
}
.btn-primary .badge {
  color: #37d162;
  background-color: #ffffff;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a {
  color: #37d162;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 18px;
  line-height: 1.5;
}
p.lead {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}
hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}

hr.colored {
  border-color: #37d162;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}
.text-primary {
  color: #37d162;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #37d162;
  background-color: white;
  border-radius: 0;
}
.navbar-default {
  background-color: #37d162;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse {
  background-color: #19a1d8;
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: white;
}
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 0px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 20px 0;
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
header .intro-content {
  color: white;
  text-align: center;
  position: relative;
}
header .brand-name {
  font-family: 'Roboto', sans-serif;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}
header .brand-name-subtext {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
header img {
  max-width: 150px;
  max-height: 150px;
}
header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 85%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 60px;
    line-height: 1.1em;
  }
  header .brand-name-subtext {
    font-size: 40px;
    font-weight:600;
    margin-top: 15px;
    text-transform:uppercase;
    line-height: 30px;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
  }
}
.howimage{width:100%;}
.howimage:hover{filter:grayscale(100%);opacity:0.6;}
.nopad{padding:0!important;}
.teamimg{width:150px;border-radius:50%;margin-bottom:12px;}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/overlay-bg.png);background-size:cover;background-position:center center;
  z-index: 998;
  opacity: 0;
}
header.video .intro-content {
  z-index: 999;
}
header.video .scroll-down {
  z-index: 999;
}
@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.7;
  }
}
.mapps{width:100%;}
aside.cta-quote {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  aside.cta-quote {
    padding: 300px 0;
  }
  aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
}
.testimonials {
  text-align: center;
}
.testimonials .testimonials-carousel .item {
  padding: 0;
}
.testimonials .testimonials-carousel .item p.quote {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info {
  margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
  display: inline-block;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
  margin: 3px auto;
  max-width: 50px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
  margin: 0;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
  color: #f1c40f;
}
.testimonials .testimonials-carousel .owl-controls {
  margin-top: 0;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #37d162 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev {
  left: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-next {
  right: 15px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 100px;
  }
  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
  }
}
.cta-form h3 {
  margin-top: 0;
}
.about-content {
  padding: 30px;
}
.about-carousel .item {
  padding: 15px;
}
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-carousel .item .caption h3 {
  margin: 0;
}
.about-carousel .item .caption hr {
  margin: 5px auto;
  max-width: 50px;
}
.about-carousel .item .caption p {
  margin: 0;
}
.about-carousel .item .caption ul.social {
  margin-top: 5px;
}
.about-carousel .item .caption ul.social li a {
  color: rgba(255, 255, 255, 0.7);
}
.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus {
  color: white;
}
.about-carousel .owl-controls {
  margin-top: 0;
}
.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #37d162 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.about-carousel .owl-controls .owl-prev {
  left: 15px;
}
.about-carousel .owl-controls .owl-next {
  right: 15px;
}
.services .media {
  margin-bottom: 30px;
}
.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222222;
  border-radius: 100%;
  font-size: 30px;
}
.services .media .media-body {
  min-width: none;
  padding-left: 15px;
}
.services .media .media-body h3 {
  margin-bottom: 15px;
}
.services .media .media-body ul {
  list-style: none;
  padding: 0;
}
.contacticons{width:70px;margin:auto;text-align:center;margin-bottom:20px;}

.services .media .media-body ul li {
  margin-bottom: 10px;
}
@media (min-width: 390px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media .media-body {
    min-width: 193px;
  }
}
@media (min-width: 1199px) {
  .services .media .media-body {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}
.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222222;
}
.portfolio-carousel .item {
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 55px;
  text-align: center;
}
.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
}
.portfolio-carousel .item .project-details {
  padding: 0;
}
.portfolio-carousel .item .project-details img.client-logo {
  margin: 0 auto 25px;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
.portfolio-carousel .owl-controls {
  margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #37d162 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
.service-one{width:100%;height:250px;padding:20px;}
.topped{margin-top:-200px;}
.smallpadding{padding:5px;}
.blueformtext{color:#fff;}
#bluetop{padding:60px;}

.backed{background:#e8e8e8;padding:10px 0 50px 0;}


.blueformtext span{font-weight:500;font-size:1.6em;}
.blueform{background:#0f347a;}
.blueforminput{border:none;height:40px;width:320px;margin:auto;margin-bottom:10px;padding-left:20px;}
.blueformsubmit{border:none;font-weight:700;color:#fff;width:320px;height:60px;background:#37d162;transition:0.3s;}
.blueformsubmit:hover{border:none;font-weight:700;color:#37d162;background:#fff;transition:0.3s;}
@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 155px 55px 155px;
    text-align: left;
    min-height: 100%;
  }
  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
  }
  .portfolio-carousel .item .project-details {
    padding: 15% 0 0;
  }
  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }
  .portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }
  .portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}
.portfolio-gallery .item {
  padding: 15px;
}
.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio-modal .modal-backdrop {
  display: none;
}
.portfolio-modal .modal-content {
  color: white;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 46px;
}
.portfolio-modal .modal-content img {
  margin: 30px auto;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: white;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-filter {
  display: inline-block;
}
.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.portfolio-filter #filters li {
  display: inline-block;
}
.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
  background-color: #37d162;
  color: white;
  border-color: #37d162;
}
#portfoliolist .portfolio {
  width: 25%;
  margin: 0;
  display: none;
  float: left;
  overflow: hidden;
}
#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}
#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#portfoliolist .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.clientslogos{width:100%;transition:0.3s;}
.clientslogos:hover{width:100%;transform:scale(1.1);transition:0.3s;}
#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #37d162;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}
#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}
.pricing {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.pricing .pricing-item {
  text-align: center;
  background: white;
  color: #222222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}
.pricing .pricing-item h3 {
  margin: 0;
}
.pricing .pricing-item hr {
  max-width: 100px;
}
.pricing .pricing-item .price {
  margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
  font-weight: 900;
  font-size: 50px;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}
.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .pricing {
    background-attachment: scroll;
  }
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #37d162;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}
footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 0px 0 20px;
}
footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer a:hover {
  color: white;
}
footer.footer p {
  font-size: 22px;
}
footer.footer .contact-details {
  margin: 45px 0 15px 0;
}
footer.footer .social {
  margin-bottom: 5px;
}
footer.footer .copyright p.small {
  font-size: 14px;
}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}
.btn-outline-light {
  color: white;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #37d162;
  background: white;
  outline: none;
}
.btn-outline-dark {
  color: #222222;
  border: 1px solid #222222;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #37d162;
  border-color: #37d162;
  outline: none;
}
.btn {
  border-radius: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #37d162;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}
.btn-full-width:hover {
  background-color: #19a1d8;
  color: white;
}
.btn-full-width:focus {
  color: white;
}
body.modern {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.modern h1,
body.modern h2,
body.modern h3,
body.modern h4,
body.modern h5,
body.modern h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern p.lead {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern header .brand-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .about-carousel .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.modern .portfolio-carousel .item .project-details .project-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.vintage h1,
body.vintage h2,
body.vintage h3,
body.vintage h4,
body.vintage h5,
body.vintage h6 {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage p.lead {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage header .brand-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}
body.vintage .portfolio-carousel .item .project-details .project-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}
.sit{border:3px solid #fff;font-weight:500;width:140px;padding:35px 0;margin:auto!important;text-align:center;}
.aboutbalt{color:#000;font-size:22px;text-align:left;font-weight:300;text-transform:none;}
.aboutbalt span{color:#19a1d8;font-size:34px;text-align:left;font-weight:600;}
.logotypes{width:350px;}
.projectsline{text-align:center!important;font-weight:500;color:#000!important;}
.projectsline a{text-align:center!important;font-weight:500;color:#000!important;}
.projectsline a:hover{text-align:center!important;font-weight:500;color:#19a1d8!important;}
.borderleft{border-left:3px solid #37d162;}
.borderright{border-right:3px solid #37d162;}
.aboutworks{width:100%;}
.house{width:100%;margin:auto;text-align:center;}
.year{font-weight:800;font-size:2em;border-bottom:2px solid #19a1d8;margin-bottom:15px;margin-top:30px;}
.aboutcompany span{font-size:1.8em;font-weight:600;}
.housemob{display:none;}
.servicess{background:orange;color:#fff;margin:auto;text-align:center;margin-bottom:2px;padding:15px 0;width:100%;display:block;}
.chater{padding:40px 40px 80px 40px;}
.chates{background:url(../../service/chat.png);background-size:100%;}
.direc{font-size:2em;line-height:1.3em;text-transform:uppercase;}
@media screen and (max-width:1480px){h2{font-size:42px!important;}#away{display:none!important;}}
@media screen and (max-width:1340px){.blueformsubmit{width:70%!important;}.blueforminput{width:70%!important;}}
@media screen and (max-width:1200px){.direc{font-size:1.5em;}.chater{font-size:18px!important;padding:40px 40px 80px 40px;}p{line-height:1.2em!important;}header .intro-content{width:65%!important;}.ultracontainer{width:100%!important}}
@media screen and (max-width:1120px){.service-one h3{font-size:21px!important;}}
@media screen and (max-width:1030px){.house{display:none!important;}.housemob{display:block!important;}.blueformsubmit{width:85%!important;}.blueforminput{width:85%!important;}.smalmax{width:95%!important;}}


@media screen and (max-width:991px){.chates{background:none!important;}}
@media screen and (max-width:900px){.aboutbalt{text-align:left!important;}.lefting{text-align:left!important;margin-top:10px!important;}.borderright{border:none!important;}.borderleft{border:none!important;}.borderall{border:2px solid orange!important;padding:15px!important;margin-top:10px!important;margin-bottom:10px!important;}}
@media screen and (max-width:650px){.smallpad{padding:0!important;padding-left:0!important;padding-right:0!important;}}
@media screen and (max-width:650px){footer.footer .contact-details p{font-size:14px!important;}.btn-full-width{padding:30px 0!important;}h2{font-size:38px!important;}.services .media .media-body{padding-left:0!important;}header.video .overlay{background:url(../img/bg/video.jpg)!important;background-size:cover!important;background-position:center center!important;opacity:1!important;}.fs-background-container{display:none!important;}header{padding-top:0!important;}.sit{margin-top:80px!important;}.house{display:none!important;}.housemob{display:block!important;}header.video .scroll-down{display:none!important;}}
@media screen and (max-width:450px){.forsmalls{padding-left:0!important;padding-right:0!important;}header .brand-name{font-size:32px!important;line-height:1.2em!important;}}
@media screen and (max-width: 910px){
header .intro-content {
    width: 100%!important;
}}
@media screen and (max-width:440px){footer.footer .contact-details p{font-size:13px!important;}.btn-full-width{padding:30px 0!important;font-size:14px!important;}h2{font-size:28px!important;}.services .media .media-body{padding-left:0!important;}header.video .overlay{background:url(../img/bg/video.jpg)!important;background-size:cover!important;background-position:center center!important;opacity:1!important;}.fs-background-container{display:none!important;}header{padding-top:0!important;}.sit{margin-top:80px!important;}.house{display:none!important;}.housemob{display:block!important;}header.video .scroll-down{display:none!important;}}




/* line 1, ../sass/_p_solutions.sass */
.solutions {
  padding-top: 70px;
  background: url(../images/bg-solutions.jpg) 50% 0 no-repeat;
  color: white;
  overflow: hidden;
}
/* line 7, ../sass/_p_solutions.sass */
.solutions h1 {
  width: 800px;
  text-transform: uppercase;
  font-size: 32px;
  margin: 10px 0;
}
/* line 13, ../sass/_p_solutions.sass */
.solutions h1 a {
  color: white;
}
/* line 16, ../sass/_p_solutions.sass */
.solutions p {
  font-size: 22px;
}

/* line 19, ../sass/_p_solutions.sass */
.solution-slider {
  overflow: hidden;
  position: relative;
  height: 580px;
  width: 100%;
  text-align: center;
  background: url(../images/slider-grad.png) 0 0 repeat-x;
}
/* line 27, ../sass/_p_solutions.sass */
.solution-slider video {
  width: 1406px;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -703px;
}

/* line 34, ../sass/_p_solutions.sass */
.solution-slider-bg {
  width: 1600px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -800px;
  cursor: w-resize;
}

/* line 43, ../sass/_p_solutions.sass */
.solution-slider-fg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  text-align: right;
}
/* line 52, ../sass/_p_solutions.sass */
.solution-slider-fg img {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 57, ../sass/_p_solutions.sass */
.solution-slider-finger {
  width: 66px;
  height: 100%;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -33px;
  background: url(../img/slider.png) 0 50% no-repeat;
  z-index: 1;
}


@-moz-keyframes iconAnimate {
  0% {
    background-position: 0 50%!important;
  }
  100% {
    background-position: -450px 50%!important;
  }
}
@-webkit-keyframes iconAnimate {
  0% {
    background-position: 0 50%!important;
  }
  100% {
    background-position: -450px 50%!important;
  }
}
@keyframes iconAnimate {
  0% {
    background-position: 0 50%!important;
  }
  100% {
    background-position: -450px 50%!important;
}}

@media screen and (max-width:1120px){.solution-slider-bg{margin-left:-850px;}}

.popup {text-align:center!important;min-width:220px;max-width:400px;width:auto;min-height:250px;max-height:auto;height:auto;margin:auto;background:#fff!important;background-size:cover;border:none;display:block;left:0;right:0;opacity:0;padding:50px;margin-top:5%;position:fixed;font-size:14px;top:0;visibility:hidden;z-index:99999999}
.overlay:target+.popup {top:8%;opacity:1;visibility:visible}
.overlay {background-color:rgba(0,0,0,0.9);bottom:0;cursor:default;left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:90;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}
.overlay:target {visibility:visible;opacity:1;z-index:2000}


.popuplarge {text-align:center!important;min-width:220px;max-width:800px;width:auto;min-height:auto;max-height:auto;height:auto;margin:auto;background:#fff!important;background-size:cover;border:none;display:block;left:0;right:0;opacity:0;padding:50px;margin-top:5%;position:fixed;font-size:14px;top:0;visibility:hidden;z-index:99999999;padding:80px 60px;}
.overlay:target+.popuplarge {top:8%;opacity:1;visibility:visible}
.popuplarge h3{font-size:46px;color:#37d162!important;}
.popuplarge p{font-size:18px;}
.arr{text-align:left;width:100%;}
.popuplarge input{height:50px!important;}

.modalbtn{color:#fff!important;height:55px;}
.modalbtn:hover{color:#19a1d8!important;height:55px;}
.korpus > div, .korpus > input { display: none; }

.korpus label { padding: 15px 45px; line-height: 28px; cursor: pointer; position: relative; bottom: 1px; background: #e8e8e8; width:30%;text-align:center!important;margin-bottom:30px;}
.korpus input[type="radio"]:checked + label { border-bottom: 2px solid #fff; background:#19a1d8!important}

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block;}
.centered{margin-left:auto!important;margin-right:auto!important;text-align:center!important;}




/* Базовый контейнер табов */
.tabs {
	min-width: 320px;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px!important;
	padding: 10px 25px!important;
	font-weight: 600;
	text-align: center;
	color: #000;
	border-radius: 0%;
  border:none!important;
  width:auto!important;
}

/* Изменения стиля переключателей вкладок при наведении */

.tabs>label:hover {
	color: #888;
	cursor: pointer;
  background:#19a1d8!important;
  color:#000!important;
  transition:0.3s!important;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
  background:#19a1d8!important;
  color:#000!important;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4,
#tab5:checked~#content-tab5, #tab6:checked~#content-tab6, #tab7:checked~#content-tab7, #tab8:checked~#content-tab8,
#tab9:checked~#content-tab9, #tab10:checked~#content-tab10, #tab11:checked~#content-tab11, #tab12:checked~#content-tab12 {
	display: block;
}


/* Убираем текст с переключателей
* и оставляем иконки на малых экранах
*/

@media screen and (max-width: 680px) {

	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;margin-bottom:15px;margin-left:auto!important;margin-right:auto!important;text-align:center!important;
}

/* Float the list items side by side */
ul.tab li {display:inline-block;text-align:center;
background-color: #e8e8e8;margin-right:1px;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;font-weight:700;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #19a1d8!important;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: #19a1d8!important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

@media screen and (max-width:991px){

  .bordleft{width:50%!important;float:left;}
}

@media screen and (max-width:958px){
.tabs>label{padding:10px 18px!important;}
ul.tab li a{padding:14px 16px!important;}
}
@media screen and (max-width:876px){
   .salerep{margin-top:-22px!important;}
}

@media screen and (max-width:768px){
.tabs>label,
ul.tab li{    width: 24%!important;
    margin-bottom: 4px!important;}
.korpus label{width:50%;}
.salerep{margin-top:0px!important;}
ul.tab li a{width:100%;}
  .bordleft{width:100%!important;float:none;}

}

@media screen and (max-width:420px){
.tabs>label,
ul.tab li{    width: 49%!important;
    margin-bottom: 4px!important;}
.korpus label{width:50%;}
ul.tab li a{width:100%;}
  .bordleft{width:100%!important;float:none;}
     .salerep{margin-top:-22px!important;}
}

@media screen and (min-width:1200px) and (max-height:840px){
h1.anothmob{font-size:62px!important;}
.maintextsize{font-size:24px!important;}

}
.onetabs{height:70px;}






#pb-mask,
body {
    background: #fff
}

.pb-btn a,
.pb-details .pb-thumb,
.pb-mobile-menu,
.pb-section,
.pb-slide .pb-image {
    overflow: hidden
}

.pb-content ol li,
.pb-widget ol li {
    counter-increment: list
}

body {
    color: #222;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 15px;
    line-height: 28px;
    padding: 0px;
    position: relative
}
.access{width:300px;}
.pricetext{font-size:28px;font-weight:600;}
.pricetext span{font-size:28px;font-weight:300;text-decoration:line-through;}
#pb-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}

.topform h3{font-size:21px;}

#pb-mask .pb-circle,
#pb-mask .pb-spin {
    height: 70px;
    width: 70px;
    top: 50%;
    right: 50%;
    margin: -35px;
    position: fixed;
    opacity: 0;
    visibility: hidden
}

#pb-mask .pb-circle {
    z-index: 9;
    border-radius: 100%;
    border: 2px dashed
}

#pb-mask .pb-spin {
    z-index: 99;
    padding: 10px
}

#pb-mask .pb-spin img {
    height: 50px
}

.pb-frame {
    position: fixed;
    z-index: 999999
}

#pb-wrap,
.pb-section,
.pb-tabs-vert {
    position: relative
}

.pb-frame-top {
    top: 0;
    left: 0;
    height: 30px;
    width: 100%
}

.pb-frame-bottom {
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%
}

.pb-frame-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 30px
}

.pb-frame-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 30px
}

#pb-wrap {
    height: 100%
}

.pb-content p,
.pb-excerpt,
.pb-tab {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100
}

[class*=btn] {
    cursor: pointer
}

.pb-btn {
    text-align: center;
    display: inline-block
}

.pb-btn a {
    white-space: nowrap
}

.pb-btn-s {
    height: 30px;
    line-height: 30px
}

.pb-btn-s a {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase
}

.pb-btn-l a,
.pb-btn-m a {
    font-size: 14px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}
.butn{padding:10px 20px;border-radius:30px;margin-top:-15px;margin-bottom:30px!important;}
.fromtop{margin-bottom:0px!important;background:#fff;padding:40px;}
.topere{color:#000;padding:10px;margin-top:-15px;}
.social{width:68px;transition:0.3s;}
.social:hover{opacity:0.5;transition:0.3s;}
.pb-btn-m {
    height: 45px;
    line-height: 45px
}

.pb-btn-m a {
    padding: 0 30px
}

.pb-btn-l {
    height: 60px;
    line-height: 60px
}

.pb-btn-l a {
    padding: 0 45px
}

blockquote .pb-cite {
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1px
}

blockquote .pb-name {
    margin-top: 10px
}

.pb-tabs-hor .pb-tab-list {
    margin-bottom: 30px
}

.pb-tabs-hor .pb-tab-list li {
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 30px;
    border-bottom: 2px solid #19a1d8
}

.pb-tabs .pb-tabs-hor .pb-tab-list li {
    margin-right: 30px;
    margin-left: inherit
}

.pb-tabs-vert .pb-tab-list {
    width: 200px;
    position: absolute;
    top: 0;
    left: 30px
}

.pb-tabs-vert .pb-tab-list li {
    display: list-item;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 2px solid #19a1d8
}

.pb-tabs-vert .pb-tab {
    padding-left: 230px
}

.pb-tab-list li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px
}

.pb-tab {
    line-height: 28px
}

.pb-bar {
    position: relative;
    height: 10px;
    background: #ebebeb;
    margin-bottom: 30px
}

.pb-bar-value {
    position: absolute;
    top: 0;
    left: 0;
    background: #19a1d8;
    height: 10px;
    width: 0
}

.pb-accordion .ui-accordion-content {
    height: auto!important;
    margin-bottom: 30px
}

.pb-accordion .ui-accordion-header {
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #19a1d8;
    cursor: pointer
}

.pb-slider-fade .pb-caption {
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 99
}

.pb-slider-slide .pb-slide {
    position: relative
}

.pb-slider-slide .slick-dots {
    bottom: 10px
}

.pb-slider-slide .pb-caption {
    bottom: 0;
    left: 0;
    height: 50px;
    z-index: 99;
    width: 100%
}

.pb-carousel-3 {
    margin-bottom: 0!important;
}

.pb-page .pb-carousel .pb-slide {
    margin: 0 15px;
    position: relative
}

.pb-carousel .pb-slide img {
    width: 100%
}

.pb-post .pb-carousel .pb-slide,
.pb-project .pb-carousel .pb-slide {
    margin: 0
}

.pb-post .pb-carousel .pb-slide .pb-overlay,
.pb-project .pb-carousel .pb-slide .pb-overlay {
    opacity: 0;
    visibility: hidden
}

.pb-post .pb-carousel .pb-image .pb-overlay i,
.pb-project .pb-carousel .pb-image .pb-overlay i {
    color: #fff;
    height: 46px;
    width: 46px;
    border: 2px solid #19a1d8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px;
    text-align: center;
    line-height: 45px;
    font-size: 20px
}

.pb-carousel .pb-slide .pb-caption {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 99
}

.pb-page .pb-carousel .slick-dots {
    bottom: -50px
}

.pb-post .pb-carousel .slick-dots,
.pb-project .pb-carousel .slick-dots {
    text-align: left;
    bottom: inherit;
    top: -50px
}

.pb-project .pb-carousel-5 .slick-dots {
    text-align: center;
}

.pb-project .pb-carousel .slick-dots li {
    margin-left: 0;
    margin-right: 20px
}

.pb-carousel .slick-dots li {
    background: #ccc
}

.pb-details .pb-thumb {
    margin-bottom: 30px;
    position: relative
}

.pb-details .pb-thumb img {
    width: 100%
}

.pb-details .pb-thumb .pb-overlay {
    opacity: 0;
    visibility: hidden
}

.pb-details .pb-thumb .pb-overlay i {
    color: #fff;
    height: 46px;
    width: 46px;
    border: 2px solid #19a1d8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px;
    text-align: center;
    line-height: 45px;
    font-size: 20px
}

.pb-faq-1 .pb-back {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0
}

.pb-faq-1 .pb-back .pb-dot {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-faq-1 .pb-back .pb-bg {
    height: 100%
}

.pb-faq-1 .pb-back .pb-caption {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 30px
}

.pb-faq-1 .pb-back .pb-caption .pb-title {
    margin-bottom: 10px;
    border: 2px solid #19a1d8;
    padding: 10px 20px;
    display: inline-block
}

.pb-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 75px;
    position:fixed;
}

.pb-header-onep {
    top: 30px;
    left: 30px;
    right: 30px;
    width: auto
}

.pb-header-sticky {
    background: rgba(255, 255, 255, .9);
    height: 60px
}

.pb-header .pb-logo {
    position: absolute;
    left: 115px;
    top: 6px;
    height: 30px
}

.pb-btn-link,
.pb-btn-search {
    z-index: 999;
    height: 90px;
    line-height: 80px;
    border: 10px solid #fff;
    width: 90px;
    text-align: center
}

.pb-header-sticky .pb-logo {
    top: 5px
}

.pb-logo img {
    max-height: 60px
}

.pb-btn-link {
    bottom: 0;
    left: 0
}

.pb-btn-link i {
    color: #fff;
    font-size: 20px
}

.pb-hero-count-down-2 .pb-btn-link i,
.pb-hero-minimal .pb-btn-link i {
    color: #222
}

.pb-btn-search {
    top: 0;
    right: 0
}

.pb-header-sticky .pb-btn-search {
    height: 60px;
    line-height: 70px;
    border: 0
}

.pb-search .pb-btn-close {
    top: 0;
    right: 0;
    line-height: 100px;
    height: 90px;
    width: 90px;
    text-align: center
}

.pb-link,
.pb-search {
    width: 100%;
    display: none;
    left: 0
}

.pb-header-sticky .pb-search .pb-btn-close {
    height: 60px;
    line-height: 70px
}

.pb-btn-close i {
    font-size: 20px
}

.pb-search {
    z-index: 9999;
    height: 90px;
    top: 0
}

.pb-header-sticky .pb-search {
    height: 60px
}

.pb-btn-search i {
    color: #fff;
    font-size: 20px
}

.pb-header-3 .pb-btn-search i,
.pb-header-4 .pb-btn-search i,
.pb-header-sticky .pb-btn-search i {
    color: #222
}

.pb-hero-minimal .pb-search {
    border-bottom: 1px solid #ccc
}

.pb-header-1 .pb-btn-search i,
.pb-header-2 .pb-btn-search i {
    color: #fff
}

.pb-link {
    z-index: 999999;
    height: 90px;
    bottom: 0
}

.pb-link .pb-btn-close {
    top: 0;
    left: 0;
    line-height: 100px;
    height: 90px;
    width: 90px;
    text-align: center
}

.pb-hero-minimal .pb-link {
    background: #19a1d8
}

.pb-link-list {
    height: 90px;
    line-height: 90px;
    text-align: center
}

.pb-link-list li {
    display: inline-block;
    line-height: 90px;
    height: 90px
}

.pb-link-list li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 60px
}

.pb-main-menu {
    position: absolute;
    top: 30px;
    right: 170px
}

.pb-header-sticky .pb-main-menu {
    top: 15px
}

.pb-main-menu .pb-menu {
    display: inline-block;
    height: 30px
}

.pb-btn-menu {
    position: absolute;
    top: 0;
    right: 90px;
    line-height: 105px;
    z-index: 999;
    height: 90px;
    width: 90px;
    text-align: center;
    display: none
}

.pb-header-sticky .pb-btn-menu {
    height: 60px;
    line-height: 75px
}

.pb-btn-menu i {
    font-size: 24px;
    color: #fff
}

.pb-header-3 .pb-btn-menu i,
.pb-header-4 .pb-btn-menu i {
    color: #222
}

.pb-header-collapse .pb-btn-menu {
    display: block
}

.pb-nav-hero ul {
    line-height: 90px
}

.pb-nav-hero ul li {
    line-height: 90px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background: #fff;
    cursor: pointer
}

#pb-nav-hero-2 ul li,
#pb-nav-hero-4 ul li,
#pb-nav-hero-6 ul li {
    background: #222
}

#pb-nav-hero-1 ul li:nth-child(1),
#pb-nav-hero-2 ul li:nth-child(2),
#pb-nav-hero-3 ul li:nth-child(3),
#pb-nav-hero-4 ul li:nth-child(4),
#pb-nav-hero-5 ul li:nth-child(5),
#pb-nav-hero-6 ul li:nth-child(6) {
    background: #19a1d8
}

.pb-main-menu .pb-main-list {
    text-align: right;
    height: 30px
}

.pb-main-menu .pb-main-list li {
    display: inline-block;
    margin: 0 30px;
    height: 30px;
    line-height: 30px;
    position: relative
}

.pb-main-menu .pb-main-list .pb-main-item:after {
    position: absolute;
    top: 0;
    right: -20px;
    content: '\e924';
    color: #fff;
    font-size: 14px;
    font-family: 'PB Icons';
    display: block
}

.pb-header-onep .pb-main-menu .pb-main-list li,
.pb-main-menu .pb-main-list li a {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px
}

.pb-header-onep .pb-main-menu .pb-main-list li {
    cursor: pointer;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s
}

.pb-header-3 .pb-main-menu .pb-menu .pb-main-list li a,
.pb-header-4 .pb-main-menu .pb-menu .pb-main-list li a,
.pb-header-sticky .pb-main-menu .pb-main-list li,
.pb-header-sticky .pb-main-menu .pb-main-list li a {
    color: #222
}

.pb-main-menu .pb-main-list .pb-sub-list {
    text-align: left;
    position: absolute;
    top: 30px;
    padding-top: 30px;
    left: 0;
    padding-left: 30px;
    z-index: 999;
    visibility: hidden;
    opacity: 0
}

.pb-main-menu .pb-main-list .pb-sub-list li {
    display: list-item;
    width: 200px;
    margin-left: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    background: #222;
    position: relative
}

.pb-main-menu .pb-main-list .pb-sub-list .pb-main-item:after {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    color: #19a1d8;
    font-size: 14px;
    font-family: 'PB Icons';
    content: '\e926'
}

.pb-main-menu .pb-main-list .pb-sub-list li a {
    font-weight: 400;
    font-size: 12px;
    padding: 0 30px 0 10px;
    display: block
}

.pb-header-3 .pb-main-menu .pb-main-list .pb-sub-list li a,
.pb-header-4 .pb-main-menu .pb-main-list .pb-sub-list li a {
    color: #fff
}

.pb-main-menu .pb-main-list .pb-sub-list li a:before {
    content: '';
    width: 0;
    height: 0;
    background: #19a1d8;
    display: inline-block;
    margin-right: 10px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s
}

.pb-main-menu .pb-main-list ul .pb-sub-list {
    left: 200px;
    top: 0!important;
    padding-top: 0!important;
    opacity: 0;
    visibility: hidden
}

.pb-mobile-menu {
    display: none;
    padding-top: 90px;
    width: 100%;
    z-index: 9999;
    background: #121c25
}

.pb-header-sticky+.pb-mobile-menu {
    padding-top: 60px
}

.pb-header-3+.pb-mobile-menu {
    background: #f0f0f0
}

.pb-header-5+.pb-mobile-menu {
    padding-top: 0
}

.pb-header-onep+.pb-mobile-menu {
    position: fixed;
    left: 30px;
    right: 30px;
    width: auto;
    top: 30px
}

.pb-mobile-menu .pb-main-list li {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative
}

.pb-mobile-menu .pb-main-list li:last-child {
    border-bottom: none
}

.pb-mobile-menu .pb-main-item .pb-btn-sub-down:after {
    content: '\e924';
    font-family: 'PB Icons';
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    text-align: center;
    cursor: pointer
}

.pb-header-3+.pb-mobile-menu .pb-main-item .pb-btn-sub-down:after {
    color: #222
}

.pb-header-onep+.pb-mobile-menu .pb-main-list li,
.pb-mobile-menu .pb-main-list li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding-left: 30px;
    letter-spacing: 1px
}

.pb-mobile-menu .pb-main-item .pb-btn-sub-up:after {
    content: '\e927'
}

.pb-mobile-menu .pb-main-list li a {
    display: inline-block
}

.pb-header-onep+.pb-mobile-menu .pb-main-list li {
    cursor: pointer;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s
}

.pb-header-3+.pb-mobile-menu .pb-main-list li a {
    color: #222
}

.pb-mobile-menu .pb-main-list .pb-sub-list {
    display: none;
    background: #222
}

.pb-mobile-menu .pb-main-list .pb-sub-list li {
    height: auto!important;
    overflow: visible!important;
    border-bottom: 1px solid #3b3b3b
}

.pb-header-3+.pb-mobile-menu .pb-main-list .pb-sub-list li a {
    color: #fff
}

.pb-mobile-menu .pb-main-list .pb-sub-list ul {
    display: block!important;
    background: #333
}

.pb-mobile-menu .pb-main-list .pb-sub-list ul ul {
    background: #444
}

.pb-mobile-menu .pb-main-list .pb-sub-list li a {
    font-size: 12px
}

.pb-input-search {
    height: 90px;
    line-height: 90px;
    font-size: 36px;
    border: none;
    padding: 0 90px 0 30px
}

.pb-divider-l,
.pb-divider-m {
    border-top-style: solid;
    border-top-width: 2px;
    display: inline-block
}

.pb-intro-1 .pb-col-left,
.pb-intro-1 .pb-col-right,
.pb-intro-2 .pb-box,
.pb-mosaic-1 .pb-box,
.pb-vision-1 .pb-col-left,
.pb-vision-1 .pb-col-right,
.pb-vision-2 .pb-col-left,
.pb-vision-2 .pb-col-right {
    padding: 0
}

.pb-header-sticky .pb-input-search {
    height: 60px;
    line-height: 60px;
    font-size: 24px
}

.pb-hero .pb-canvas {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pb-hero #pb-video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.pb-hero {
    height: 100%;
    position: relative
}

.pb-hero .pb-slider {
    height: 100%
}

.pb-hero .pb-slide {
    height: 100%;
    position: relative
}

.pb-hero .pb-slider .pb-nav-btn {
    height: 90px;
    width: 90px;
    line-height: 120px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -45px;
    z-index: 999
}

.pb-hero .pb-slider .pb-nav-next {
    right: 0
}

.pb-hero .pb-slider .pb-nav-prev {
    left: 0
}

.pb-hero .pb-slider .pb-nav-btn i {
    font-size: 50px
}

.pb-hero-image {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.pb-film,
.pb-overlay {
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.pb-film {
    opacity: .1
}

.pb-hero .pb-caption {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.pb-hero .pb-caption .pb-title {
    letter-spacing: 1px
}

.pb-hero .pb-caption .pb-subtitle {
    margin-bottom: 10px;
    letter-spacing: 2px
}

.pb-hero .pb-caption .pb-excerpt {
    letter-spacing: 6px
}

.pb-hero-overview {
    position: relative
}

.pb-hero-overview .pb-caption {
    left: 0;
    top: 180px
}

.pb-hero-overview .pb-layer {
    bottom: 0;
    z-index: 99;
}

.pb-hero-overview #pb-layer-1 {
    left: 90px
}

.pb-hero-overview #pb-layer-2 {
    left: 426px
}

.pb-hero-overview #pb-layer-3 {
    left: 762px
}

.pb-hero-overview #pb-layer-4 {
    left: 1098px
}

.pb-hero-overview #pb-layer-5 {
    left: 1434px
}

.pb-hero-overview .pb-layer img {
    width: 336px
}

.pb-btn-down,
.pb-btn-up {
    height: 60px;
    width: 60px;
    text-align: center
}

.pb-btn-down {
    position: absolute;
    bottom: 120px;
    z-index: 99;
    border-style: dashed;
    border-width: 2px;
    border-radius: 100%
}

.pb-btn-center {
    left: 50%;
    margin-left: -30px
}

.pb-btn-down i {
    font-size: 30px;
    line-height: 60px
}

.pb-btn-up {
    line-height: 60px;
    display: inline-block
}

.pb-parallax {
    position: relative
}

.pb-parallax .pb-image {
    width: 100%;
    height: 100%
}

.pb-parallax .pb-caption {
    z-index: 99
}

.pb-name,
.pb-title {
    letter-spacing: 1px
}

.pb-divider-l {
    width: 60px
}

.pb-divider-m {
    width: 30px
}

.pb-vision-1 .pb-heading .pb-title {
    margin-bottom: 30px
}

.pb-vision-1 .pb-col-left .pb-bg {
    height: 100%
}

.pb-vision-1 .pb-col-left .pb-caption {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: auto
}

.pb-vision-1 .pb-col-left .pb-caption .pb-title {
    font-weight: 800
}

.pb-vision-1 .pb-col-left .pb-caption .pb-overtitle {
    font-weight: 400
}

.pb-vision-1 .pb-col-left .pb-dot {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-vision-1 .pb-col-right .pb-dot {
    height: 10px;
    width: 10px;
    background: #f0f0f0;
    bottom: -5px;
    right: -5px
}

.pb-vision-1 .pb-col-right .pb-box .pb-table {
    height: 100%
}

.pb-vision-1 .pb-col-right .pb-box .pb-icon {
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border: 2px dashed
}

.pb-vision-1 .pb-col-right .pb-box .pb-icon i {
    font-size: 20px
}

.pb-vision-1 .pb-col-right .pb-box .pb-title {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px
}

.pb-vision-1 .pb-col-right .pb-box .pb-excerpt {
    max-height: 56px;
    overflow: hidden
}

.pb-vision-2 .pb-heading .pb-title {
    margin-bottom: 30px
}

.pb-vision-2 .pb-col-left .pb-bg {
    height: 100%
}

.pb-vision-2 .pb-col-left .pb-caption {
    width: 100%;
    top: 0;
    right: 15px;
    height: 100%;
    z-index: 99
}

.pb-vision-2 .pb-col-left .pb-caption .pb-title {
    font-weight: 800
}

.pb-vision-2 .pb-col-left .pb-caption .pb-overtitle {
    font-weight: 400
}

.pb-vision-2 .pb-col-left .pb-dot {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-vision-2 .pb-col-right .pb-dot {
    height: 10px;
    width: 10px;
    background: #f0f0f0;
    bottom: -5px;
    right: -5px
}

.pb-vision-2 .pb-col-right .pb-box .pb-table {
    height: 100%
}

.pb-vision-2 .pb-col-right .pb-box .pb-icon {
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block
}

.pb-vision-2 .pb-col-right .pb-box .pb-icon i {
    font-size: 20px;
    color: #fff
}

.pb-vision-2 .pb-col-right .pb-box .pb-title {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px
}

.pb-vision-2 .pb-col-right .pb-box .pb-excerpt {
    overflow: hidden;
    max-height: 56px
}

.pb-intro-1 .pb-heading .pb-title {
    margin-bottom: 30px
}

.pb-intro-1 .pb-col-left .pb-bg {
    height: 100%
}

.pb-intro-1 .pb-col-left .pb-caption {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 30px;
    width: auto;
    right: 30px
}

.pb-intro-1 .pb-col-left .pb-caption .pb-title {
    font-weight: 800
}

.pb-intro-1 .pb-col-left .pb-caption .pb-overtitle {
    font-weight: 400
}

.pb-intro-1 .pb-col-left .pb-dot {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-intro-1 .pb-col-right .pb-dot {
    height: 10px;
    width: 10px;
    background: #f0f0f0;
    bottom: -5px;
    right: -5px
}

.pb-intro-1 .pb-col-right .pb-box .pb-table {
    height: 100%
}

.pb-intro-1 .pb-col-right .pb-box .pb-icon,
.pb-intro-2 .pb-caption .pb-icon {
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block
}

.pb-intro-1 .pb-col-right .pb-box .pb-icon {
    margin-bottom: 20px;
    border: 2px dashed
}

.pb-intro-1 .pb-col-right .pb-box .pb-icon i {
    font-size: 20px
}

.pb-intro-1 .pb-col-right .pb-box .pb-title {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px
}

.pb-intro-1 .pb-col-right .pb-box .pb-excerpt {
    overflow: hidden;
    max-height: 56px
}

.pb-intro-2 .pb-box:after,
.pb-intro-2 .pb-box:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px
}

.pb-intro-2 .pb-box:nth-child(1):after {
    right: 10px;
    bottom: 10px;
    background: #fff
}

.pb-intro-2 .pb-box:nth-child(3):after {
    left: 10px;
    top: 10px;
    background: #fff
}

.pb-intro-2 .pb-caption .pb-icon {
    margin: 0 auto 30px;
    border: 2px dashed
}

.pb-mosaic-1 .pb-icon,
.pb-mosaic-2 .pb-icon {
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    border: 2px dashed;
    margin-bottom: 20px;
    display: inline-block
}

.pb-intro-2 .pb-caption .pb-icon i {
    font-size: 22px
}

.pb-mosaic-1 .pb-icon i,
.pb-mosaic-2 .pb-icon i {
    font-size: 20px
}

.pb-intro-2 .pb-box .pb-excerpt {
    max-height: 56px;
    overflow: hidden
}

.pb-mosaic-1 .pb-box .pb-caption {
    padding-left: 45px;
    padding-right: 45px
}

.pb-mosaic-2 .pb-box {
    padding: 0
}

.pb-mosaic-2 .pb-caption {
    padding: 0 15px
}

.pb-portfolio-1 .pb-filter-list li a,
.pb-portfolio-2 .pb-filter-list li a,
.pb-portfolio-3 .pb-filter-list li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.pb-mosaic-2 .pb-excerpt {
    overflow: hidden;
    max-height: 56px
}

.pb-studio-1 .pb-back {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0
}

.pb-studio-1 .pb-back .pb-dot {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-studio-1 .pb-back .pb-bg {
    height: 100%
}

.pb-studio-1 .pb-back .pb-caption {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 30px
}

.pb-studio-1 .pb-back .pb-caption .pb-title {
    margin-bottom: 10px;
    border: 2px solid #19a1d8;
    padding: 10px 20px;
    display: inline-block
}

.pb-skills-1 .pb-back {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0
}

.pb-skills-1 .pb-back .pb-caption .pb-title,
.pb-skills-2 .pb-back .pb-caption .pb-title {
    padding: 10px 20px;
    border: 2px solid #19a1d8;
    display: inline-block;
    margin-bottom: 10px
}

.pb-skills-1 .pb-back .pb-dot {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-skills-1 .pb-back .pb-bg {
    height: 100%
}

.pb-skills-1 .pb-back .pb-caption {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 30px
}

.pb-skills-2 .pb-back {
    right: 0
}

.pb-skills-2 .pb-back .pb-dot {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-skills-2 .pb-back .pb-bg {
    height: 100%
}

.pb-skills-2 .pb-back .pb-caption {
    position: absolute;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 30px
}

.pb-skills-2 .pb-back {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 0
}

.pb-skills-5 .pb-col-right .pb-dot {
    z-index: 999;
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-skills-5 .pb-col-right .pb-bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.pb-portfolio-1 .pb-filter-list li,
.pb-portfolio-2 .pb-filter-list li,
.pb-portfolio-3 .pb-filter-list li,
.pb-portfolio-4 .pb-filter-list li {
    height: 60px;
    line-height: 60px;
    text-align: center
}

.pb-skills-5 .pb-col-right .pb-caption {
    z-index: 999;
    bottom: 60px;
    left: 75px
}

.pb-skills-5 .pb-col-right .pb-caption .pb-title {
    margin-bottom: 10px;
    border: 2px solid #19a1d8;
    padding: 10px 20px;
    display: inline-block
}

.pb-portfolio-1 .pb-filter-list li a,
.pb-portfolio-2 .pb-filter-list li a,
.pb-portfolio-3 .pb-filter-list li a,
.pb-portfolio-4 .pb-filter-list li a {
    display: block;
    border-width: 2px;
    border-style: solid
}

.pb-portfolio-1 .pb-head .pb-title {
    margin-top: 10px
}

.pb-portfolio-1 .pb-head .pb-overtitle {
    margin-bottom: 10px
}

.pb-page .pb-portfolio-1 .pb-filter-list li {
    float: right
}

.pb-portfolio-1 .pb-filter-list li {
    float: left;
    width: 150px;
    margin: 0 10px 14px 0
}

.pb-portfolio-1 .pb-filter-list li a {
    border-color: #efefef
}

.pb-portfolio-1 .pb-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

.pb-portfolio-1 .pb-item img {
    width: 100%
}

.pb-portfolio-1 .pb-item .pb-overlay {
    opacity: 0
}

.pb-portfolio-1 .pb-item .pb-caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: auto;
    left: -100%
}

.pb-portfolio-1 .pb-item .pb-title {
    letter-spacing: 1px
}

.pb-portfolio-1 .pb-item .pb-category {
    letter-spacing: 2px
}

.pb-portfolio-2 .pb-head .pb-title {
    margin-top: 10px
}

.pb-portfolio-2 .pb-head .pb-overtitle {
    margin-bottom: 10px
}

.pb-portfolio-2 .pb-filter {
    padding: 0
}

.pb-portfolio-2 .pb-filter-list li {
    float: left;
    width: 150px;
    margin: 0 10px 14px 0
}

.pb-portfolio-2 .pb-filter-list li a {
    border-color: #19a1d8
}

.pb-portfolio-2 .pb-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

.pb-portfolio-2 .pb-item img {
    width: 100%
}

.pb-portfolio-2 .pb-item .pb-overlay {
    opacity: 0
}

.pb-portfolio-2 .pb-item .pb-caption {
    position: absolute;
    bottom: 30px;
    left: -100%
}

.pb-portfolio-2 .pb-item .pb-title {
    letter-spacing: 1px
}

.pb-portfolio-2 .pb-item .pb-category {
    letter-spacing: 2px
}

.pb-portfolio-3 .pb-head .pb-title {
    margin-top: 10px
}

.pb-portfolio-3 .pb-head .pb-overtitle {
    margin-bottom: 10px
}

.pb-portfolio-3 .pb-filter {
    padding: 0
}

.pb-portfolio-3 .pb-filter-list li {
    float: left;
    width: 150px;
    margin: 0 10px 14px 0
}

.pb-portfolio-3 .pb-filter-list li a {
    border-color: #efefef
}

.pb-portfolio-4 .pb-filter-list li a,
.pb-portfolio-5 .pb-filter-list li a {
    border-color: #ccc;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.pb-portfolio-3 .pb-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

.pb-portfolio-3 .pb-item img {
    width: 100%
}

.pb-portfolio-3 .pb-item .pb-overlay {
    opacity: 0
}

.pb-portfolio-3 .pb-item .pb-caption {
    position: absolute;
    left: 30px;
    bottom: -100%;
    right: 30px;
    width: 100%
}

.pb-portfolio-3 .pb-item .pb-title {
    letter-spacing: 1px
}

.pb-portfolio-3 .pb-item .pb-category {
    letter-spacing: 2px
}

.pb-portfolio-4 .pb-head .pb-title {
    margin-top: 10px
}

.pb-portfolio-4 .pb-head .pb-overtitle {
    margin-bottom: 10px
}

.pb-portfolio-4 .pb-filter {
    padding: 0
}

.pb-portfolio-4 .pb-filter-list li {
    float: left;
    width: 150px;
    margin: 0 10px 14px 0
}

.pb-portfolio-4 .pb-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

.pb-portfolio-4 .pb-item img {
    width: 100%
}

.pb-portfolio-4 .pb-item .pb-overlay {
    opacity: 0;
    background: #aaa
}

.pb-portfolio-4 .pb-item .pb-caption {
    width: 100%;
    height: 100%
}

.pb-portfolio-4 .pb-item .pb-title {
    letter-spacing: 1px
}

.pb-portfolio-4 .pb-item .pb-category {
    letter-spacing: 2px
}

.pb-portfolio-5 .pb-head .pb-title {
    margin-top: 10px
}

.pb-portfolio-5 .pb-head .pb-overtitle {
    margin-bottom: 10px
}

.pb-portfolio-5 .pb-filter {
    padding: 0
}

.pb-portfolio-5 .pb-filter-list {
    text-align: center
}

.pb-portfolio-5 .pb-filter-list li {
    height: 60px;
    line-height: 60px;
    width: auto;
    margin: 0 15px;
    text-align: center;
    display: inline-block
}

.pb-portfolio-5 .pb-filter-list li a {
    display: block;
    padding: 0 30px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.pb-portfolio-5 .pb-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

.pb-portfolio-5 .pb-item img {
    width: 100%
}

.pb-portfolio-5 .pb-item .pb-overlay {
    opacity: 0;
    background: #aaa
}

.pb-portfolio-5 .pb-item .pb-caption {
    width: 100%;
    height: 100%;
    margin-left: -100%
}

.pb-portfolio-5 .pb-item .pb-title {
    letter-spacing: 1px
}

.pb-portfolio-5 .pb-item .pb-category {
    letter-spacing: 2px
}

.pb-portfolio-6 .pb-head .pb-title {
    margin-top: 10px
}

.pb-portfolio-6 .pb-head .pb-overtitle {
    margin-bottom: 10px
}

.pb-portfolio-6 .pb-filter {
    padding: 0
}

.pb-portfolio-6 .pb-filter-list li {
    float: left;
    height: 60px;
    line-height: 60px;
    width: 250px;
    margin: 0 10px 14px 0;
    text-align: center
}

.pb-portfolio-6 .pb-filter-list li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    border-color: #efefef
}

.pb-services-1 .pb-icon i,
.pb-services-2 .pb-icon i,
.pb-services-3 .pb-icon i {
    font-size: 20px
}

.pb-features-1 .pb-box .pb-title,
.pb-features-2 .pb-box .pb-title,
.pb-features-3 .pb-box .pb-title,
.pb-features-4 .pb-box .pb-title,
.pb-team-1 .pb-box .pb-caption .pb-title,
.pb-team-2 .pb-box .pb-caption .pb-title {
    font-weight: 700
}

.pb-services-1 .pb-icon,
.pb-services-2 .pb-icon {
    border: 2px solid
}

.pb-portfolio-6 .pb-item {
    padding: 0;
    position: relative;
    overflow: hidden
}

.pb-portfolio-6 .pb-item img {
    width: 100%
}

.pb-portfolio-6 .pb-item .pb-overlay {
    opacity: 0
}

.pb-portfolio-6 .pb-item .pb-caption {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: auto;
    left: -600%
}

.pb-services-1 .pb-icon,
.pb-services-2 .pb-icon,
.pb-services-3 .pb-icon {
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block
}

.pb-services-1 .pb-box {
    margin-bottom: 60px;
    padding: 0 30px
}

.pb-services-1 .pb-box .pb-caption {
    padding-left: 60px
}

.pb-services-1 .pb-title {
    margin-bottom: 10px
}

.pb-services-2 .pb-box {
    margin-bottom: 60px;
    padding: 0 30px
}

.pb-services-2 .pb-box .pb-caption {
    padding-left: 60px
}

.pb-services-2 .pb-title {
    margin-bottom: 10px
}

.pb-services-3 .pb-box {
    margin-bottom: 60px;
    padding: 0 30px
}

.pb-services-3 .pb-icon {
    border: 2px dashed;
    margin-bottom: 20px
}

.pb-callout-1 .pb-overlay .pb-dot,
.pb-callout-2 .pb-overlay .pb-dot,
.pb-callout-3 .pb-overlay .pb-dot {
    height: 10px;
    width: 10px;
    top: 30px;
    right: 30px
}

.pb-services-3 .pb-title {
    margin-bottom: 10px
}

.pb-services-3 .pb-excerpt {
    overflow: hidden;
    max-height: 56px
}

.pb-callout-1 .pb-heading .pb-subtitle {
    margin-bottom: 40px
}

.pb-callout-1 .pb-heading .pb-title {
    margin-bottom: 20px
}

.pb-callout-2 .pb-heading .pb-subtitle {
    margin-bottom: 40px
}

.pb-callout-2 .pb-heading .pb-title {
    margin-bottom: 20px
}

.pb-callout-3 .pb-heading .pb-subtitle {
    margin-bottom: 40px
}

.pb-callout-3 .pb-heading .pb-title {
    margin-bottom: 20px
}

.pb-callout-4 .pb-overlay .pb-dot {
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-counts-1 .pb-border .pb-dot,
.pb-counts-2 .pb-border .pb-dot,
.pb-counts-3 .pb-border .pb-dot {
    top: 10px;
    left: 10px;
    height: 10px;
    width: 10px
}

.pb-callout-4 .pb-heading .pb-subtitle {
    margin-bottom: 40px
}

.pb-callout-4 .pb-heading .pb-title {
    margin-bottom: 20px
}

.pb-bars .pb-title {
    font-size: 14px
}

.pb-counts-1 .pb-border {
    border: 2px solid;
    margin: 0 auto
}

.pb-counts-2 .pb-bg {
    background: #aaa
}

.pb-counts-2 .pb-border {
    border: 2px dashed;
    margin: 0 auto
}

.pb-blog-1 .pb-item .pb-image .pb-border:after,
.pb-blog-2 .pb-item .pb-image .pb-border:after,
.pb-blog-3 .pb-item .pb-image .pb-border:after,
.pb-blog-4 .pb-item .pb-image .pb-border:after,
.pb-blog-5 .pb-item .pb-image .pb-border:after {
    border-right: 2px solid;
    border-bottom: 2px solid;
    bottom: 0;
    right: 0
}

.pb-counts-3 .pb-bg {
    background: #aaa
}

.pb-counts-3 .pb-border {
    border: 2px solid;
    margin: 0 auto
}

.pb-blog-1 .pb-item .pb-image .pb-overlay .pb-icon,
.pb-blog-2 .pb-item .pb-image .pb-overlay .pb-icon,
.pb-blog-3 .pb-item .pb-image .pb-overlay .pb-icon,
.pb-blog-4 .pb-item .pb-image .pb-overlay .pb-icon {
    margin-left: -30px;
    margin-top: -30px;
    line-height: 70px;
    text-align: center
}

.pb-blog-1 .pb-body .pb-item {
    overflow: hidden;
    margin-bottom: 30px
}

.pb-blog-1 .pb-item .pb-image {
    padding: 0
}

.pb-blog-1 .pb-item .pb-image .pb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.pb-blog-1 .pb-item .pb-image .pb-overlay .pb-icon {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    position: relative;
    z-index: 99
}

.pb-blog-1 .pb-item .pb-image .pb-border {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px;
    z-index: 9
}

.pb-blog-1 .pb-item .pb-image .pb-border:after,
.pb-blog-1 .pb-item .pb-image .pb-border:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    display: block;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s
}

.pb-blog-1 .pb-item .pb-image .pb-border:before {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid
}

.pb-blog-1 .pb-item .pb-image .pb-icon i {
    color: #fff;
    font-size: 26px
}

.pb-blog-1 .pb-item .pb-caption {
    padding: 30px
}

.pb-blog-1 .pb-item .pb-caption .pb-meta {
    color: #aaa;
    margin-bottom: 15px
}

.pb-blog-1 .pb-box .pb-caption .pb-meta span {
    font-size: 13px
}

.pb-blog-1 .pb-item .pb-caption .pb-icon i,
.pb-blog-2 .pb-item .pb-image .pb-icon i {
    color: #fff;
    font-size: 26px
}

.pb-blog-1 .pb-item .pb-caption .pb-title {
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 60px
}

.pb-blog-1 .pb-item .pb-caption .pb-excerpt {
    margin-bottom: 70px;
    overflow: hidden;
    max-height: 90px
}

.pb-blog-1 .pb-item.pb-box-vert .pb-caption .pb-excerpt {
    max-height: 120px
}

.pb-blog-1 .pb-item .pb-caption .pb-divider-m {
    margin-bottom: 15px
}

.pb-blog-1 .pb-item .pb-caption .pb-icon {
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center
}

.pb-blog-2 .pb-body .pb-item {
    overflow: hidden;
    margin-bottom: 30px
}

.pb-blog-2 .pb-body .pb-item .pb-image img {
    width: 100%
}

.pb-blog-2 .pb-item .pb-image.pb-h-fix {
    padding: 0
}

.pb-blog-2 .pb-item .pb-image .pb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.pb-blog-2 .pb-item .pb-image .pb-overlay .pb-icon {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    position: relative;
    z-index: 99
}

.pb-blog-2 .pb-item .pb-image .pb-border {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px;
    z-index: 9
}

.pb-blog-2 .pb-item .pb-image .pb-border:after,
.pb-blog-2 .pb-item .pb-image .pb-border:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    display: block;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s
}

.pb-blog-2 .pb-item .pb-image .pb-border:before {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid
}

.pb-blog-2 .pb-item .pb-caption {
    padding: 30px
}

.pb-blog-2 .pb-item .pb-caption .pb-meta {
    color: #aaa;
    margin-bottom: 15px
}

.pb-blog-2 .pb-box .pb-caption .pb-meta span {
    font-size: 13px
}

.pb-blog-2 .pb-item .pb-caption .pb-icon i,
.pb-blog-3 .pb-item .pb-image .pb-icon i {
    color: #fff;
    font-size: 26px
}

.pb-blog-2 .pb-item .pb-caption .pb-title {
    margin-bottom: 15px
}

.pb-blog-2 .pb-item .pb-caption .pb-excerpt {
    margin-bottom: 70px
}

.pb-blog-2 .pb-item .pb-caption .pb-divider-m {
    margin-bottom: 15px
}

.pb-blog-2 .pb-item .pb-caption .pb-icon {
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center
}

.pb-blog-3 .pb-body .pb-item {
    overflow: hidden;
    margin-bottom: 30px
}

.pb-blog-3 .pb-item .pb-image.pb-h-fix {
    padding: 0
}

.pb-blog-3 .pb-item .pb-image .pb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.pb-blog-3 .pb-item .pb-image .pb-overlay .pb-icon {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    position: relative;
    z-index: 99
}

.pb-blog-3 .pb-item .pb-image .pb-border {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px;
    z-index: 9
}

.pb-blog-3 .pb-item .pb-image .pb-border:after,
.pb-blog-3 .pb-item .pb-image .pb-border:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    display: block;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s
}

.pb-blog-3 .pb-item .pb-image .pb-border:before {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid
}

.pb-blog-3 .pb-item .pb-caption {
    padding: 30px
}

.pb-blog-3 .pb-item .pb-caption .pb-meta {
    color: #aaa;
    margin-bottom: 15px
}

.pb-blog-3 .pb-box .pb-caption .pb-meta span {
    font-size: 13px
}

.pb-blog-3 .pb-item .pb-caption .pb-icon i,
.pb-blog-4 .pb-item .pb-image .pb-icon i {
    color: #fff;
    font-size: 26px
}

.pb-blog-3 .pb-item .pb-caption .pb-title {
    margin-bottom: 15px
}

.pb-blog-3 .pb-item .pb-caption .pb-excerpt {
    margin-bottom: 70px
}

.pb-blog-3 .pb-item .pb-caption .pb-divider-m {
    margin-bottom: 15px
}

.pb-blog-3 .pb-item .pb-caption .pb-icon {
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center
}

.pb-blog-4 .pb-body .pb-item {
    overflow: hidden;
    margin-bottom: 30px
}

.pb-blog-4 .pb-item .pb-image {
    padding: 0
}

.pb-blog-4 .pb-item .pb-image .pb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.pb-blog-4 .pb-item .pb-image .pb-overlay .pb-icon {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    position: relative;
    z-index: 99
}

.pb-blog-4 .pb-item .pb-image .pb-border {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px;
    z-index: 9
}

.pb-blog-4 .pb-item .pb-image .pb-border:after,
.pb-blog-4 .pb-item .pb-image .pb-border:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    display: block;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s
}

.pb-blog-4 .pb-item .pb-image .pb-border:before {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid
}

.pb-blog-4 .pb-item .pb-caption {
    padding: 30px
}

.pb-blog-4 .pb-item .pb-caption .pb-meta {
    color: #aaa;
    margin-bottom: 15px
}

.pb-blog-4 .pb-box .pb-caption .pb-meta span {
    font-size: 13px
}

.pb-blog-4 .pb-item .pb-caption .pb-icon i,
.pb-blog-5 .pb-item .pb-image .pb-icon i {
    color: #fff;
    font-size: 26px
}

.pb-blog-4 .pb-item .pb-caption .pb-title {
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 30px
}

.pb-blog-4 .pb-item .pb-caption .pb-excerpt {
    margin-bottom: 40px;
    overflow: hidden;
    max-height: 120px
}

.pb-blog-4 .pb-item .pb-caption .pb-divider-m {
    margin-bottom: 15px
}

.pb-blog-4 .pb-item .pb-caption .pb-icon {
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center
}

.pb-blog-5 .pb-body .pb-item {
    overflow: hidden;
    margin-bottom: 30px
}

.pb-blog-5 .pb-item .pb-image.pb-h-fix {
    padding: 0
}

.pb-blog-5 .pb-item .pb-image .pb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.pb-blog-5 .pb-item .pb-image .pb-overlay .pb-icon {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: relative;
    text-align: center;
    line-height: 70px;
    z-index: 99
}

.pb-blog-5 .pb-item .pb-image .pb-border {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -50px;
    z-index: 9
}

.pb-blog-5 .pb-item .pb-image .pb-border:after,
.pb-blog-5 .pb-item .pb-image .pb-border:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    display: block;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s
}

.pb-blog-5 .pb-item .pb-image .pb-border:before {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid
}

.pb-clients-1 .pb-image,
.pb-clients-2 .pb-image {
    border: 2px solid #f0f0f0
}

.pb-blog-5 .pb-item .pb-caption {
    padding: 30px
}

.pb-team-1 .pb-box .pb-caption,
.pb-team-2 .pb-box .pb-caption {
    padding: 20px
}

.pb-blog-5 .pb-item .pb-caption .pb-meta {
    color: #aaa;
    margin-bottom: 15px
}

.pb-blog-5 .pb-box .pb-caption .pb-meta span {
    font-size: 13px
}

.pb-blog-5 .pb-item .pb-caption .pb-title {
    margin-bottom: 15px
}

.pb-blog-5 .pb-item .pb-caption .pb-excerpt {
    margin-bottom: 70px
}

.pb-blog-5 .pb-item .pb-caption .pb-divider-m {
    margin-bottom: 15px
}

.pb-blog-5 .pb-item .pb-caption .pb-icon {
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center
}

.pb-clients-1 .pb-box .pb-dot,
.pb-clients-2 .pb-box .pb-dot {
    bottom: 10px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #f0f0f0
}

.pb-blog-5 .pb-item .pb-caption .pb-icon i {
    font-size: 26px;
    color: #fff
}

.pb-page .pb-blog .pb-grid {
    margin-left: -15px;
    margin-right: -15px
}

.pb-clients-1 .pb-image img,
.pb-clients-2 .pb-image img {
    margin: 0 auto;
    max-width: 150px;
    opacity: .5
}

.pb-team-1 .pb-box .pb-overlay:before,
.pb-team-2 .pb-box .pb-overlay:before {
    position: absolute;
    background: #19a1d8;
    content: ''
}

.pb-clients-2 .pb-box {
    margin: 0 30px
}

.pb-clients-3 .pb-image img {
    max-width: 150px;
    margin: 0 auto;
    opacity: .5
}

.pb-team-1 .pb-slider {
    margin-left: -30px;
    margin-right: -30px
}

.pb-team-1 .pb-slider .pb-nav-btn {
    top: -160px;
    position: absolute;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    border: 2px solid
}

.pb-team-1 .pb-box,
.pb-team-2 .pb-border {
    border: 2px solid #fafafa
}

.pb-team-1 .pb-slider .pb-nav-next {
    right: 30px
}

.pb-team-1 .pb-slider .pb-nav-prev {
    right: 100px
}

.pb-team-1 .pb-slider .pb-nav-btn i {
    font-size: 24px;
    color: #222
}

.pb-team-1 .pb-slide {
    margin: 0 30px
}

.pb-team-1 .pb-box .pb-overlay {
    z-index: 99;
    opacity: 0;
    top: 0;
    left: 0
}

.pb-team-1 .pb-box .pb-overlay .pb-social-list {
    width: 100%
}

.pb-team-1 .pb-box .pb-overlay .pb-social-list li {
    display: inline-block;
    margin: 0 15px
}

.pb-team-1 .pb-box .pb-overlay .pb-social-list li i {
    font-size: 16px;
    color: #fff
}

.pb-team-1 .pb-box .pb-overlay:before {
    opacity: 0;
    width: 10px;
    height: 10px;
    color: #19a1d8;
    top: 20px;
    left: 20px
}

.pb-team-2 .pb-box {
    margin-bottom: 30px
}

.pb-team-2 .pb-box .pb-overlay {
    z-index: 99;
    opacity: 0;
    top: 0;
    left: 0
}

.pb-team-2 .pb-box .pb-overlay .pb-social-list {
    width: 100%
}

.pb-team-2 .pb-box .pb-overlay .pb-social-list li {
    display: inline-block;
    margin: 0 15px
}

.pb-team-2 .pb-box .pb-overlay .pb-social-list li i {
    font-size: 16px;
    color: #fff
}

.pb-team-2 .pb-box .pb-overlay:before {
    opacity: 0;
    width: 10px;
    height: 10px;
    color: #19a1d8;
    top: 20px;
    left: 20px
}

.pb-team-3 .pb-dot {
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-features-1 .pb-box:before,
.pb-features-2 .pb-box:before,
.pb-features-4 .pb-box:before {
    right: 100%
}

.pb-team-3 .pb-slide {
    padding: 30px 0
}

.pb-team-3 .pb-box {
    margin: 0 15px 30px
}

.pb-team-3 .pb-caption {
    padding: 30px 30px 0 180px
}

.pb-team-3 .pb-caption .pb-excerpt {
    letter-spacing: 1px;
    font-size: 16px;
    max-height: 60px;
    overflow: hidden
}

.pb-features-1 .pb-box .pb-icon i,
.pb-features-2 .pb-box .pb-icon i {
    font-size: 26px
}

.pb-features-1 .pb-dot {
    width: 10px;
    height: 10px;
    bottom: 30px;
    left: 30px
}

.pb-features-1 .pb-box {
    padding: 0;
    position: relative
}

.pb-features-1 .pb-box:after,
.pb-features-1 .pb-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    border-top: 2px dashed #fff
}

.pb-features-1 .pb-box:after {
    left: 100%
}

.pb-features-1 .pb-box .pb-border {
    padding: 30px;
    margin: 0 auto 60px;
    border-width: 2px;
    border-style: solid
}

.pb-features-1 .pb-box .pb-icon {
    border-radius: 100%;
    border: 2px dashed #fff;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 20px
}

.pb-features-1 .pb-box .pb-subtitle {
    margin-top: 10px
}

.pb-features-2 .pb-dot {
    width: 10px;
    height: 10px;
    bottom: 30px;
    left: 30px
}

.pb-features-2 .pb-box {
    padding: 0;
    position: relative
}

.pb-features-2 .pb-box:after,
.pb-features-2 .pb-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    border-top: 2px dashed #fff
}

.pb-features-2 .pb-box:after {
    left: 100%
}

.pb-features-2 .pb-box .pb-border {
    margin: 30px;
    border-width: 2px;
    border-style: solid
}

.pb-features-2 .pb-box .pb-caption {
    padding-top: 30px
}

.pb-features-2 .pb-box .pb-icon {
    border-radius: 100%;
    border: 2px dashed #fff;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 20px
}

.pb-features-2 .pb-box .pb-subtitle {
    margin-top: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

.pb-features-2 .pb-line {
    top: 50%;
    margin-top: -1px;
    border-top-width: 2px;
    border-top-style: solid;
    z-index: 0;
    left: 0;
    width: 100%
}

.pb-features-3 .slick-dots {
    bottom: -60px
}

.pb-features-3 .pb-box {
    padding: 0;
    position: relative
}

.pb-features-3 .pb-box .pb-border {
    padding: 30px;
    margin: 30px;
    border-width: 2px;
    border-style: solid
}

.pb-features-3 .pb-box .pb-icon {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 20px;
    border: 2px solid
}

.pb-features-3 .pb-box .pb-icon i {
    font-size: 22px;
    color: #19a1d8
}

.pb-pricing-1 .pb-body .pb-box .pb-icon i,
.pb-pricing-2 .pb-body .pb-box .pb-icon i {
    color: #fff
}

.pb-features-3 .pb-box .pb-subtitle {
    margin-top: 10px
}

.pb-features-3 .pb-line {
    top: 50%;
    margin-top: -1px;
    border-top-width: 2px;
    border-top-style: solid;
    z-index: 0;
    left: 0;
    width: 100%
}

.pb-features-4 .pb-dot {
    width: 10px;
    height: 10px;
    bottom: 30px;
    left: 30px
}

.pb-features-4 .pb-box {
    padding: 0;
    position: relative
}

.pb-features-4 .pb-box:after{
    content: url(../arrow.png);
    display: block;
    position: absolute;
    top: 50%;
    width: 32px;
}

.pb-features-4 .pb-box:after {
    left: 95%
}

.noneafter:after{display:none!important;}

.pb-pricing-1 .pb-body .pb-box ul li:before,
.pb-pricing-2 .pb-body .pb-box ul li:before,
.pb-pricing-3 .pb-body .pb-box ul li:before {
    left: 50%;
    content: '';
    z-index: 9;
    display: inline-block
}

.pb-features-4 .pb-box .pb-border {
    padding: 30px;
    margin: 30px;
    border-width: 2px;
    border-style: solid
}

.pb-features-4 .pb-box .pb-icon {
    border-radius: 100%;
    border: 2px dashed #fff;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    margin: 0 auto 20px
}

.pb-features-4 .pb-box .pb-icon i {
    font-size: 26px
}

.pb-features-4 .pb-box .pb-subtitle {
    margin-top: 10px
}

.pb-pricing-1 .pb-body .pb-box {
    margin-bottom: 60px
}

.pb-pricing-1 .pb-body .pb-box .pb-border {
    border: 2px solid
}

.pb-pricing-1 .pb-body .pb-box-left .pb-border,
.pb-pricing-1 .pb-body .pb-box-right .pb-border {
    margin-top: 20px
}

.pb-pricing-1 .pb-body .pb-box .pb-icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 70px;
    display: inline-block;
    margin-bottom: 30px
}

.pb-pricing-1 .pb-body .pb-box .pb-overtitle {
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px
}

.pb-pricing-1 .pb-body .pb-box .pb-title {
    font-weight: 800
}

.pb-pricing-1 .pb-body .pb-box .pb-subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 400
}

.pb-pricing-1 .pb-body .pb-box .pb-title span {
    font-weight: 400;
    font-size: 24px
}

.pb-pricing-1 .pb-body .pb-box ul li {
    height: 60px;
    line-height: 60px;
    border-top: 2px solid #fafafa;
    letter-spacing: 1px;
    position: relative;
    cursor: crosshair;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s
}

.pb-pricing-1 .pb-body .pb-box ul li:before {
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #f0f0f0;
    top: -2px;
    margin-left: -15px
}

.pb-pricing-2 .pb-body .pb-box {
    margin-bottom: 60px
}

.pb-pricing-2 .pb-body .pb-box .pb-border {
    border: 2px solid
}

.pb-pricing-2 .pb-body .pb-box-left .pb-border,
.pb-pricing-2 .pb-body .pb-box-right .pb-border {
    margin-top: 20px
}

.pb-pricing-2 .pb-body .pb-box .pb-icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 70px;
    display: inline-block;
    margin-bottom: 30px
}

.pb-pricing-2 .pb-body .pb-box-center .pb-icon i {
    color: #222
}

.pb-pricing-2 .pb-body .pb-box .pb-overtitle {
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px
}

.pb-pricing-2 .pb-body .pb-box .pb-title {
    font-weight: 800
}

.pb-pricing-2 .pb-body .pb-box .pb-subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 400
}

.pb-pricing-2 .pb-body .pb-box .pb-title span {
    font-weight: 400;
    font-size: 24px
}

.pb-pricing-2 .pb-body .pb-box ul li {
    height: 60px;
    line-height: 60px;
    border-top: 2px solid #fafafa;
    letter-spacing: 1px;
    position: relative;
    cursor: crosshair;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s
}

.pb-pricing-2 .pb-body .pb-box ul li:before {
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #f0f0f0;
    top: -2px;
    margin-left: -25px
}

.pb-pricing-2 .pb-body .pb-box-center .pb-border {
    border: none
}

.pb-pricing-2 .pb-body .pb-box-center .pb-border ul li {
    border-top: none
}

.pb-pricing-3 .pb-body .pb-box {
    margin-bottom: 60px
}

.pb-pricing-3 .pb-body .pb-box .pb-border {
    border: 2px solid
}

.pb-pricing-3 .pb-body .pb-box-left .pb-border,
.pb-pricing-3 .pb-body .pb-box-right .pb-border {
    margin-top: 20px
}

.pb-pricing-3 .pb-body .pb-box .pb-icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 70px;
    display: inline-block;
    margin-bottom: 30px
}

.pb-pricing-3 .pb-body .pb-box .pb-icon i {
    color: #fff
}

.pb-pricing-3 .pb-body .pb-box-center .pb-icon i {
    color: #222
}

.pb-pricing-3 .pb-body .pb-box .pb-overtitle {
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px
}

.pb-pricing-3 .pb-body .pb-box .pb-title {
    font-weight: 800
}

.pb-pricing-3 .pb-body .pb-box .pb-subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 400
}

.pb-pricing-3 .pb-body .pb-box .pb-title span {
    font-weight: 400;
    font-size: 24px
}

.pb-pricing-3 .pb-body .pb-box ul li {
    height: 60px;
    line-height: 60px;
    border-top: 2px solid #fafafa;
    letter-spacing: 1px;
    position: relative;
    cursor: crosshair;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s
}

.pb-pricing-3 .pb-body .pb-box ul li:before {
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #f0f0f0;
    top: -3px;
    margin-left: -35px
}

.pb-pricing-3 .pb-body .pb-box-center .pb-border {
    border: none
}

.pb-pricing-3 .pb-body .pb-box-center .pb-border ul li {
    border-top: none
}

.pb-quote-1 .pb-dot {
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-quote-1 .pb-slide {
    padding: 30px 0
}

.pb-quote-1 .pb-box {
    margin: 0 15px 30px
}

.pb-form form input,
.pb-form form textarea,
.pb-map-1 .pb-col-right .pb-subtitle {
    margin-bottom: 30px
}

.pb-quote-1 .pb-caption {
    padding: 30px 30px 0 180px
}

.pb-quote-1 .pb-caption .pb-excerpt {
    font-style: italic;
    letter-spacing: 1px;
    font-size: 16px;
    max-height: 90px;
    overflow: hidden
}

.pb-quote-1 .pb-caption .pb-excerpt:before {
    content: '\201C';
    font-size: 20px
}

.pb-quote-1 .pb-caption .pb-excerpt:after {
    content: '\201D';
    font-size: 20px
}

.pb-map-1 #pb-gmap {
    width: 100%
}

.pb-map-1 .pb-col-left {
    padding: 0
}

.pb-map-1 .pb-col-right .pb-excerpt {
    color: #ccc
}

.pb-map-1 .pb-col-right .pb-adress {
    position: relative;
    padding-left: 80px
}

.pb-map-4 .pb-col-left,
.pb-map-6 .pb-col-right {
    padding: 0
}

.pb-map-1 .pb-col-right .pb-adress .pb-icon {
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border: 2px solid;
    position: absolute;
    top: 0;
    left: 0
}

.pb-map-2 #pb-gmap,
.pb-map-3 #pb-gmap,
.pb-map-4 #pb-gmap,
.pb-map-5 #pb-gmap,
.pb-map-6 #pb-gmap {
    width: 100%
}

.pb-newsletter-1 .pb-input-mail,
.pb-newsletter-2 .pb-input-mail {
    border: none
}

.pb-map-1 .pb-col-right .pb-adress .pb-icon i {
    font-size: 20px
}

.pb-socials-1 .pb-box .pb-icon i,
.pb-socials-2 .pb-box .pb-icon i {
    font-size: 22px
}

.pb-newsletter-1 .pb-col-right .pb-border:after,
.pb-newsletter-1 .pb-col-right .pb-border:before,
.pb-newsletter-2 .pb-col-right .pb-border:after,
.pb-newsletter-2 .pb-col-right .pb-border:before {
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    content: ''
}

.pb-newsletter-1 .pb-col-right .pb-border:before {
    background: #fff;
    top: -20px;
    left: 0
}

.pb-newsletter-1 .pb-col-right .pb-border:after {
    background: #222;
    bottom: -20px;
    right: 0
}

.pb-newsletter-2 .pb-col-right .pb-border:before {
    background: #19a1d8;
    top: -20px;
    left: 0
}

.pb-newsletter-2 .pb-col-right .pb-border:after {
    background: #fff;
    bottom: -20px;
    right: 0
}

.pb-gallery-1 .pb-thumb,
.pb-gallery-2 .pb-thumb,
.pb-gallery-3 .pb-thumb {
    padding: 0;
    position: relative;
    overflow: hidden
}

.pb-form .pb-col-left {
    padding: 0
}

.pb-form .pb-col-left .pb-heading .pb-title {
    margin-bottom: 10px
}

.pb-form .pb-col-left .pb-bg {
    width: 100%;
    height: 100%
}

.pb-socials-1 .pb-box {
    margin-bottom: 30px
}

.pb-socials-1 .pb-box .pb-icon,
.pb-socials-2 .pb-box .pb-icon {
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
    line-height: 65px;
    display: inline-block
}

.pb-socials-1 .pb-box .pb-icon {
    border: 2px solid #121c25
}

.pb-socials-2 .pb-box .pb-icon {
    border: 2px dashed
}

.pb-socials-2 .pb-box {
    margin-bottom: 30px
}

.pb-footer .pb-logo {
    margin-bottom: 20px
}

.pb-footer .pb-logo a {
    display: inline-block
}

.pb-footer .pb-logo img {
    max-height: 40px;
    margin: 0 auto
}

.pb-footer .pb-caption .pb-copy {
    font-size: 12px;
    margin-bottom: 30px;
    letter-spacing: 2px
}

.pb-footer .pb-caption .pb-icon i {
    font-size: 26px
}

.pb-gallery-3 .pb-thumb {
    margin-bottom: 0
}

.pb-gallery .pb-thumb img {
    width: 100%
}

.pb-gallery .pb-thumb .pb-overlay {
    opacity: 0;
    visibility: hidden
}

.pb-gallery .pb-thumb .pb-overlay i {
    color: #fff;
    height: 46px;
    width: 46px;
    border: 2px solid #19a1d8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px;
    text-align: center;
    line-height: 45px;
    font-size: 20px
}

.pb-author .pb-dot,
.pb-comments .pb-dot {
    top: 30px;
    right: 30px;
    height: 10px;
    width: 10px
}

.pb-author .pb-caption {
    padding: 30px 30px 0 180px;
    border: 2px solid #f0f0f0
}

.pb-author .pb-caption .pb-excerpt {
    letter-spacing: 1px;
    font-size: 14px;
    max-height: 58px;
    overflow: hidden
}

.pb-comments .pb-main-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dashed #f0f0f0
}

.pb-comments .pb-main-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.pb-comments .pb-box,
.pb-share .pb-box {
    margin-bottom: 30px
}

.pb-comments .pb-sub-list {
    margin-top: 30px;
    margin-left: 30px
}

.pb-comments .pb-sub-list li {
    padding-bottom: 0;
    border-bottom: 0
}

.pb-comments .pb-box .pb-image {
    left: 15px;
    top: 80px
}

.pb-comments .pb-caption {
    min-height: 100px;
    padding: 15px 15px 15px 90px;
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0
}

.pb-comments .pb-caption .pb-excerpt {
    font-size: 14px
}

.pb-share .pb-box {
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block
}

.pb-share .pb-box .pb-icon {
    float: left;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 70px;
    display: inline-block
}

.pb-share .pb-box .pb-icon i {
    font-size: 20px
}

.pb-share .pb-box .pb-btn-title {
    border: 2px solid #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    display: inline-block;
    float: left
}

.pb-related .pb-body .pb-item {
    overflow: hidden;
    margin-bottom: 30px
}

.pb-related .pb-body .pb-item .pb-image img {
    width: 100%
}

.pb-related .pb-item .pb-image.pb-h-fix {
    padding: 0
}

.pb-related .pb-item .pb-image .pb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.pb-related .pb-item .pb-image .pb-overlay .pb-icon {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: relative;
    text-align: center;
    line-height: 70px;
    z-index: 99
}

.pb-related .pb-item .pb-image .pb-border {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px;
    z-index: 9
}

.pb-related .pb-item .pb-image .pb-border:after,
.pb-related .pb-item .pb-image .pb-border:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    display: block;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s
}

.pb-related .pb-item .pb-image .pb-border:before {
    top: 0;
    left: 0;
    border-top: 2px solid;
    border-left: 2px solid
}

.pb-related .pb-item .pb-image .pb-border:after {
    bottom: 0;
    right: 0;
    border-right: 2px solid;
    border-bottom: 2px solid
}

.pb-related .pb-item .pb-image .pb-icon i {
    color: #fff;
    font-size: 26px
}

.pb-related .pb-item .pb-caption {
    padding: 30px
}

.pb-related .pb-item .pb-caption .pb-meta {
    color: #aaa;
    margin-bottom: 15px
}

.pb-related .pb-box .pb-caption .pb-meta span {
    font-size: 13px
}

.pb-related .pb-item .pb-caption .pb-title {
    margin-bottom: 15px
}

.pb-related .pb-item .pb-caption .pb-excerpt {
    margin-bottom: 70px
}

.pb-related .pb-item .pb-caption .pb-divider-m {
    margin-bottom: 15px
}

.pb-related .pb-item .pb-caption .pb-icon {
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 70px;
    text-align: center
}

.pb-content ol li,
.pb-content ul li {
    display: block;
    line-height: 30px
}

.pb-related .pb-item .pb-caption .pb-icon i {
    font-size: 26px;
    color: #fff
}

.pb-content strong {
    font-size: 14px
}

.pb-content .pb-lead {
    color: red;
    font-style: italic;
    font-weight: 600
}

.pb-content ol,
.pb-content ul {
    margin-bottom: 10px
}

.pb-content ol ol,
.pb-content ol ul,
.pb-content ul ol,
.pb-content ul ul {
    margin-right: 15px
}

.pb-content ul li:before {
    content: 'â– Â ';
    margin-right: 15px;
    color: #19a1d8
}

.pb-content ol li:before {
    content: "0" counter(list) ".";
    margin-right: 15px;
    color: #222;
    font-weight: 700
}

.pb-nav-posts {
    width: 100%;
}

.pb-sidebar {
    padding-top: 30px
}

.pb-content.pb-col-left,
.pb-content.pb-col-right,
.pb-sidebar.pb-col-left,
.pb-sidebar.pb-col-right {
    padding: 0
}

.pb-widgets-list {
    padding: 30px 30px 0
}

.pb-project .pb-slider .slick-dots {
    bottom: 0;
    left: -45px;
    text-align: left
}

.pb-project .pb-slider .slick-dots li {
    background: #222;
    margin: 20px 0 0;
    display: list-item
}

.pb-widget ol li,
.pb-widget ul li {
    display: block;
    line-height: 30px
}

#pb-gallery-info .pb-col-left {
    padding-left: 0;
    padding-right: 0
}

.pb-widget {
    margin-bottom: 60px
}

.pb-widget ol,
.pb-widget ul {
    margin-bottom: 10px
}

.pb-widget ol ol,
.pb-widget ol ul,
.pb-widget ul ol,
.pb-widget ul ul {
    margin-right: 15px
}

.pb-widget ul li:before {
    content: 'ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â ';
    margin-right: 15px;
    color: #19a1d8
}

.pb-widget ol li:before {
    content: "0" counter(list) ".";
    margin-right: 15px;
    color: #222;
    font-weight: 700
}

.pb-widget .pb-title {
    margin-bottom: 15px
}

.pb-widget .pb-divider-l,
.pb-widget .pb-divider-m {
    margin-bottom: 30px
}

.pb-widget-list ul li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.pb-widget-posts .pb-box {
    margin-bottom: 30px;
    position: relative
}

.pb-widget-posts .pb-image {
    top: 0;
    left: 0
}

.pb-widget-posts .pb-caption .pb-title {
    max-height: 56px;
    overflow: hidden
}

.pb-widget-posts .pb-caption {
    padding-left: 105px
}

.pb-widget-tags .pb-tag-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 45px
}

.pb-widget-tags .pb-tag-list li:before {
    display: none
}

.pb-widget-tags .pb-tag-list li a {
    background: #fff;
    color: #222;
    text-align: center;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 15px
}

.pb-widget-thumbs .pb-thumb {
    margin-bottom: 30px;
    overflow: hidden
}

.pb-widget-thumbs .pb-thumb img {
    width: 100%
}

.pb-demos .pb-head .pb-title {
    margin-top: 10px
}

.pb-demos .pb-head .pb-overtitle {
    margin-bottom: 10px
}

.pb-demos .pb-item {
    padding: 0;
    position: relative
}

.pb-demos .pb-image {
    position: relative;
    overflow: hidden
}

.pb-demos .pb-item img {
    width: 100%;
    cursor: pointer
}

.pb-demos .pb-item .pb-overlay {
    opacity: 0
}

.pb-demos .pb-item .pb-overlay .pb-btn {
    position: absolute;
    top: 50%;
    left: 50%
}

.pb-demos .pb-item .pb-caption {
    padding-top: 10px;
    padding-bottom: 10px
}

.pb-demos .pb-item .pb-title {
    letter-spacing: 1px;
    height: 30px;
    line-height: 30px
}

.pb-demos .pb-item .pb-category {
    letter-spacing: 2px
}


.contact-phone{text-align:center;margin:auto;width:45%;}
.iphn{position:relative;text-align:center!important;margin:auto!important;margin-top:-170px!important;z-index:9999!important;}
.pluses{width:100%;height:250px;}
.pluses-img{text-align:center;margin:auto;width:86px;}
.newhead{float:right;text-align:right;color:#fff!important;font-size:18px;margin-top:-25px;}
.headcall{color:#121c25;background:#19a1d8;border:2px solid #19a1d8; padding:3px 12px;transition:0.3s;font-weight:200;font-size:15px;}
.headcall:hover{color:#19a1d8;border:2px solid #19a1d8;text-decoration:none;transition:0.3s;background:transparent}
.mrgt{margin-top:7px!important;}
.pb-bg-black-20{background:#121c25!important;z-index:99999;}
.minified{width:90%!important;}
blockquote, blockquote div, blockquote p, h5, p{line-height:1.4em!important;}
.padtopinsta{padding-bottom:20px;}
.pb-accordion .ui-accordion-header{outline: none!important;}
.zind{z-index:99!important;}
.overf{overflow:inherit!important;}
.finalbutton{background:#121c25!important;border:1px solid #121c25;color:#fff!important;transition:0.3s;margin-top:3px;}
.finalbutton:hover{background:transparent!important;border:1px solid #121c25;color:#121c25!important;transition:0.3s;}
.pb-marg-t-15{margin-top:15px;}

.popup {text-align:center!important;min-width:220px;max-width:400px;width:auto;min-height:250px;max-height:auto;height:auto;margin:auto;background:url(../img/modalbg.jpg);background-size:cover;border:none;display:block;left:0;right:0;opacity:0;padding:50px;margin-top:5%;position:fixed;font-size:14px;top:0;visibility:hidden;z-index:99999999}
.overlay:target+.popup {top:8%;opacity:1;visibility:visible}
.overlay {background-color:rgba(0,0,0,0.9);bottom:0;cursor:default;left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:90;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}
.overlay:target {visibility:visible;opacity:1;z-index:2000}

input[type=tel], input[type=password], input[type=number], input[type=text], input[type=email], select{padding:0 15px!important;color:#121c25!important;background:#fff;}

::-webkit-input-placeholder {color:#121c25!important;}
::-moz-placeholder          {color:#121c25!important;}/* Firefox 19+ */
:-moz-placeholder           {color:#121c25!important;}/* Firefox 18- */
:-ms-input-placeholder      {color:#121c25!important;}

.videotext{margin: 0 auto;position:relative;left:10%;top:-80%;z-index:999;}
.videoback{background:#121c25;}
.devices-step-one{margin-top:40px;margin:auto!important;text-align:center!important;}
.iphone-step-one{margin-top:40px;margin:auto!important;text-align:center!important;}
.img-step-one{width:40%;margin:auto!important;text-align:center!important;display:inline-block;bottom:0!important;}
.iphone{width:27%;margin-top:8px!important;}
.display-light{opacity:0.7;transition:0.3s;}
.display-light:hover{opacity:1;transition:0.3s;}
.maintextsize{font-size:18px;line-height:1.3em;margin-top:20px;padding-bottom:20px;}


a.pb-brd-colors{background:#19a1d8!important;color:#121c25!important;transition:0.3s;border:2px solid #19a1d8!important;padding:15px 25px!important;font-size:16px!important;margin-top:15px!important;}
a.pb-brd-colors:hover{border:2px solid #19a1d8!important;color:#19a1d8!important;background:transparent!important;transition:0.3s;}

a.pb-brd-colors2{background:#fff!important;color:#121c25!important;transition:0.3s;border:2px solid #fff!important;padding:15px 25px!important;font-size:16px!important;margin-top:15px!important;}
a.pb-brd-colors2:hover{border:2px solid #fff!important;color:#fff!important;background:transparent!important;transition:0.3s;}



#iphone-step-two-none{display:none;}
#ipad-step-two-none{display:none;}
#iphone-step-three-for-none,
#iphone-step-three-five-none,
#iphone-step-three-six-none,
#iphone-step-three-seven-none,
#ipad-step-three-numb-none,
#ipad-step-three-mini-none,
#ipad-air-step-three-none,
#iphone-for-problems,
#iphone-fors-problems,
#iphone-five-problems,
#iphone-fives-problems,
#iphone-fivec-problems,
#ipad-air2-problems,
#iphone-sixsplus-problems,
#iphone-six-problems,
#iphone-sevenplus-problems,
#iphone-seven-problems,
#iphone-sixs-problems,
#iphone-sixplus-problems,
#ipad-air-problems,
#ipad-mini-problems,
#ipad-two-problems,
#ipad-three-problems,
#ipad-for-problems{display:none;}

body{padding:0!important;}

.problems{width:100%!important;height:40px!important;color:#121c25!important;padding-top:7px!important}
.problemdiv{background:#19a1d8;color:#121c25!important;height:50px!important;padding-top:15px!important;border:1px solid #fff!important;}
.problemdiv:hover{background:#fff!important;transition:0.4s!important;}
.mores{width:85%!important;}
.iphone-problems{margin-top:40px!important;margin-bottom:60px!important;}
.centered{margin:auto;text-align:center;}
.img-step-two{margin:auto;text-align:center;display:inline-block;}
.iphone-step-two{margin:auto;text-align:center;margin-top:0px;}
.iphone-model-number{width:21%;bottom:0;margin:auto!important;text-align:center!important;display:inline-block;padding-left:5px;padding-right:5px;}
.ipad-model-number{width:23%;bottom:0;margin:auto!important;text-align:center!important;display:inline-block;padding-left:5px;padding-right:5px;}
.ipad-step-two{width:30%;bottom:0;margin:auto!important;text-align:center!important;display:inline-block;padding-left:5px;padding-right:5px;}


.spectext{font-size:64px!important;line-height:1.1em!important;}
.topform{float:left;width:50%;background:#fff;padding:50px 40px 80px 40px;}
.topform h3 span{font-weight:800;color:#19a1d8;}

@media screen and (max-width:1642px){
  .topform{float:left;width:55%;background:#fff;padding:50px 20px 80px 20px;}
  .topform h3 span{font-weight:800;color:#19a1d8;}
}

@media screen and (max-width:1500px){
  .topform{float:left;width:60%;background:#fff;padding:50px 20px 80px 20px;}
  .topform h3 span{font-weight:800;color:#19a1d8;}
  .spectext{font-size:60px!important;line-height:1.1em!important;}
}


@media screen and (max-width:1100px){
.mores{width:95%!important;}
.fuckedsmall{display:none!important;}
.moresmall{width:45%!important;}
}
.mobprices{display:none;}
@media screen and (max-width:901px){
.mobprices{display:block!important;}
.display-light{display:none!important;}
.moresmall{width:100%!important;}
.margtp{margin-top:220px;}
.problemdiv{}
  .mobmarg{margin-bottom:100px;}
}
.videoback{
  width: 100%!important;
  height: 100vh!important;
}
.videobck{
opacity:0.4;
min-width: 100%!important;
min-height: 100%!important;
width: auto; height: auto;
}
@media screen and (max-width:1500px){
.pb-font-l{font-size:32px!important;line-height:1.2em!important;}
.pb-padd-r-90{padding-right:0!important;}
.spectext{font-size:62px!important;line-height:1.1em!important;}
}
@media screen and (max-width: 600px){
.pb-font-l {font-size:26px!important;}
}
@media screen and (max-width: 450px){
.pb-font-l {font-size:17px!important;}
.pb-font-xxs{font-size:14px;line-height:1.2em;}
}
.yessml{display:none!important;}

@media screen and (max-width:960px){
.contact-phone{width:60%!important;}
.pb-footer .pb-caption .pb-copy{margin-bottom:10px;}
.smallps{margin-bottom:20px;}
.nosml{display:none!important;}
.yessml{display:block!important;}
}
@media screen and (max-width:790px){
.contact-phone{width:70%!important;}
.spectext{font-size:48px!important;line-height:1.1em!important;}
}
.pb-btn-menu{display:none!important;}
@media screen and (max-width:675px){
.contact-phone{width:80%!important;}
.videotext{left:3%;}

}
@media screen and (max-width:550px){
.contact-phone{width:90%!important;}
.maintextsize{font-size:14px!important;}
.spectext{font-size:36px!important;line-height:1.1em!important;}
}

@media screen and (max-width:480px){
.contact-phone{width:100%!important;}

}
.socicons{margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
.social{width:36px;display:inline-block;margin-right:2px;margin-left:4px;}
.social2{width:28px;display:inline-block;margin-right:10px;margin-top:15px;margin-bottom:0px;}
@media screen and (max-width:430px){
.maintextsize{font-size:12px!important;}
.spectext{font-size:28px!important;line-height:1.1em!important;}
}
@media screen and (max-width:320px){
.pb-font-l{font-size:16px!important;}
.maintextsize{width:80%!important;font-size:14px!important;}
.pb-callout-2 .pb-heading .pb-subtitle{font-size:12px!important;}
.pb-padd-t-90{padding-top:50px!important}
.anothersize{font-size:24px!important}
}
.mrgtsml{display:none;}

@media screen and (max-width:380px){
.videotext{float:none;margin:auto!important;text-align:center!important;left:auto!important;}
.smallcent{float:none;margin:auto!important;text-align:center!important;left:auto!important;}
.littlesect,
.videoback{height:700px!important;}
.pb-padd-t-150 {
    padding-top: 30px!important;}
    .pb-marg-b-90{margin-bottom:30px!important;}
    .pb-padd-b-120{padding-bottom:60px!important;}
    .pb-padd-t-120{padding-top:60px!important;}
    .pluses{height:220px;width:80%;}
    .pb-main-menu{display:block!important;}
    .pb-main-menu{right:10px!important;}
    .mrgt{display:none!important;}
    .mrgtsml{display:block!important;margin-top:7px;}
}
.parts{width:100%;}
.remonts{width:70%;}
.container-special{width:80%!important;margin-left:auto!important;margin-right:auto!important;}

@media screen and (max-width:1750px){
.fontsizes{font-size:48px!important;}
}

@media screen and (max-width:1450px){
.fontsizes{font-size:42px!important;}
.remont{width:100%!important;}
.pb-marg-t-120{margin-top:90px!important;}
}

@media screen and (max-width:1100px){
.fontsizes{font-size:34px!important;}
.fontsizestwo{font-size:18px!important;}
.remont{width:100%!important;}
}

.instablock{margin-top:60px;width:600px;height:480px;overflow:hidden;}

@media screen and (max-width:1700px){
    .instablock{margin-top:60px;width:550px;height:450px;overflow:hidden;}
}




@media screen and (max-width:1600px){
    .instablock{margin-top:60px;width:500px;height:420px;overflow:hidden;}
    .pb-padd-r-90{padding-right:30px!important;}
}

@media screen and (max-width:1500px){
  .topform{float:left;width:60%;background:#fff;padding:50px 20px 80px 20px;}
  .topform h3 span{font-weight:800;color:#19a1d8;}
  .spectext{font-size:60px!important;line-height:1.1em!important;}
  .instablock{margin-top:60px;width:440px;height:520px;overflow:hidden;}
    .pb-padd-r-90{padding-right:20px!important;}
    .fontsizes{font-size:28px!important;}
    .pb-callout-2 .pb-heading .pb-subtitle{margin-bottom:10px!important;font-size:19px!important;}
    .pb-marg-t-120{margin-top:50px!important;}
    .pb-btn{margin-top:15px!important;}
}

@media screen and (max-width:1390px){
  .topform{float:left;width:60%;background:#fff;padding:50px 20px 80px 20px;}
  .topform h3{font-size:18px;}
  .spectext{font-size:56px!important;line-height:1.1em!important;}
  .minified{width:100%!important;}
}

@media screen and (max-width:1300px){
  .topform{float:left;width:60%;background:#fff;padding:50px 20px 80px 20px;}
  .topform h3{font-size:18px;}
  .spectext{font-size:50px!important;line-height:1.1em!important;}
  .mores{width:100%!important;}
}

@media screen and (max-width:1200px){
    .instablock{margin-top:60px;width:390px;height:580px;overflow:hidden;}
    .widget .data .image{width:30%!important;}
}

@media screen and (max-width:1180px){
  .topform{float:left;width:60%;background:#fff;padding:50px 20px 80px 20px;}
  .topform h3{font-size:18px;}
  .spectext{font-size:46px!important;line-height:1.1em!important;margin-top:40px;}
  .instablock{margin-top:60px;width:320px;height:520px;overflow:hidden;}
}

@media screen and (max-width:1090px){
  .topform{float:left;width:65%;background:#fff;padding:50px 20px 80px 20px;}
  .topform h3{font-size:16px;}
  .spectext{font-size:42px!important;line-height:1.1em!important;margin-top:40px;}
  .videotext{left:7%;}
}

@media screen and (max-width:1007px){
  .topform{float:left;width:65%;background:#fff;padding:50px 20px 80px 20px;}
  .topform h3{font-size:16px;}
  .maintextsize{font-size:15px;}
  .spectext{font-size:36px!important;line-height:1.1em!important;margin-top:60px;}
  .videotext{left:7%;}
}

.sizeps{font-size:19px;line-height:1.1em!important;margin-top:20px!important;}
@media screen and (max-width:991px){
.fontsizes{text-align:center!important;}
.fontsizestwo{text-align:center!important;}
.pb-marg-t-120{margin-top:50px!important;}
.remonts{border-bottom:2px solid #fff!important;}
.pb-main-menu {
    right: 20px
}
  .videotext{top:-95%;}
  .topform{float:left;width:55%;margin-left:auto!important;margin-right:auto!important;text-align:center!important;background:#fff;padding:50px 20px 80px 20px;}
.topform h3{line-height:1.2em!important;}
}
@media screen and (max-width:901px){
.margtp{margin-top:60px!important;display:block!important;position:relative!important;width:100%!important;}
.pb-pos-abs{margin-bottom:200px;}
.mobilefix{margin-top:450px!important;}
.instablock{margin-top:0;}
.instablock {
    width: 390px;
    height: 470px;
    overflow: hidden;
}
}
@media screen and (max-height:640px){
h1.anothmob{font-size:28px!important;}
.spectext{margin-top:-20px;}
a.pb-brd-colors{padding:7px 15px!important;font-size:13px!important;}
.topform{padding:10px 20px 20px 20px;margin-top:-10px;}
}

@media screen and (max-width:500px){
    .pb-padd-b-120{padding-bottom:20px;}
    .pb-padd-t-120{padding-top:20px;}
  .fontsizes{font-size:26px!important;}
  .fontsizestwo{font-size:17px!important;}
.pb-marg-t-120{margin-top:50px!important;}
.remonts{border-bottom:2px solid #fff!important;}
.pb-logo img {
    max-height: 40px;
    margin-top: 10px;
}
.pb-callout-2 .pb-heading .pb-subtitle{    margin-bottom: 30px!important;
    font-size: 14px!important;}
    .pb-font-xl{font-size:24px!important;}
    .pb-blog-1 .pb-item .pb-caption .pb-icon{display:none;}

.topform{float:none;width:95%;padding: 20px 20px 20px 20px;}
.spectext{font-size:21px!important;line-height:1.1em!important;margin-top:80px;}


.pb-callout-2 .pb-heading .pb-subtitle{margin-bottom:25px;}
.pb-btn{display:block;margin-bottom:30px;}
}

@media screen and (max-width:375px){
.margtp{margin-top:60px!important;display:block!important;position:relative!important;width:100%!important;}
.pb-pos-abs{margin-bottom:200px;}
.mobilefix{margin-top:450px!important;}
.instablock{margin-top:0;}
.instablock {
    width: 350px;
    height: 430px;
    overflow: hidden;
}
}

@media screen and (max-width:330px){
.margtp{margin-top:60px!important;display:block!important;position:relative!important;width:100%!important;}
.pb-pos-abs{margin-bottom:200px;}
.mobilefix{margin-top:450px!important;}
.instablock{margin-top:0;}
.popup{padding:10px 40px!important;}
.instablock {
    width: 290px;
    height: 472px;
    overflow: hidden;
}
}
@media screen and (max-width:330px){
  .fontsizes{font-size:22px!important;}
  .fontsizestwo{font-size:16px!important;}
.pb-marg-t-120{margin-top:50px!important;}
.remonts{border-bottom:2px solid #fff!important;}
.refresh{width:250px!important;}
.maintextsize{margin-left:auto!important;margin-right:auto!important;}
.pb-header .pb-logo {
    left: 0px!important;
}
.topform{float:none;width:95%;padding: 20px 20px 20px 20px;}
.topform h3{font-size:13px;}
.spectext{font-size:21px!important;line-height:1.1em!important;margin-top:40px;}
.maintextsize{font-size:12px!important;}
}

.padsss{padding:20px 40px!important;}
.zapbottom{background:#fff!important;padding:0 60px 20px 60px;}
.zaptop{color:#fff;font-size:21px;font-weight:700;background:#19a1d8;padding:7px;border:1px solid #19a1d8;}
.zapmiddle{font-size:17px;font-style:italic;margin-bottom:15px;border-bottom:1px dashed #000;padding-bottom:10px;}
.zapmiddle span{font-size:28px;font-weight:700;color:#19a1d8;}
.bords{border:1px solid #000;padding-top:15px;border-top:none;}



.sticky-content ul { width: 100%; margin: 0 auto; overflow: hidden; text-align: center;padding-bottom:4px!important;}
.sticky-content li { display: inline-block;}
.sticky-content li a { display: block; padding: 0 20px; color: #121c25; font: 22px/32px;font-weight:600!important;font-size:15px!important;}
.sticky-content li a:active, .MainMenu li a:focus {background:#00afef;}
.sticky-content li a:hover { color: #eafaff; text-decoration: none;}
.morer{width:65%!important;}
.sticky-content{
	width: 100%; background: #2ed2cb; position: relative;
  background: #2ed2cb;
  padding: 10px 0 10px 0px;
	z-index:9999;
}
.sticky-element{margin-top:-15px!important;}
.sticky-content.fixed{
position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index:9999;

}

.margs{margin-left:10px!important;}

.sticky-content li a.mobilmen{display:none;}
#mobmenus{display:none;}
#mobmenus{background:#fff!important;    margin-top: 0px!important;border-top:1px dashed #-000;}
#mobmenus ul li{text-align:center!important;}


@media screen and (max-width:1010px){
.mobfk{display:none!important;}
#header.header-md{}
  .youtube{width:100%;height:300px}
#header{min-height:35px!important;height:35px!important;background:#1793f2!important;color:#fff!important;font-weight:700!important;}
.mobmenu{color:#fff!important;list-style: none!important;text-align:center!important;margin-top:5px;}
.sticky-content li a.mobilmen{display:block!important;}
#mobmenus ul li.mobfk{display:block!important;padding: 5px;}
}

@media screen and (max-width:400px){
.sticky-content li a.mobilmen{display:block!important;color:#fff!important;}
.mobmenu,
.mobilmen,
.newmenu{display:block!important;}
.mainrightform{float:none!important;}
}

.header-container {
    width: 90%!important;
}
#sticky{margin-top:-15px!important;}

@media screen and (max-width:800px){
	#sticky {
    margin-top: -15px!important;
}
}
#header.header-filled {min-height:90px!important;}
.newtabmenu{margin-top:90px;}


@media screen and (max-width:400px){
  .sticky-content li a.mobilmen{display:block!important;}
.mobmenu,
.mobilmen,
.newmenu{display:block!important;}

.sticky-content ul{margin-left:0px!important;}
.youtube{width:100%;height:220px}
.hundred{height:1400px!important;}
}
@media screen and (max-width:600px){
h1.anothmob{font-size:28px!important;line-height:1.2em!important;margin-top:90px!important;}
.spectext{margin-top:20px!important;}

}



.korpus > div, .korpus > input { display: none; }

.korpus label { padding: 15px 45px; line-height: 28px; cursor: pointer; position: relative; bottom: 1px; background: #e8e8e8; width:30%;text-align:center!important;margin-bottom:30px;}
.korpus input[type="radio"]:checked + label { border-bottom: 2px solid #fff; background:#19a1d8!important;color: #fff!important;}

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block;}
.centered{margin-left:auto!important;margin-right:auto!important;text-align:center!important;}





.tabs {
	min-width: 320px;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs>input {
	display: none;
	position: absolute;
}
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px!important;
	padding: 10px 25px!important;
	font-weight: 600;
	text-align: center;
	color: #000;
	border-radius: 0%;
  border:none!important;
  width:auto!important;
}


.tabs>label:hover {
	color: #888;
	cursor: pointer;
  background:#19a1d8!important;
  color:#000!important;
  transition:0.3s!important;
}

.tabs>input:checked+label {
  background:#19a1d8!important;
  color:#000!important;
}

#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4,
#tab5:checked~#content-tab5, #tab6:checked~#content-tab6, #tab7:checked~#content-tab7, #tab8:checked~#content-tab8,
#tab9:checked~#content-tab9, #tab10:checked~#content-tab10, #tab11:checked~#content-tab11, #tab12:checked~#content-tab12 {
	display: block;
}




@media screen and (max-width: 680px) {

	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}



.bordleft{margin:0!important;width:50%!important;padding:0!important;}
a.repair-btn{width:100%!important;padding:20px 10px;}
a.repair-btn:hover{text-decoration:none;}
#bg{padding: 7px 20px 7px 5px;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.toping{border-top:1px solid #ddd;}
#bg:hover{text-decoration:none;background:#19a1d8!important;transition:0.3s;}
span.left-rep{color:#000!important;}
  span.right-rep{font-weight:700;color:#000;float:right;text-align:right;}
  span.right-rep-btn{font-weight:700;color:#000;float:right;}
.right-rep-btn{display:none;}
span.left-rep{text-align:left!important;float:left;padding-left:15px;}


.w3-navbar li a, .w3-navitem, .w3-navbar li .w3-btn, .w3-navbar li .w3-input{float:left;display: inline-block;
margin: 0 0 -1px!important;
background:#e8e8e8;
font-weight: 600;
text-align: center;
color: #000;margin-right:2px;
border-radius: 0%;
border:none!important;
width:auto!important;}
.w3-navbar li a, .w3-navitem, .w3-navbar li .w3-btn, .w3-navbar li .w3-input{color:#000!important;padding: 15px 25px!important;margin-right:4px!important;}
.w3-navbar li a:hover, .w3-navitem:hover, .w3-navbar li .w3-btn:hover, .w3-navbar li .w3-input:hover,
.w3-navbar li a:active, .w3-navitem:active, .w3-navbar li .w3-btn:active, .w3-navbar li .w3-input:active{color: #000;
cursor: pointer;
background:#19a1d8!important;
color:#000!important;text-decoration:none!important;
transition:0.3s!important;}


ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;margin-bottom:15px;margin-left:auto!important;margin-right:auto!important;text-align:center!important;
}

ul.tab li {display:inline-block;text-align:center;
background-color: #e8e8e8;margin-right:1px;}


ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;font-weight:700;
}


ul.tab li a:hover {
    background-color: #19a1d8!important;
}


ul.tab li a:focus, .active {
    background-color: #19a1d8!important;color: #fff!important;
}
.formprice input{width:340px;height:45px;font-size:15px;}
.formprice input:hover{width:340px;height:45px;font-size:15px;}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

@media screen and (max-width:991px){

  .bordleft{width:50%!important;float:left;}
}

@media screen and (max-width:958px){
.tabs>label{padding:10px 18px!important;}
ul.tab li a{padding:14px 16px!important;}
}
@media screen and (max-width:876px){
   .salerep{margin-top:-22px!important;}
}

@media screen and (max-width:768px){
.tabs>label,
ul.tab li{    width: 24%!important;
    margin-bottom: 4px!important;}
.korpus label{width:50%;}
.salerep{margin-top:0px!important;}
ul.tab li a{width:100%;}
  .bordleft{width:100%!important;float:none;}

}

@media screen and (max-width:420px){
.tabs>label,
ul.tab li{    width: 49%!important;
    margin-bottom: 4px!important;}
.korpus label{width:50%;}
ul.tab li a{width:100%;}
  .bordleft{width:100%!important;float:none;}
     .salerep{margin-top:-22px!important;}
}

@media screen and (min-width:1200px) and (max-height:840px){
h1.anothmob{font-size:62px!important;}
.maintextsize{font-size:24px!important;}

}
.bottombtn{padding:7px 15px;color:#000!important;border-radius:30px;}
.item p.lead,
.item p.quote{color:#fff!important;}
.onetabs{height:70px;}
.lefted{margin-left:0;text-align:left;}
.righted{margin-right:0;text-align:right;}
.inline{float:none;width:40%;height:50px;}
.smallbtn{width: 100%;
    border-radius: 30px;
    height: 40px;
    line-height: 10px!important;
    margin-top: 16px;}
.mainlogotop{    width: 240px;}
.borders{border-left:1px dashed #aaa;border-right:1px dashed #aaa;padding-bottom:40px;}
.service-one{height:auto!important;}
.owl-theme .owl-controls .owl-page span{display:none;}
.owl-theme .owl-controls .owl-buttons div{padding: 6px 40px;
    font-size: 30px;}
.clientsbtn{padding:10px 40px;color:#000!important;border-radius:30px;margin-left:5px;margin-right:5px;border:0;background:#fff;}
.clientsbtn:hover{transition:0.3s;background:#37d162;}


@media screen and (max-width:1600px){
  .blf{width:100%!important;}
}

@media screen and (max-width:1350px){
.forsmalls{width:40%;float:right;}
header .intro-content{width:85%;}


.topbtnn{width:auto!important;}
}

@media screen and (max-width:1200px){
  header .intro-content{width:92%!important;}
.forsmalls{width:50%;}
.caption h3{font-size:20px;}
.caption p{font-size:15px;}
h2{font-size:36px!important}
header .brand-name-subtext{font-size:32px!important;}
}

@media screen and (max-width:1040px){
  header .intro-content{width:92%!important;}
.forsmalls{width:50%;}
.caption h3{font-size:18px!important;}
.caption p{font-size:14px;}
h2{font-size:36px!important}
section#work{padding:40px 0 40px 0!important;}
.access {
    width: 100%;
}
.container{width:95%!important;}
.blueformtext span{font-size:1.2em;line-height:1.2em;}
}

.navcont{width:85%!important;}
.navbar-default.navbar-expanded, .navbar-inverse.navbar-expanded{background:#2e3543!important;}

.topbtn{border-radius:30px!important;margin-top:27px;}
.navbar-nav>li:active{background:transparent!important;}
  .navbar-fixed-top.navbar-expanded {
    padding: 5px 0!important;
}
ul.tab li a:focus, .active{background:transparent!important;}
.mainlogotop{margin-top:10px;}
@media screen and (max-width:991px){
.forsmalls{width:85%;float:none;margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
section.backgr{background-position:right top!important;}
.borders{border:none!important;}
.contact-details{text-align:center!important;margin:20px;}
.toooop{margin:0px;margin-top:0px!important;}
header .brand-name {
    font-size: 60px;
    line-height: 1.2em;
}

header .brand-name-subtext {
    font-size: 30px;
    line-height: 1.2em;
}
.widthed{width:80%;}
#bluetop {
    padding: 60px 20px;
}
.inline{width:100%!important;}
.video{background:url(../img/bg/video.jpg);background-size:cover;background-position:center center;}



}
.logoss{width:100%;}


@media screen and (max-height:740px){
header .intro-content{top:55%;}
}
@media screen and (max-height:670px){
header .intro-content{top:58%;}
}

@media screen and (max-width:600px){
p.lead{font-size:20px;}
p.quote{font-size:13px;}
nav{position:fixed!important;margin:0!important;}
  h2 {
      font-size: 22px!important;line-height:1.2em!important;
  }
  .logoss{width:70%;margin-bottom:20px;}
  header .brand-name{font-size:22px!important;}
  header .brand-name-subtext {
    font-size: 18px!important;
}
footer {
    padding: 15px 0 40px 0!important;
    margin-top: 360px!important;
}
.whereweare{width:80%!important;}
  .container {
    width: 95%!important;
    padding: 0!important;
}
.forsmalls{width:100%;}
  .tabs {
    min-width: 100%;}
    span.left-rep{font-size:13px;padding-left:8px;}
  .clientsbtn {
    padding: 5px 20px;
    margin-left: 1px;
    margin-right: 1px;
}
.mobsiz{width:100%!important;}
.tabs>section{padding:5px;}
footer.footer .contact-details p.small{font-size:24px!important;}
header.video .intro-content {
    z-index: 999;
    padding-top: 90px;
    height: 87vh;
}
.mainlogotop {
    width: 110px;
}
.smallbtn{height: 40px;
    line-height: 20px!important}
}
#moby{display:none!important;}
@media screen and (max-width:330px){
footer{padding:15px 0 40px 0!important;margin-top:350px!important;}
  header .brand-name {
    font-size: 20px!important;
    line-height: 1.2em!important;
}
.brand-name-subtext{font-size:15px!important;}
.inline{height:40px;width:90%!important;}
.whereweare{font-size:20px!important;}
.widthed {
    width: 100%;
}
#moby{display:block!important;}
button.inline{line-height:1.1em!important;height:55px!important;}
.clientsbtn {
    padding: 5px 10px;
    margin-left: 1px;
    margin-right: 1px;
}
}
.item p.lead span{font-size:0.7em;}
.item p.quote span{font-weight:700;font-size:1.3em;padding-bottom:20px;}
body {width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
.whereweare{background:#fff;padding:40px 20px;position:relative;margin-top:-500px;width:500px;

}
footer{padding:15px 0 40px 0!important;margin-top:300px;}
h2.whereweare{line-height:1em!important;}
h2.whereweare span{font-size:0.5em;line-height:1em!important;}

@media screen and (max-height:380px){
.mainlogotop {
    width: 100px;
}
header .brand-name{font-size:30px;}
}

@media screen and (min-width:1480px){
    
   .whereweare{width:700px!important;} 
    
}
