@charset "UTF-8";
.btn-default {
  background: #2aa0db !important;
  color: #fff;
  display: block;
  font-size: 18px;
  white-space: inherit;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.blog-item-content p iframe {
  max-width: 100%;
}

.btn-default:hover, .btn-default:focus {
  color: #2aa0db;
  background: #fff !important;
}

.container {
  max-width: 1080px;
}

body {
  font-family: Verdana, "sans-serif";
}

a {
  color: #2aa0db;
  text-decoration: none;
}

.header #menu .navbar {
  background: transparent;
  border: 0;
  padding-right: 0;
  margin-right: -1em;
}

.header #menu .navbar .navbar-header .navbar-brand {
  padding: 1em 0;
  display: inline-block;
  height: auto;
  overflow: hidden;
}

.header #menu .navbar #navbar .nav li {
  padding: 2.5em 0 0 0;
  margin: 0 0.5em;
}

.header #menu .navbar #navbar .nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #2aa0db;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.header #menu .navbar #navbar .nav li a {
  color: #2aa0db;
  text-transform: uppercase;
  background: transparent !important;
  padding: 0.5em;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.header #menu .navbar #navbar .nav li ul {
  box-shadow: none;
  margin-top: -1px;
  padding: 0;
  border: 1px solid #2aa0db;
}

.header #menu .navbar #navbar .nav li ul li {
  padding: 0;
  margin: 0;
}

.header #menu .navbar #navbar .nav li ul li a {
  font-weight: normal !important;
  border-bottom: 1px solid #2aa0db;
}

.header #menu .navbar #navbar .nav ul li:before {
  display: none;
}



.header #menu .navbar #navbar .nav li ul li:hover a {
  color: #fff;
  background: #2aa0db !important;
}

.header #menu .navbar #navbar .nav li ul li a:after {
  display: none;
}

.header #menu .navbar #navbar .nav li.active {
  position: relative;
}

.header #menu .navbar #navbar .nav li.active a {
  background: transparent;
  font-weight: bold;
}

.header #menu .navbar #navbar .nav li.active:before {
  opacity: 1;
}

.header #menu .navbar #navbar .nav li:hover a {
  border-color: #2aa0db;
}

.header #menu .navbar #navbar .nav li:hover .dropdown-menu {
  display: block;
}

.header #menu .navbar #navbar .nav li.dropdown a {
  padding-right: 1.5em;
}

.header #menu .navbar #navbar .nav li.dropdown a:first-child:after {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  top: 6px;
  right: 2px;
  font-size: 24px;
  color: #bee3f7;
}

.header .solutions {
  background: #2aa0db;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 30px 15px 10px;
  overflow: hidden;
}

.header .solutions ul {
  margin: 0;
  padding: 0;
  float: left;
}

.header .solutions ul li {
  list-style-type: none;
  display: inline-block;
  width: 175px;
}

.header .solutions ul li .ico {
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 7px 0;
  float: left;
}

.header .solutions ul li p {
  width: 130px;
  float: left;
  font-size: 12px;
  padding: 0 10px 0 10px;
  margin: 0;
  color: #fff;
}

.header .solutions ul li:last-child {
  width: 200px;
}

.header .solutions ul li:last-child p {
  width: 160px;
}

.header .solutions .social {
  float: right;
  margin-top: 5px;
}

.header .solutions .social a {
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  font-size: 24px;
  margin: 0 0.15em;
}

.header .solutions .social a .fa-linkedin {
  color: #2aa0db;
  font-size: 20px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  padding: 2px;
}

.header .solutions .social a:hover {
  color: #252525;
}

.header .solutions .social a:hover .fa-linkedin {
  color: #fff;
  background: #252525;
}

.footer {
  width: 100%;
  background-color: #2aa0db;
  min-height: 115px;
  padding: 25px 0;
  margin-top: 20px;
}

.footer .inner {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.footer .inner .list {
  margin: 0 0 40px 0;
  padding: 0;
}

.footer .inner .list li {
  list-style-type: none;
  display: inline-block;
}

.footer .inner .list li:last-child a:after {
  display: none;
}

.footer .inner .list li a {
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 0 15px;
  text-decoration: none;
}

.footer .inner .list li a:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 1px;
  top: 2px;
  right: -4px;
  background: #fff;
}

.footer .inner .copyright {
  color: #fff;
}

.footer .inner .copyright a {
  color: #fff;
  text-decoration: underline;
}

.footer .inner .copyright a:hover, .footer .inner .copyright a:focus {
  text-decoration: none;
}

.btn-default {
  background: #2aa0db !important;
  color: #fff;
  display: block;
  font-size: 18px;
  white-space: inherit;
  text-transform: uppercase;
  border: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.btn-default:hover, .btn-default:focus {
  color: #2aa0db;
  background: #fff !important;
}

.container {
  max-width: 1080px;
}

body {
  font-family: Verdana, "sans-serif";
}

a {
  color: #2aa0db;
  text-decoration: none;
}

.header #menu .navbar {
  background: transparent;
  border: 0;
  padding-right: 0;
  margin-right: -1em;
}

.header #menu .navbar .navbar-header .navbar-brand {
  padding: 1em 0;
  display: inline-block;
  height: auto;
  overflow: hidden;
}

.header #menu .navbar #navbar .nav li {
  padding: 2.5em 0 0 0;
  margin: 0 0.5em;
}

.header #menu .navbar #navbar .nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #2aa0db;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.header #menu .navbar #navbar .nav li a {
  color: #2aa0db;
  text-transform: uppercase;
  background: transparent !important;
  padding: 0.5em;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.header #menu .navbar #navbar .nav li ul {
  box-shadow: none;
  margin-top: -1px;
  padding: 0;
  border: 1px solid #2aa0db;
}

.header #menu .navbar #navbar .nav li ul li {
  padding: 0;
  margin: 0;
}

.header #menu .navbar #navbar .nav li ul li a {
  font-weight: normal !important;
  border-bottom: 1px solid #2aa0db;
}

.header #menu .navbar #navbar .nav li ul li a:after {
  display: none;
}

.header #menu .navbar #navbar .nav li.active {
  position: relative;
}

.header #menu .navbar #navbar .nav li.active a {
  background: transparent;
  font-weight: bold;
}

.header #menu .navbar #navbar .nav li.active:before {
  opacity: 1;
}

.header #menu .navbar #navbar .nav li:hover a {
  border-color: #2aa0db;
}

.header #menu .navbar #navbar .nav li:hover .dropdown-menu {
  display: block;
}

.header #menu .navbar #navbar .nav li.dropdown a {
  padding-right: 1.5em;
}

.header #menu .navbar #navbar .nav li.dropdown a:first-child:after {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  top: 6px;
  right: 2px;
  font-size: 24px;
  color: #bee3f7;
}

.header .solutions {
  background: #2aa0db;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 30px 15px 10px;
  overflow: hidden;
}

.header .solutions ul {
  margin: 0;
  padding: 0;
  float: left;
}

.header .solutions ul li {
  list-style-type: none;
  display: inline-block;
  width: 175px;
}

.header .solutions ul li .ico {
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 7px 0;
  float: left;
}

.header .solutions ul li p {
  width: 130px;
  float: left;
  font-size: 12px;
  padding: 0 10px 0 10px;
  margin: 0;
  color: #fff;
}

.header .solutions ul li:last-child {
  width: 200px;
}

.header .solutions ul li:last-child p {
  width: 160px;
}

.header .solutions .social {
  float: right;
  margin-top: 5px;
}

.header .solutions .social a {
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  font-size: 24px;
  margin: 0 0.15em;
}

.header .solutions .social a .fa-linkedin {
  color: #2aa0db;
  font-size: 20px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  padding: 2px;
}

.header .solutions .social a:hover {
  color: #252525;
}

.header .solutions .social a:hover .fa-linkedin {
  color: #fff;
  background: #252525;
}

.footer {
  width: 100%;
  background-color: #2aa0db;
  min-height: 115px;
  padding: 25px 0;
  margin-top: 20px;
}

.footer .inner {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.footer .inner .list {
  margin: 0 0 40px 0;
  padding: 0;
}

.footer .inner .list li {
  list-style-type: none;
  display: inline-block;
}

.footer .inner .list li:last-child a:after {
  display: none;
}

.footer .inner .list li a {
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 0 15px;
  text-decoration: none;
}

.footer .inner .list li a:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 1px;
  top: 2px;
  right: -4px;
  background: #fff;
}

.footer .inner .copyright {
  color: #fff;
}

.footer .inner .copyright a {
  color: #fff;
  text-decoration: underline;
}

.footer .inner .copyright a:hover, .footer .inner .copyright a:focus {
  text-decoration: none;
}

.blog-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-page .blog-page-articles .blog-item {
  background: #dff4fd;
  margin-bottom: 25px;
}

.blog-page .blog-page-articles .blog-item:last-child {
  margin-bottom: 0;
}

.blog-page .blog-page-articles .blog-item:after {
  content: '';
  display: block;
  clear: both;
}

.blog-page .blog-page-articles .blog-item img {
  width: 199px;
  height: 193px;
  float: left;
}

.blog-page .blog-page-articles .blog-item .blog-item-content {
  margin-left: 224px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.blog-page .blog-page-articles .blog-item .blog-item-content h1 {
  font-size: 24px;
  color: #2aa0db;
  margin: 30px 0 15px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: left;
}

.blog-page .blog-page-articles .blog-item .blog-item-content h2 {
  font-weight: bold;
  font-size: 16px;
  color: #2aa0db;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  text-align: left;
}

.blog-page .blog-page-articles .blog-item .blog-item-content h3 {
  font: bold 16px/24px Verdana,sans-serif;
  color: #28a0db;
  margin: 0;
}

.blog-page .blog-page-articles .blog-item .blog-item-content .blog-item-info {
  font: 12px/16px Verdana,sans-serif;
  color: #28a0db;
  margin-bottom: 10px;
}

.blog-page .blog-page-articles .blog-item .blog-item-content p {
  font: 12px/16px Verdana,sans-serif;
  color: #000;
  margin: 15px 0;
}

.blog-page .blog-page-articles .blog-item .blog-item-content .btn {
  display: inline-block;
  font: 12px/17px Verdana,sans-serif;
  padding-left: 24px;
  padding-right: 24px;
  text-transform: uppercase;
}

.blog-page .blog-page-sidebar h2 {
  font: 24px Verdana,sans-serif;
  color: #28a0db;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.blog-page .blog-page-sidebar .blue-border {
  border-bottom: 2px solid #00b9f2;
  padding-top: 24px;
}

.blog-page .blog-page-sidebar .blue-border:first-child {
  padding-top: 0;
}

.blog-page .blog-page-sidebar .blue-border:last-child {
  border-bottom: none;
}

.blog-page .blog-page-sidebar .blog-page-categories {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.blog-page .blog-page-sidebar .blog-page-categories ul {
  display: inline-block;
  padding: 0;
  padding-left: 25px;
}

.blog-page .blog-page-sidebar .blog-page-categories ul li {
  color: #00adef;
  text-align: left;
  margin-bottom: 15px;
}

.blog-page .blog-page-sidebar .blog-page-categories ul li a {
  font: 12px/16px Verdana,sans-serif;
  color: #252525;
  text-decoration: underline;
  letter-spacing: 1px;
  position: relative;
}

.blog-page .blog-page-sidebar .blog-page-categories ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00adef;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -20px;
}

.blog-page .blog-page-sidebar .blog-page-categories ul li a:hover {
  text-decoration: none;
}

.blog-page .blog-page-sidebar .blog-page-recent-posts a {
  margin-left: 38px;
  display: block;
  text-decoration: underline;
  padding-right: 15px;
  font: 12px/16px Verdana,sans-serif;
  color: #252525;
  margin-bottom: 20px;
}

.blog-page .blog-page-sidebar .blog-page-recent-posts a:hover {
  text-decoration: none;
}

.blog-page .blog-page-sidebar .blog-page-recent-posts a:after {
  content: '';
  display: block;
  clear: both;
}

.blog-page .blog-page-sidebar .blog-page-recent-posts a img {
  width: 45px;
  height: 45px;
  border-radius: 2px;
  float: left;
  position: relative;
  top: 2px;
}

.blog-page .blog-page-sidebar .blog-page-recent-posts a span {
  display: block;
  margin-left: 65px;
}

.blog-page .blog-page-sidebar .blog-page-recent-posts a span:last-child {
  text-transform: none;
}

.blog-page .blog-page-sidebar .blog-page-archive {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.blog-page .blog-page-sidebar .blog-page-archive ul {
  display: inline-block;
  padding: 0;
  padding-left: 25px;
}

.blog-page .blog-page-sidebar .blog-page-archive ul li {
  color: #00adef;
  text-align: left;
  margin-bottom: 15px;
  font-size: 0;
  line-height: 0;
}

.blog-page .blog-page-sidebar .blog-page-archive ul li a {
  font: 12px/16px Verdana,sans-serif;
  color: #252525;
  text-decoration: underline;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.blog-page .blog-page-sidebar .blog-page-archive ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00adef;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -20px;
}

.blog-page .blog-page-sidebar .blog-page-archive ul li a span {
  color: #00adef;
}

.blog-page .blog-page-sidebar .blog-page-archive ul li a:hover {
  text-decoration: none;
}

.blog-page .blog-page-sidebar .blog-page-search-by-tag {
  padding-bottom: 24px;
}

.blog-page .blog-page-sidebar .blog-page-search-by-tag .tags div {
  text-align: center;
}

.blog-page .blog-page-sidebar .blog-page-search-by-tag .tags div a {
  color: #252525;
}

.blog-page-right {
  padding-right: 35px;
  padding-left: 5px;
}

.blog-page-individ .blog-page-articles .blog-item-individ {
  background: none;
}

.blog-page-individ .blog-page-articles .blog-item-individ .blog-item-content {
  margin-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.blog-page-individ .blog-page-articles .blog-item-individ .blog-item-content img {
  float: none;
  width: 100%;
}

.blog-page-individ .blog-page-articles .blog-item-individ .blog-item-content h1 {
  font: 24px Verdana,sans-serif;
  color: #28a0db;
  margin: 30px 0 15px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.blog-page-individ .blog-page-articles .blog-item-individ .blog-item-content h2.sub-heading {
  font: bold 16px Verdana,sans-serif;
  color: #28a0db;
  text-transform: lowercase;
  margin-bottom: 20px;
}

.blog-page-individ .blog-page-articles .blog-item-individ .blog-item-content h1 {
  margin: 30px 0 15px 0;
}

.meet-the-team {
  padding: 50px 100px 40px;
  letter-spacing: 1px;
}

.meet-the-team .link {
  position: relative;
  display: block;
  margin: -3.5em 0 6em 0;
}

.meet-the-team .link:before {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  font-size: 74px;
  width: 100%;
  height: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #bee3f7;
  text-align: center;
}

.meet-the-team .link:hover:before, .meet-the-team .link:active:before {
  color: #2aa0db;
}

.meet-the-team .team-item-s {
  padding-left: 40px;
  padding-right: 40px;
}

.meet-the-team h2 {
  margin-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 1px;
}

.meet-the-team .team-description-with-photo.sales-team {
  padding-top: 1px;
}

.meet-the-team .team-description-with-photo .team-item .team-item-img {
  max-width: 250px;
  border: 11px solid #dff1fb;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}

.meet-the-team .team-description-with-photo .team-item .team-item-img:before {
  content: '';
  position: absolute;
  top: -11px;
  bottom: -11px;
  left: -11px;
  right: -11px;
  background: #dff1fb;
  border-radius: 50% 50% 50% 5px;
}

.meet-the-team .team-description-with-photo .team-item .team-item-img img {
  width: 100%;
  border-radius: 50%;
  position: relative;
}

.meet-the-team .team-description-with-photo .team-item .team-item-name a {
  color: #28a0db !important;
  font-weight: bold;
  font-family: Verdana;
  text-decoration: none;
  letter-spacing: 1px;
}

.meet-the-team .team-description-with-photo .team-item .team-item-job-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #252525;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Verdana;
}

.meet-the-team .team-description-with-photo .team-item .team-item-description {
  font-size: 12px;
  line-height: 16px;
  color: #252525;
  font-family: Verdana;
}

.meet-the-team .vacancies {
  padding-bottom: 45px;
  text-align: center;
}

.meet-the-team .vacancies p {
  margin: 15px 0;
}

.meet-the-team .vacancies a {
  font: bold 12px Verdana,sans-serif;
  color: #00b9f2;
  text-decoration: none;
}

.meet-the-team .vacancies a:hover {
  text-decoration: underline;
}

.meet-the-team .engineer-box .engineer-box-item {
  padding: 35px 55px;
  border: 2px solid #74d1f6;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #252525;
  text-align: left;
}

.meet-the-team .engineer-box .engineer-box-item h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 35px;
}

.meet-the-team .engineer-box .engineer-box-item p {
  margin: 15px 0;
}

.meet-the-team .engineer-box .engineer-box-item ul {
  padding: 0;
  list-style-type: none;
}

.meet-the-team .engineer-box .engineer-box-item ul li {
  list-style-type: none;
  color: #252525;
  list-style-position: inside;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.meet-the-team .engineer-box .engineer-box-item ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 3px;
  background: #00b9f2;
}

.meet-the-team .engineer-box .btn {
  display: inline-block;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 10px 50px;
  margin-top: 15px;
}

.tales {
  background: #dff4fd;
  border-radius: 0 0 5px 5px;
  padding: 40px 40px 0;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
}

.tales h1 {
  text-align: center;
  margin-bottom: 15px;
}

.tales .tales-descr {
  font: 12px/18px Verdana,sans-serif;
  color: #252525;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 1px;
  padding-left: 85px;
  padding-right: 85px;
}

.tales .tales-item-s .tales-item {
  position: relative;
  border: 1px solid #6dcff6;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
}

.tales .tales-item-s .tales-item .tales-item-img {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid #6dcff6;
  border-radius: 5px;
  width: 180px;
}

.tales .tales-item-s .tales-item .tales-item-content {
  margin-left: 180px;
  padding: 20px;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
  min-height: 270px;
}

.tales .tales-item-s .tales-item .tales-item-content h2 {
  margin-top: 0;
  letter-spacing: 1px;
  line-height: 22px;
}

.tales .tales-item-s .tales-item .tales-item-content .tales-item-text {
  font: 12px/18px Verdana,sans-serif;
  color: #252525;
  letter-spacing: 2px;
}

.tales .tales-item-s .tales-item .tales-item-content .btn {
  position: absolute;
  bottom: 20px;
  left: 20%;
  right: 20%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.contact-us {
  background: #dff4fd;
  border-radius: 0 0 5px 5px;
  padding: 40px 0 20px;
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
}

.contact-us h1 {
  text-align: center;
  margin-bottom: 45px;
  font-family: Verdana, Geneva, sans-serif;
}

.contact-us h2 {
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 22px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}

.contact-us-left {
  padding-left: 50px;
  padding-right: 0;
  letter-spacing: 1px;
}

.contact-us-left p {
  margin-right: 40px;
  font: 12px/16px Verdana,sans-serif;
  color: #252525;
}

.contact-us-left .contacts-us-block {
  margin-top: 15px;
  font: 12px/16px Verdana,sans-serif;
  color: #252525;
}

.contact-us-left .contacts-us-block .contact-us-title {
  font: bold 12px/16px Verdana,sans-serif;
  color: #28a0db;
}

.contact-us-left .contacts-us-block a {
  color: #252525;
  text-decoration: none;
}

.contact-us-left .contacts-us-block a:hover {
  text-decoration: underline;
}

.contact-us-right {
  padding-left: 60px;
  padding-right: 90px;
}

.contact-us-form {
  background: #fff;
  border: 1px solid #6dcff6;
  border-radius: 5px;
  padding: 20px 55px 35px;
}

.contact-us-form .form-control {
  border: 1px solid #6dcff6;
  border-radius: 5px;
  /* Firefox 19+ */
  /* Firefox 18- */
  height: 36px;
  line-height: 36px;
}

.contact-us-form .form-control::-webkit-input-placeholder {
  color: #acacac;
}

.contact-us-form .form-control::-moz-placeholder {
  color: #acacac;
}

.contact-us-form .form-control:-moz-placeholder {
  color: #acacac;
}

.contact-us-form .form-control:-ms-input-placeholder {
  color: #acacac;
}

.contact-us-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-us-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.contact-us-form .form-control:focus:-moz-placeholder {
  color: transparent;
}

.contact-us-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-us-form .form-control + .form-control {
  margin-top: 20px;
}

.contact-us-form textarea.form-control {
  resize: none;
  margin-top: 20px;
  height: 150px;
  line-height: 27px;
}

.contact-us-form input.btn.btn-default.form-control {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  font-weight: normal;
}

.checkboxes p {
  font: bold 11px/14px Verdana,sans-serif;
  color: #252525;
  margin: 20px 0;
}

.checkboxes .wpcf7-list-item {
  margin-bottom: 12px;
  font-size: 0;
}

.checkboxes input[type="checkbox"] {
  vertical-align: top;
  margin: 0;
  width: 16px;
  height: 16px;
}

.checkboxes input[type="checkbox"] + .wpcf7-list-item-label {
  cursor: pointer;
  font: 11px/14px Verdana,sans-serif;
  color: #252525;
  margin-bottom: 0;
}

.checkboxes input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.checkboxes input[type="checkbox"]:not(checked) + .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 30px;
}

.checkboxes input[type="checkbox"]:not(checked) + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/contact-us-checkbox.png) 0 0 no-repeat;
}

.checkboxes input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background: url(../images/contact-us-checkbox-checked.png) 0 0 no-repeat;
}

#map {
  height: 260px;
  border: 1px solid #6dcff6;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 25px;
}

#map .gm-style {
  overflow: hidden;
  border-radius: 5px;
}

.blue-block, .full-view .text .inner {
  padding: 30px 40px 25px 40px;
  background-color: #dff4fd;
  text-align: center;
  min-height: 350px;
}

.blue-block .title, .full-view .text .inner .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2aa0db;
  margin: 0 0 20px 0;
  padding: 0;
}

.blue-block p, .full-view .text .inner p {
  font-size: 13px;
  color: #252525;
  margin: 0;
  padding: 0;
  max-width: 410px;
  margin: auto;
}

.blue-block .result, .full-view .text .inner .result {
  margin: 20px 0;
}

.blue-block .result a, .full-view .text .inner .result a {
  display: block;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.blue-block .result a:hover, .full-view .text .inner .result a:hover, .blue-block .result a:focus, .full-view .text .inner .result a:focus {
  color: #252525;
}

.blue-block .images, .full-view .text .inner .images {
  margin-top: 15px;
}

.blue-block .images img, .full-view .text .inner .images img {
  max-height: 80px;
  max-width: 100%;
  margin-left: 15px;
}

.color {
  padding: 0 1em;
}

.color:nth-of-type(2n+1) {
  background: #dff4fd;
}

.color:nth-of-type(2n+2) {
  background: #fff;
}

.blue-text, .blue-block .result a, .full-view .text .inner .result a, .formated-block .text span, .specification .inner .inner-text .text .title, .download span {
  color: #2aa0db;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.title-block, .content.main .clients h1 {
  color: #2aa0db;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.formated-block {
  margin-bottom: 25px;
}

.formated-block .blue-text, .formated-block .blue-block .result a, .blue-block .result .formated-block a, .formated-block .full-view .text .inner .result a, .full-view .text .inner .result .formated-block a, .formated-block .text span, .formated-block .specification .inner .inner-text .text .title, .specification .inner .inner-text .text .formated-block .title, .formated-block .download span, .download .formated-block span {
  font-size: 16px;
  margin-bottom: 10px;
}

.formated-block .text {
  max-width: 500px;
  margin: auto;
  text-align: left;
}

.formated-block .text .list {
  margin: 30px 0 0 0;
  padding: 0;
}

.formated-block .text .list li {
  position: relative;
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 30px;
}

.formated-block .text .list li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2aa0db;
}

.formated-block .text span {
  font-size: 14px;
}

.formated-block p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
}

.arbitrarily {
  display: table;
  width: 100%;
  margin-top: 25px;
}

.arbitrarily .block {
  display: table-cell;
  vertical-align: top;
  margin-bottom: 1.5em;
}

.arbitrarily .block img, .arbitrarily .block iframe {
  max-width: 100%;
}

.text-top {
  margin-bottom: 20px;
  text-align: center;
}

.text-top .title-block, .text-top .content.main .clients h1, .content.main .clients .text-top h1 {
  padding: 40px 0 30px 0;
}

.text-top p {
  max-width: 770px;
  margin: auto;
  font-size: 12px;
}

.arrow-bottom {
  font-size: 56px;
  color: #bee3f7;
  height: 36px;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
}

.arrow-bottom i {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.circle, .full-view .text .inner, .content.we-do .product .inner .requirements li, .content.we-do .product .inner .requirements li img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2aa0db;
}

.product {
  display: block;
  text-decoration: none !important;
  padding: 0 30px;
}

.product:first-child {
  padding-left: 15px;
}

.product:last-child {
  padding-right: 15px;
}

.product .inner {
  padding-top: 2em;
  border: 1px solid #2aa0db;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.product .inner .image {
  position: relative;
  width: 64px;
  height: 64px;
  background: #2aa0db;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 1.5em auto;
}

.product .inner .image img {
  margin-top: 1.3em;
}

.product .inner .image:after {
  content: '';
  width: 85%;
  height: 85%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 0;
  margin: 7.5%;
  position: absolute;
  border: 2px solid #fff;
}

.product .inner .text {
  max-width: 200px;
  margin: auto;
  text-align: center;
}

.product .inner .text .title {
  color: #2aa0db;
}

.product .inner .text h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0;
  text-transform: uppercase;
}

.product .inner .text p {
  max-width: 175px;
  font-size: 12px;
  color: #252525;
  margin: 0 auto;
  padding: 0;
  min-height: 160px;
  margin-bottom: 1em;
}

.product .inner .btn-default {
  margin: 0 3em 3em 3em;
}

.product .inner .machinery {
  min-height: 150px;
  position: relative;
}

.product .inner .machinery img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
}

.specification {
  padding-right: 30px;
  text-decoration: none !important;
  margin-bottom: 20px;
  min-height: 610px;
}

.specification .inner {
  border: 1px solid #2aa0db;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #252525;
  background: #fff;
  max-width: 318px;
  margin: auto;
}

.specification .inner .inner-text {
  padding: 40px 40px 0 40px;
}

.specification .inner .inner-text .text {
  min-height: 260px;
  margin-bottom: 5px;
}

.specification .inner .inner-text .text .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.specification .inner .inner-text .text p {
  font-size: 12px;
}

.specification .inner .inner-text .text p.blue {
  font-weight: bold;
  color: #2aa0db;
}

.specification .inner .image {
  position: relative;
}

.specification .inner .image img {
  max-width: 100%;
  max-height: 145px;
}

.download {
  display: inline-block;
  margin-bottom: 35px;
  margin: auto;
}

.download .download-button {
  width: 50px;
  height: 50px;
  margin: auto;
  background: #2aa0db;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.download .download-button img {
  margin-top: 10px;
}

.download span {
  font-size: 16px;
  color: #2aa0db;
  max-width: 220px;
  margin-top: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  display: inline-block;
  letter-spacing: 1px;
}

.download:hover span, .download:focus span {
  color: #bee3f7;
}

.full-view {
  padding: 30px;
}

.full-view .title-block, .full-view .content.main .clients h1, .content.main .clients .full-view h1 {
  margin: 0 0 50px 0;
}

.full-view .text {
  width: 55%;
}

.full-view .text .inner {
  padding: 25px 0 0 0;
  min-height: 460px;
  position: relative;
}

.full-view .text .inner .title {
  margin-bottom: 25px;
}

.full-view .text .inner p {
  margin-bottom: 15px;
  font-size: 12px;
}

.full-view .text .inner .download {
  padding-bottom: 15px;
}

.full-view .image {
  width: 45%;
}

.full-view .image img {
  max-width: 100%;
}

.full-view .call {
  font-size: 14px;
  max-width: 420px;
  margin: 5px auto 25px auto;
}

.full-view:nth-of-type(2n+1) {
  background-color: #dff4fd;
}

.full-view:nth-of-type(2n+1) .text .inner {
  background: #fff;
}

.full-view:nth-of-type(2n+2) {
  background-color: #fff;
}

.full-view:nth-of-type(2n+2) .text .inner {
  background: transparent;
}

.content.main .video {
  padding-right: 0;
}

.content.main .investiment {
  padding-left: 0;
}

.content.main .investiment .inner {
  background-color: #dff4fd;
  padding: 21px 45px;
}

.content.main .investiment .inner .title {
  color: #2aa0db;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2em 0;
  padding: 0;
}

.content.main .investiment .inner .steps .step {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}

.content.main .investiment .inner .steps .step .ico {
  position: relative;
  float: left;
  max-width: 65px;
  padding: 10px 0 0 10px;
}

.content.main .investiment .inner .steps .step .ico span {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  padding: 0 4px;
  background: #2aa0db;
  border: 3px solid #fff;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content.main .investiment .inner .steps .step .ico img {
  max-width: 100%;
}

.content.main .investiment .inner .steps .step .text {
  display: inline-block;
  width: 68%;
  margin-left: 6%;
}

.content.main .investiment .inner .steps .step .text h3, .content.main .investiment .inner .steps .step .text p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #252525;
}

.content.main .investiment .inner .steps .step .text h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.content.main .investiment .inner .steps .step:first-child .text {
  margin-top: 1.5em;
}

.content.main .investiment .inner .steps .btn-default {
  padding: 10px 40px;
  margin: auto;
  font-size: 12px;
  font-weight: bold;
}

.content.main .dignity {
  max-width: 780px;
  text-align: center;
  margin: auto;
  padding: 40px 0;
}

.content.main .dignity h1, .content.main .dignity h2 {
  text-transform: uppercase;
}

.content.main .dignity h1 {
  font-size: 24px;
  color: #2aa0db;
  margin: 0 0 1.5em 0;
  padding: 0;
}

.content.main .dignity .text p, .content.main .dignity .text h5 {
  font-size: 12px;
  color: #252525;
}

.content.main .dignity .text p {
  margin-bottom: 1.5em;
}

.content.main .dignity .text h5 {
  font-weight: bold;
}

.content.main .dignity h2 {
  font-weight: bold;
  font-size: 16px;
  color: #2aa0db;
  margin-top: 3em;
}

.content.main .link {
  position: relative;
  display: block;
  margin: -3.5em 0 7.5em 0;
}

.content.main .link:before {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  font-size: 74px;
  width: 100%;
  height: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #bee3f7;
  text-align: center;
}

.content.main .link:hover:before, .content.main .link:focus:before {
  color: #2aa0db;
}

.content.main .production {
  margin-bottom: 3em;
}

.content.main .clients {
  margin: 25px 0 40px 0;
}

.content.main .clients .clients-logo {
  width: 100%;
  margin-top: 0.5em;
}

.content.main .clients .clients-logo .logo {
  width: 14.25%;
  float: left;
}

.content.main .clients .clients-logo .logo .inner {
  display: table;
  width: 100%;
}

.content.main .clients .clients-logo .logo .inner a {
  display: table-cell;
  vertical-align: middle;
  height: 110px;
}

.content.main .clients .clients-logo .logo .inner a img {
  max-width: 100%;
  margin: auto;
}

.content.main .news .blue-block, .content.main .news .full-view .text .inner, .full-view .text .content.main .news .inner, .content.main .team .blue-block, .content.main .team .full-view .text .inner, .full-view .text .content.main .team .inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.content.main .team .service {
  border: 2px solid #2aa0db;
  padding: 25px 20px;
  margin-top: 1.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.content.main .team .service span {
  display: inline-block;
  color: #2aa0db;
  font-weight: bold;
  font-size: 12px;
}

.content.main .news .widget {
  min-height: 150px;
  position: relative;
  margin-bottom: 1em;
}

.content.main .news .widget h4 {
  font-size: 12px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.content.main .newsletter {
  min-height: 160px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #2aa0db url("../images/newsletter.jpg") no-repeat 50%;
  margin: 1em 0;
  padding: 55px 20px 0 30px;
}

.content.main .newsletter .block {
  padding: 0;
}

.content.main .newsletter .block .icon {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  float: left;
  display: inline-block;
}

.content.main .newsletter .block .icon img {
  margin: 15px 13px;
}

.content.main .newsletter .block .text {
  display: inline-block;
  width: 75%;
  color: #fff;
  margin-left: 1em;
}

.content.main .newsletter .block .text h1, .content.main .newsletter .block .text p {
  margin: 0;
  padding: 0;
}

.content.main .newsletter .block .text h1 {
  font-weight: bold;
  font-size: 21px;
}

.content.main .newsletter .block .text p {
  font-size: 14px;
  color: #f5f8fa;
}

.content.main .newsletter .block form .form-group {
  overflow: hidden;
}

.content.main .newsletter .block form .form-group input, .content.main .newsletter .block form .form-group button {
  float: left;
}

.content.main .newsletter .block form .form-group input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 25px;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  width: 75%;
  margin-right: 3%;
}

.content.main .newsletter .block form .form-group button {
  color: #2aa0db !important;
  background: #fff !important;
  width: 22%;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding: 10px 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.content.main .newsletter .block form .form-group button:hover, .content.main .newsletter .block form .form-group button:focus {
  color: #fff !important;
  background: #2aa0db !important;
}

.content.main .newsletter .block form .form-group button:after {
  font-family: "FontAwesome";
  right: 10px;
  content: "";
  font-weight: normal;
  position: absolute;
  font-size: 27px;
  color: #bee3f7;
  top: 0;
}

.content.main .comments .inner {
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 90px 40px 20px 40px;
  border: 1px solid #2aa0db;
  background: url("../images/quote.png") no-repeat 50% 15%;
}

.content.main .comments .inner .text {
  min-height: 150px;
}

.content.main .comments .inner .text .comment {
  font-style: italic;
  font-size: 12px;
  margin: 0;
  padding: 0;
  min-height: 85px;
}

.content.main .comments .inner .text .author {
  margin: 25px 0 50px 0;
}

.content.main .comments .inner .text .author h2 {
  text-transform: uppercase;
}

.content.main .comments .inner .text .author p {
  font-size: 12px;
  font-style: italic;
}

.content.main .comments .inner .btn {
  font-size: 12px;
  max-width: 210px;
  margin: auto;
  padding: 15px 0;
}

.content.about .services {
  padding: 40px 40px 25px 40px;
}

.content.about .slide .slide-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 56px;
  color: #bee3f7;
}

.content.about .slide .slide-arrow.slider-prev {
  left: -4%;
}

.content.about .slide .slide-arrow.slider-next {
  right: -4%;
}

.content.about .services .title-block, .content.about .services .content.main .clients h1, .content.main .clients .content.about .services h1 {
  margin-bottom: 40px;
}

.content.about .services .product {
  padding: 0 10px;
}

.content.about .services .product .inner {
  background: #fff;
}

.content.about .services .product .inner .text {
  max-width: 220px;
}

.content.about .try-before-buy {
  text-align: center;
}

.content.about .try-before-buy .title-block, .content.about .try-before-buy .content.main .clients h1, .content.main .clients .content.about .try-before-buy h1 {
  padding: 30px 0;
}

.content.about .try-before-buy .inner {
  max-width: 800px;
  margin: auto;
}

.content.about .uk-quality-build {
  text-align: center;
  padding-bottom: 15px;
}

.content.about .uk-quality-build .title-block, .content.about .uk-quality-build .content.main .clients h1, .content.main .clients .content.about .uk-quality-build h1 {
  padding: 40px 0 30px 0;
}

.content.about .uk-quality-build .inner {
  max-width: 770px;
  margin: auto;
}

.content.about .plan-design {
  text-align: center;
  margin-bottom: 20px;
}

.content.about .plan-design .title-block, .content.about .plan-design .content.main .clients h1, .content.main .clients .content.about .plan-design h1 {
  padding: 40px 0 30px 0;
}

.content.about .plan-design .inner {
  max-width: 780px;
  margin: auto;
}

.content.about .plan-design .arbitrarily {
  padding: 0 50px;
}

.content.about .about-services {
  padding-bottom: 30px;
}

.content.about .about-services .title-block, .content.about .about-services .content.main .clients h1, .content.main .clients .content.about .about-services h1 {
  padding: 40px 0 35px 0;
}

.content.about .about-services .inner {
  text-align: center;
  margin: auto;
  max-width: 800px;
}

.content.about .successes {
  padding-bottom: 40px;
}

.content.about .successes .title-block, .content.about .successes .content.main .clients h1, .content.main .clients .content.about .successes h1 {
  padding: 45px 0;
}

.content.about .successes .scale {
  min-height: 450px;
  position: relative;
  display: table;
  width: 100%;
  padding-left: 115px;
}

.content.about .successes .scale:after {
  content: '';
  position: absolute;
  height: 9px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #2aa0db;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.content.about .successes .scale .year {
  display: table-cell;
  position: relative;
  width: 13.5%;
  z-index: 50;
  padding-left: 10px;
}

.content.about .successes .scale .year:before, .content.about .successes .scale .year:after {
  position: absolute;
  content: '';
  background: #00adef;
}

.content.about .successes .scale .year:before {
  width: 2px;
  height: 100px;
  left: 0;
}

.content.about .successes .scale .year:after {
  width: 10px;
  height: 10px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content.about .successes .scale .year .date {
  position: absolute;
  font-size: 24px;
  color: #2aa0db;
}

.content.about .successes .scale .year .date:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  background: #bee3f7;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content.about .successes .scale .year .text {
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  left: 30px;
  width: 150px;
}

.content.about .successes .scale .year:nth-of-type(2n+1) {
  vertical-align: top;
}

.content.about .successes .scale .year:nth-of-type(2n+1):after, .content.about .successes .scale .year:nth-of-type(2n+1):before {
  top: 115px;
}

.content.about .successes .scale .year:nth-of-type(2n+1):before {
  left: 12px;
}

.content.about .successes .scale .year:nth-of-type(2n+1):after {
  left: 8px;
}

.content.about .successes .scale .year:nth-of-type(2n+1) .date {
  top: 240px;
  left: -15px;
}

.content.about .successes .scale .year:nth-of-type(2n+1) .date:after {
  top: -25px;
  left: 15px;
}

.content.about .successes .scale .year:nth-of-type(2n+1) .text {
  top: 0;
}

.content.about .successes .scale .year:nth-of-type(2n+2) {
  vertical-align: bottom;
}

.content.about .successes .scale .year:nth-of-type(2n+2) .date {
  bottom: 240px;
  left: -15px;
}

.content.about .successes .scale .year:nth-of-type(2n+2) .date:after {
  bottom: -30px;
  left: 15px;
}

.content.about .successes .scale .year:nth-of-type(2n+2) .text {
  top: 305px;
}

.content.about .successes .scale .year:nth-of-type(2n+2):after, .content.about .successes .scale .year:nth-of-type(2n+2):before {
  bottom: 115px;
}

.content.about .successes .scale .year:nth-of-type(2n+2):before {
  left: 12px;
}

.content.about .successes .scale .year:nth-of-type(2n+2):after {
  left: 8px;
}

.content.about .successes .scale .year:nth-of-type(5) .text {
  width: 200px;
}

.content.about .successes .scale .year:last-child .text {
  margin-top: 30px;
}

.content.about .slide {
  max-width: 900px;
  margin: auto;
}

.content.about .slide .title-block, .content.about .slide .content.main .clients h1, .content.main .clients .content.about .slide h1 {
  padding: 40px 0;
}

.content.about .slide .item .inner {
  display: table;
  width: 100%;
}

.content.about .slide .item .inner a {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
}

.content.about .slide .item .inner a img {
  max-width: 100%;
  margin: auto;
}

.content.about .awards .item {
  padding: 1em;
}

.content.palletising .services .title-block, .content.palletising .services .content.main .clients h1, .content.main .clients .content.palletising .services h1 {
  margin: 40px 0;
}

.content.palletising .services .row {
  margin-right: -30px;
}

.content.palletising .services .download {
  margin-bottom: 40px;
}

.content.we-do {
  background: #dff4fd;
  overflow: hidden;
  padding-bottom: 35px;
}

.content.we-do .product {
  padding: 0 15px !important;
  max-width: 350px;
  margin: 0 auto 1.5em auto;
}

.content.we-do .product .inner {
  background: #fff;
}

.content.we-do .product .inner .text {
  max-width: 250px;
  min-height: 225px;
}

.content.we-do .product .inner .text p {
  max-width: 250px;
  min-height: auto;
}

.content.we-do .product .inner .btn {
  margin-bottom: 0;
}

.content.we-do .product .inner .arrow-bottom {
  top: -0.5em;
}

.content.we-do .product .inner .requirements {
  margin: 0;
  padding: 0;
}

.content.we-do .product .inner .requirements li {
  list-style-type: none;
  min-height: 100px;
  max-width: 240px;
  width: 100%;
  display: block;
  margin: auto;
  display: table;
  margin-bottom: 20px;
}

.content.we-do .product .inner .requirements li img {
  display: table-cell;
  max-width: 93px;
}

.content.we-do .product .inner .requirements li .req {
  display: table-cell;
  font-size: 16px;
  color: #2aa0db;
  width: 60%;
  text-align: center;
  vertical-align: middle;
}

.page-template-return_investment .content .inner {
  max-width: 870px;
  margin: auto;
}

.page-template-return_investment .content .inner p, .page-template-return_investment .content .inner li {
  font-size: 12px;
}

.page-template-return_investment .content .inner .top{
  padding-left: 40px;
}

.page-template-return_investment .content .inner .top p{
  text-align: center;
    line-height: 18px;
}

.page-template-return_investment .content .inner .top p + p {
  margin-top: 20px;
}

.page-template-return_investment .content .inner .top ul {
  margin-top: 60px;
}

.page-template-return_investment .content .inner .top ul li {
  position: relative;
  padding-left: 40px;
  list-style-type: none;
}

.page-template-return_investment .content .inner .top ul li + li {
  margin-top: 20px;
}

.page-template-return_investment .content .inner .top ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  margin-top: -4px;
  height: 7px;
  top: 50%;
  background: #00b9f2;
  border-radius: 50%;
}

.page-template-return_investment .content .inner .bottom {
  margin-top: 50px;
}

.page-template-return_investment .content .inner .bottom h5{
  font-size: 16px;
  font-weight: 600;
  color: #2aa0db;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.page-template-return_investment .content .inner .bottom .left {
  padding-right: 50px;
}

.page-template-return_investment .content .inner .bottom .left .row + .row {
  margin-top: 20px;
}

.page-template-return_investment .content .inner .bottom .right h5 {
  text-align: center;
}

.page-template-return_investment .content .inner .bottom .right .inner {
  border: 1px solid #28a0db;
  border-radius: 5px;
  padding: 10px 40px 35px 50px;
}

.page-template-return_investment .content .inner .bottom .right .inner input[type="text"],
.page-template-return_investment .content .inner .bottom .right .inner input[type="tel"],
.page-template-return_investment .content .inner .bottom .right .inner input[type="email"] {
  border: 1px solid #6dcff6;
  outline: 0;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 14px;
  width: 100%;
}

.page-template-return_investment .content .inner .bottom .right .inner input[type="submit"] {
  width: 100%;
  font-size: 18px;
  background: #28a0db;
  border: 1px solid #28a0db;
  outline: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-top: 25px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px;
  text-align: center;
}

.page-template-return_investment .content .inner .bottom .right .inner input[type="submit"]:hover,
.page-template-return_investment .content .inner .bottom .right .inner input[type="submit"]:focus {
  background: #fff;
  color: #28a0db;
}

.page-template-return_investment .content .inner .bottom .right .inner .form-field + .form-field {
  margin-top: 20px;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: red!important;
}

div.wpcf7-validation-errors {
  text-align: center;
  border-color: red;
}

.content.main .investiment .inner .steps .step .text, .content.main .investiment .inner .steps .step:first-child .text {
  margin-top: 2.1em;
}

.content.main .investiment .inner .steps .step .text h3 {
  text-align: left;
}

.content.main .investiment .inner .steps .step .ico img {
  height: auto;
}